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: Fri, 17 Aug 2007 16:17:45 -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 1187381760 6551 80.91.229.12 (17 Aug 2007 20:16:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Aug 2007 20:16:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 17 22:15:57 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 1IM8Ee-00055x-BJ for ged-emacs-devel@m.gmane.org; Fri, 17 Aug 2007 22:15:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IM8Ed-0003w5-Qd for ged-emacs-devel@m.gmane.org; Fri, 17 Aug 2007 16:15:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IM8Cn-0003Db-9c for emacs-devel@gnu.org; Fri, 17 Aug 2007 16:14:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IM8Cl-0003CS-3W for emacs-devel@gnu.org; Fri, 17 Aug 2007 16:14:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IM8Cl-0003CM-0m for emacs-devel@gnu.org; Fri, 17 Aug 2007 16:13:59 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IM8Ck-0007bZ-Ko for emacs-devel@gnu.org; Fri, 17 Aug 2007 16:13:58 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IM8GP-0005WX-Qf; Fri, 17 Aug 2007 16:17:45 -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:76701 Archived-At: 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 -------