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 10:07:29 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

But negative number is not a char, so char-or-string-p return nil.

(char-or-string-p -2) returns t, hence the first branch of that
conditional should be taken.  Could you check why it doesn't for you?

When use auto-insert for emacs lisp header, a error "Lisp nesting exceeds max-lisp-eval-depth"
will raise.

Could you try to debug skeleton-internal-1?





reply via email to

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