emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: skeleton bug]


From: Chong Yidong
Subject: Re: address@hidden: skeleton bug]
Date: Sat, 25 Aug 2007 12:46:25 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

Richard Stallman <address@hidden> writes:

>   I have created a small skeleton which should insert a html list in
>   this form ... The skeleton looks like this :
>
> (define-skeleton test-skeleton
>   "This is a small doc for the skeleton."
>   ""                                    ;no prompt
>   > "<ul>"
>   \n > "<li>"
>   \n > _
>   \n > -1 "</li>"
>   \n > "</ul>"
>   \n)
>
>   but it does not work ! The error I get follows:
>
> Debugger entered--Lisp error: (error "Lisp nesting exceeds 
> `max-lisp-eval-depth'")
>   skeleton-internal-1(-1 t nil)
>   ....
>   call-interactively(test-skeleton)
>   execute-extended-command(nil)
>   call-interactively(execute-extended-command)
>
> In GNU Emacs 23.0.0.1 (i686-pc-linux-gnu, GTK+ Version 2.10.12)
>  of 2007-06-12 on myhost


I can't reproduce this on the Emacs 22 branch or trunk --- maybe it is
specific to the unicode-2 branch.




reply via email to

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