From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: [cezar@mixandgo.ro: skeleton bug] Date: Sat, 25 Aug 2007 12:46:25 -0400 Message-ID: <87veb3pnoe.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188081012 10652 80.91.229.12 (25 Aug 2007 22:30:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Aug 2007 22:30:12 +0000 (UTC) Cc: cezar@mixandgo.ro, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 26 00:30:10 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IP48v-0003OH-Eo for ged-emacs-devel@m.gmane.org; Sun, 26 Aug 2007 00:30:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IP48u-0004qB-PT for ged-emacs-devel@m.gmane.org; Sat, 25 Aug 2007 18:30:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IP48o-0004ok-On for emacs-devel@gnu.org; Sat, 25 Aug 2007 18:30:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IP48k-0004nD-Vc for emacs-devel@gnu.org; Sat, 25 Aug 2007 18:30:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IP48k-0004n6-RR for emacs-devel@gnu.org; Sat, 25 Aug 2007 18:29:58 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IOzM7-0002I5-QB; Sat, 25 Aug 2007 13:23:29 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IOyr2-00059i-VL; Sat, 25 Aug 2007 12:51:21 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 8905F4E36B; Sat, 25 Aug 2007 12:46:25 -0400 (EDT) In-Reply-To: (Richard Stallman's message of "Sat\, 25 Aug 2007 00\:07\:14 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Linux 2.6 (newer, 1) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:77163 Archived-At: Richard Stallman 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 > > "
    " > \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) > .... > 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.