[Peter S Galbraith]
> Strangely, the following does eval in Emacs-21 :
> (defun header-regexpify (str)
> "Escape the characters *+-\^$ in STR. Return the new string."
> (let ((start 0)
> (ret "")
> match prev)
> (while (setq match (string-match "[*+\\-^$]" str start))
>
[Peter S Galbraith]
> Hello,
> A while ago, someone suggested that your auto-header.el be added to
> Debian in the package emacs-goodies-el. The request and this email
> is archived here:
> http://bugs.debian.org/314664
> I just looked at the file and have a few suggestions, if you don't mind:
2 matches
Mail list logo