bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: skeleton bug


From: Michaël Cadilhac
Subject: Re: skeleton bug
Date: Fri, 17 Aug 2007 18:24:15 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

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  |                                   -  --'

Attachment: pgpzEnf4r0Mlh.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]