[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: skeleton bug
From: |
Cezar |
Subject: |
Re: skeleton bug |
Date: |
Fri, 17 Aug 2007 20:11:28 +0300 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux) |
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 :
>>
>> <ul>
>> <li>
>> </li>
>> </ul>
>>
>> The skeleton looks like this :
>>
>> (define-skeleton test-skeleton
>> "This is a small doc for the skeleton."
>> "" ;no prompt
>> > "<ul>"
>> \n > "<li>"
>> \n > _
>> \n > -1 "</li>"
>> \n > "</ul>"
>> \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