From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "jronald" Newsgroups: gmane.emacs.help Subject: How to support skeleton in emacs? Date: Thu, 14 Sep 2006 09:03:53 +0800 Organization: Bentium Ltd. (CN99) Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1158198045 27194 80.91.229.2 (14 Sep 2006 01:40:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Sep 2006 01:40:45 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 14 03:40:43 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GNgDQ-0003mP-9h for geh-help-gnu-emacs@m.gmane.org; Thu, 14 Sep 2006 03:40:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GNgDP-0007I9-R2 for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Sep 2006 21:40:31 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news.cn99.com!news.yaako.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 222.64.164.215 Original-X-Trace: news.yaako.com 1158195849 23064 222.64.164.215 (14 Sep 2006 01:04:09 GMT) Original-X-Complaints-To: usenet@news.yaako.com Original-NNTP-Posting-Date: Thu, 14 Sep 2006 01:04:09 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Original-Xref: shelby.stanford.edu gnu.emacs.help:141737 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37359 Archived-At: 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?