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: Kevin Rodgers
Subject: Re: How to support skeleton in emacs?
Date: Thu, 14 Sep 2006 09:12:20 -0600
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

jronald wrote:
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?

I don't know if any of these will meet your needs, but here are a couple
things I found by searching the Emacs Wiki for "skeleton":

http://www.emacswiki.org/cgi-bin/wiki/mcskels.el
http://www.emacswiki.org/cgi-bin/wiki/ElseMode

--
Kevin





reply via email to

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