emacs-devel
[Top][All Lists]
Advanced

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

Re: autoinsert emacs lisp header


From: Ye Wenbin
Subject: Re: autoinsert emacs lisp header
Date: Fri, 21 Dec 2007 15:56:05 +0800
User-agent: Opera Mail/9.24 (Linux)

On Fri, 21 Dec 2007 15:42:09 +0800, martin rudalics <address@hidden> wrote:

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?

I mean, the skeleton.el I used has bug for -N element.
skeleton-internal-1 use char-or-string-p to capture element string, char, and integer.
But negative number is not a char, so char-or-string-p return nil.
When use auto-insert for emacs lisp header, a error "Lisp nesting exceeds max-lisp-eval-depth"
will raise.

I checked the cvs version of skeleton, the bug is fixed now.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/




reply via email to

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