From: Cezar <cezar@mixandgo.ro>
To: bug-gnu-emacs@gnu.org
Subject: Re: skeleton bug
Date: Fri, 17 Aug 2007 20:11:28 +0300 [thread overview]
Message-ID: <87tzqykrwf.fsf@myhost.localdomain> (raw)
In-Reply-To: 87mywq9ljk.fsf@lrde.org
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
prev parent reply other threads:[~2007-08-17 17:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-17 11:36 skeleton bug cezar
2007-08-17 16:24 ` Michaël Cadilhac
2007-08-17 17:11 ` Cezar [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87tzqykrwf.fsf@myhost.localdomain \
--to=cezar@mixandgo.ro \
--cc=bug-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.