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

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

Re: Slickedit features in Emacs?


From: Benjamin Rutt
Subject: Re: Slickedit features in Emacs?
Date: Thu, 22 May 2003 09:56:38 -0400
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (usg-unix-v)

"Stefan Monnier" <monnier+gnu.emacs.help/news/@flint.cs.yale.edu> writes:

> Others have already replied.  While we're here.  What do people think of
> extending `define-skeleton' with some options to put the skeleton in
> an abbrev table ?  Something like
>
>    (define-skeleton my-skeleton-c-if
>      "Insert a c if statement"
>      :abbrev ("ifx" c-mode-abbrev-table)
>      nil
>      "if (" > _ ")" \n
>      "{" > \n \n "}" >)

It gets my vote.  Why not allow them to be combined explicitly, since
so many people combine skeletons and abbrevs separately anyway.
-- 
Benjamin


reply via email to

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