From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [cezar@mixandgo.ro: skeleton bug] Date: Sat, 25 Aug 2007 00:07:14 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1188014869 22548 80.91.229.12 (25 Aug 2007 04:07:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Aug 2007 04:07:49 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 25 06:07:47 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 1IOmw5-0000aD-EN for ged-emacs-devel@m.gmane.org; Sat, 25 Aug 2007 06:07:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOmw4-0001Oe-W8 for ged-emacs-devel@m.gmane.org; Sat, 25 Aug 2007 00:07:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOmvh-0001D0-1J for emacs-devel@gnu.org; Sat, 25 Aug 2007 00:07:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOmvg-0001CM-GE for emacs-devel@gnu.org; Sat, 25 Aug 2007 00:07:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOmvf-0001C4-SX for emacs-devel@gnu.org; Sat, 25 Aug 2007 00:07:20 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IOmvd-0007EP-HG for emacs-devel@gnu.org; Sat, 25 Aug 2007 00:07:18 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IOmva-0001mC-RX; Sat, 25 Aug 2007 00:07:14 -0400 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:77114 Archived-At: [I sent this message a week ago but did not get a response.] Would someone please DTRT, then ack? ------- Start of forwarded message ------- X-Spam-Status: No, score=1.8 required=5.0 tests=NO_REAL_NAME, RCVD_IN_SORBS_WEB,SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY autolearn=no version=3.1.0 To: bug-gnu-emacs@gnu.org From: cezar@mixandgo.ro Date: Fri, 17 Aug 2007 14:36:29 +0300 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: skeleton bug 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 _______________________________________________ bug-gnu-emacs mailing list bug-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs ------- End of forwarded message -------