|
| 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?
| [Prev in Thread] | Current Thread | [Next in Thread] |