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

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

How to support skeleton in emacs?


From: jronald
Subject: How to support skeleton in emacs?
Date: Thu, 14 Sep 2006 09:03:53 +0800

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? 




reply via email to

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