From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Oliver Lohmann Newsgroups: gmane.emacs.help Subject: Re: multiple inserts within skeletons Date: 29 Apr 2003 12:52:06 +0200 Organization: FH-Wedel Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1051613526.488.2.camel@box> References: Reply-To: nagash2270@yahoo.de NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1051618107 21562 80.91.224.249 (29 Apr 2003 12:08:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2003 12:08:27 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 29 14:08:26 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19ATuM-0005bU-00 for ; Tue, 29 Apr 2003 14:08:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19ATuw-0007iK-02 for gnu-help-gnu-emacs@m.gmane.org; Tue, 29 Apr 2003 08:09:02 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19ATtf-0007DQ-00 for help-gnu-emacs@gnu.org; Tue, 29 Apr 2003 08:07:43 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19ATtY-00072z-00 for help-gnu-emacs@gnu.org; Tue, 29 Apr 2003 08:07:36 -0400 Original-Received: from smtp015.mail.yahoo.com ([216.136.173.59]) by monty-python.gnu.org with smtp (Exim 4.10.13) id 19AShV-0003ef-00 for help-gnu-emacs@gnu.org; Tue, 29 Apr 2003 06:51:06 -0400 Original-Received: from pd9e30473.dip.t-dialin.net (HELO ?192.168.0.2?) (nagash2270@217.227.4.115 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 29 Apr 2003 10:51:02 -0000 Original-To: help-gnu-emacs@gnu.org In-Reply-To: X-Mailer: Ximian Evolution 1.2.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8995 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8995 On Tue, 2003-04-29 at 11:58, Oliver Scholz wrote: > A skeleton may contain a sub-skeleton as an element. In this case it > is repeated until the user hits RET without having anything > entered. For example: > > (define-skeleton my-comment > "FIXME: documentation" > nil > "BEGIN NONSENSE" \n > > "Everything on the following lines" \n > > "is pure nonsense." \n > ("Type a silly word: " "lirum larum -- " str & \n | -15) > "END NONSENSE") thanks, that's all i need! best regards oliver