Hi again,
There's also this in (elisp)Coding Conventions :
* When a package provides a modification of ordinary Emacs behavior,
it is good to include a command to enable and disable the feature,
provide a command named `WHATEVER-mode' which turns the feature on
or off, and make
[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))
>
Espen Skoglund <[EMAIL PROTECTED]> wrote:
> Ran checkdoc and fixed all the suggestions there. Been a while since
> I wrote this thing. At that time you were told not to include doc
> strings unless necessary. Seems things have changed since then.
Thanks for doing that!
Strangely, the followin
[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:
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:
1- run `M-x checkdoc' on it an
5 matches
Mail list logo