* skeleton help
@ 2007-08-15 8:10 cezar
2007-08-15 17:32 ` Nikolaj Schumacher
0 siblings, 1 reply; 2+ messages in thread
From: cezar @ 2007-08-15 8:10 UTC (permalink / raw)
To: help-gnu-emacs
Hello,
I have tryed my first emacs skeleton and I get an error.
The script :
(define-skeleton test-skeleton
"This is a small doc for the skeleton."
"" ; no prompt
> "<ul>"
\n > "<li>"
\n > _
\n > -1 "</li>"
\n > "</ul>"
\n)
The error:
Debugger entered--Lisp error: (error "Lisp nesting exceeds `max-lisp-eval-depth'")
skeleton-internal-1(-1 t nil)
skeleton-internal-1(-1 t nil)
skeleton-internal-1(-1 t nil)
skeleton-internal-1(-1 t nil)
[ ... lots of those lines .. ]
skeleton-internal-1(-1 nil nil)
skeleton-internal-1(-1 nil nil)
skeleton-internal-1(-1 nil nil)
byte-code("Â\b@Ã #" [skeleton recursive skeleton-internal-1 nil] 4)
skeleton-internal-list(("" > "<ul>" n > "<li>" n > _ n > -1 "</li>" n > "</ul>" n) nil)
(let nil (skeleton-internal-list skeleton str))
eval((let nil (skeleton-internal-list skeleton str)))
skeleton-insert(("" > "<ul>" n > "<li>" n > _ n > -1 "</li>" n > "</ul>" n) nil nil)
skeleton-proxy-new(("" > "<ul>" n > "<li>" n > _ n > -1 "</li>" n > "</ul>" n) nil nil)
test-skeleton(nil nil)
call-interactively(test-skeleton)
execute-extended-command(nil)
call-interactively(execute-extended-command)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-15 17:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-15 8:10 skeleton help cezar
2007-08-15 17:32 ` Nikolaj Schumacher
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.