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

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

Re: How to support skeleton in emacs?


From: Benjamin Rutt
Subject: Re: How to support skeleton in emacs?
Date: Sat, 16 Sep 2006 21:27:02 GMT
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/22.0.50 (gnu/linux)

"jronald" <followait@163.com> writes:

> Take C++ for example:
>
> I typed "if", then it displays:
>
> if () {
> }
>
> with the cursor inside the parentheses.
>
> type: while
> result:
>
> while () {
> }
>
> I'm lazy to define them myself. Is there exist one? 

msf-abbrev can do this:  http://www.bloomington.in.us/~brutt/msf-abbrev.html

requires unreleased emacs though

-- 
Benjamin Rutt


reply via email to

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