emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autoinsert emacs lisp header


From: martin rudalics
Subject: Re: autoinsert emacs lisp header
Date: Fri, 21 Dec 2007 08:42:09 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Thanks for reporting.

The minibuffer-help-form for emacs lisp header in auto-insert-alist
seem format with wrong format-string. The format-string is:

(format "%10.0s:  %s" (car x) (cdr x))

which gives only whitespace.

Indeed.  Does

(format "%12s:  %s" (car x) (cdr x))

give the desired format?

By the way, if you use autoinsert for emacs lisp file, update
skeleton to newest version, there is a bug for "-N" skeleton element.

Could you please be a bit more specific?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]