From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: cezar@mixandgo.ro Newsgroups: gmane.emacs.bugs Subject: skeleton bug Date: Fri, 17 Aug 2007 14:36:29 +0300 Message-ID: <87zm0qe6ki.fsf@myhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187353528 7253 80.91.229.12 (17 Aug 2007 12:25:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Aug 2007 12:25:28 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Aug 17 14:25:26 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IM0tF-00056U-Fx for geb-bug-gnu-emacs@m.gmane.org; Fri, 17 Aug 2007 14:25:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IM0tE-0003Xa-GO for geb-bug-gnu-emacs@m.gmane.org; Fri, 17 Aug 2007 08:25:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IM0tB-0003XC-Lu for bug-gnu-emacs@gnu.org; Fri, 17 Aug 2007 08:25:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IM0tA-0003Wp-Jz for bug-gnu-emacs@gnu.org; Fri, 17 Aug 2007 08:25:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IM0tA-0003We-9u for bug-gnu-emacs@gnu.org; Fri, 17 Aug 2007 08:25:16 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IM0t9-0002Al-R5 for bug-gnu-emacs@gnu.org; Fri, 17 Aug 2007 08:25:16 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1IM0t2-0006pF-PF for bug-gnu-emacs@gnu.org; Fri, 17 Aug 2007 14:25:08 +0200 Original-Received: from dyn-86.105.65.100.tm.upcnet.ro ([86.105.65.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Aug 2007 14:25:08 +0200 Original-Received: from cezar by dyn-86.105.65.100.tm.upcnet.ro with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 Aug 2007 14:25:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 76 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dyn-86.105.65.100.tm.upcnet.ro User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux) Cancel-Lock: sha1:4ioQxRvOSbTgujummenT5K1Yb+E= X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16379 Archived-At: Hello, 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 > "
    " \n > "
  • " \n > _ \n > -1 "
  • " \n > "
" \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) skeleton-internal-1(-1 t nil) [.. a lot more of these .. ] skeleton-internal-1(-1 t nil) skeleton-internal-1(-1 t nil) skeleton-internal-1(-1 nil nil) byte-code("=c2@=c3 #=87" [skeleton recursive skeleton-internal-1 nil] 4) skeleton-internal-list(("" > "
    " n > "
  • " n > _ n > -1 "
  • " n > "
" n) nil) (let nil (skeleton-internal-list skeleton str)) eval((let nil (skeleton-internal-list skeleton str))) skeleton-insert(("" > "
    " n > "
  • " n > _ n > -1 "
  • " n > "
" n) nil nil) skeleton-proxy-new(("" > "
    " n > "
  • " n > _ n > -1 "
  • " n > "
" n) nil nil) test-skeleton(nil 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 Windowing system distributor `The X.Org Foundation', version 11.0.70200000 configured using `configure '--enable-font-backend' '--with-xft' '--with-freetype' '--with-gtk' '--with-prefix=/opt'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: C value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.utf8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-compression-mode: t line-number-mode: t