Add tags

Add tags to the following comment

comment-kill がやるようです。

1
2
3
4
5
6
7
(defun decomment (buffer)
  "バッファ内のコメント文を削除します"
  (interactive "bdecomment ")
  (with-current-buffer buffer
    (save-excursion
      (goto-char (point-min))
      (comment-kill (point-max)))))

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...