Bug#314664: auto-header.el requested for inclusion in Debian Gnu/Linux

2005-10-06 Thread Peter S Galbraith
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

Bug#314664: auto-header.el requested for inclusion in Debian Gnu/Linux

2005-10-06 Thread Espen Skoglund
[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)) >

Bug#314664: auto-header.el requested for inclusion in Debian Gnu/Linux

2005-10-06 Thread Peter S Galbraith
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

Bug#314664: auto-header.el requested for inclusion in Debian Gnu/Linux

2005-10-03 Thread Espen Skoglund
[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:

Bug#314664: auto-header.el requested for inclusion in Debian Gnu/Linux

2005-09-28 Thread 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: 1- run `M-x checkdoc' on it an