From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Cezar Newsgroups: gmane.emacs.bugs Subject: Re: skeleton bug Date: Fri, 17 Aug 2007 20:11:28 +0300 Message-ID: <87tzqykrwf.fsf@myhost.localdomain> References: <87zm0qe6ki.fsf@myhost.localdomain> <87mywq9ljk.fsf@lrde.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1187370719 2825 80.91.229.12 (17 Aug 2007 17:11:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Aug 2007 17:11:59 +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 19:11:55 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 1IM5MY-0002zb-1C for geb-bug-gnu-emacs@m.gmane.org; Fri, 17 Aug 2007 19:11:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IM5MX-0007NV-4J for geb-bug-gnu-emacs@m.gmane.org; Fri, 17 Aug 2007 13:11:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IM5MU-0007MS-Pg for bug-gnu-emacs@gnu.org; Fri, 17 Aug 2007 13:11:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IM5MU-0007Lb-3T for bug-gnu-emacs@gnu.org; Fri, 17 Aug 2007 13:11:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IM5MT-0007LX-UW for bug-gnu-emacs@gnu.org; Fri, 17 Aug 2007 13:11:49 -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 1IM5MT-000164-Hu for bug-gnu-emacs@gnu.org; Fri, 17 Aug 2007 13:11:49 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IM5MI-000462-Vx for bug-gnu-emacs@gnu.org; Fri, 17 Aug 2007 19:11:39 +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 19:11:38 +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 19:11:38 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 43 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:vTvpvLqtcbGRSKTG/szaPvK3E3c= 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:16382 Archived-At: No, this only happens in 23 michael@cadilhac.name (Michaël Cadilhac) writes: > cezar@mixandgo.ro writes: > >> 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: >> >> In GNU Emacs 23.0.0.1 (i686-pc-linux-gnu, GTK+ Version 2.10.12) > > I can't reproduce it with 22.1.50, can you ? > > -- > | Michaël `Micha' Cadilhac | Le copillage-collage | > | http://michael.cadilhac.name | tue le programmeur. | > | JID/MSN: | -- Dictons LRDE | > `---- michael.cadilhac@gmail.com | - --' > _______________________________________________ > bug-gnu-emacs mailing list > bug-gnu-emacs@gnu.org > http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs