From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Oliver Scholz Newsgroups: gmane.emacs.help Subject: Re: multiple inserts within skeletons Date: Tue, 29 Apr 2003 11:58:07 +0200 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1051610504 23209 80.91.224.249 (29 Apr 2003 10:01:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2003 10:01:44 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 29 12:01:42 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 19ARvU-00060o-00 for ; Tue, 29 Apr 2003 12:01:28 +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 19ARuo-0005FX-03 for gnu-help-gnu-emacs@m.gmane.org; Tue, 29 Apr 2003 06:00:46 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!fu-berlin.de!uni-berlin.de!dialin-145-254-195-112.arcor-ip.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 34 Original-NNTP-Posting-Host: dialin-145-254-195-112.arcor-ip.net (145.254.195.112) Original-X-Trace: fu-berlin.de 1051610330 11785181 145.254.195.112 (16 [87814]) X-Attribution: os X-Face: "HgH2sgK|bfH$; PiOJI6|qUCf.ve<51_Od(%ynHr?=>znn#~#oS>",F%B8&\vus),2AsPYb -n>PgddtGEn}s7kH?7kH{P_~vu?]OvVN^qD(L)>G^gDCl(U9n{:d>'DkilN!_K"eNzjrtI4Ya6;Td% IZGMbJ{lawG+'J>QXPZD&TwWU@^~A}f^zAb[Ru;CT(UA]c& User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:MCaPEcz9+83fS//WXuYalZbjOTs= Original-Xref: shelby.stanford.edu gnu.emacs.help:112492 Original-To: help-gnu-emacs@gnu.org 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:8989 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8989 Oliver Lohmann writes: > hello, > > i want to repeat my inputs for @param with the follwing construct > (only an example) until i take a key or any other trigger > to exit the input ring: > > (defun myComment(s1 s2) > (interactive "sbriefDescr: \nsMethodParam: ") > (skeleton-insert'(nil [...] Why don't you use `define-skeleton' instead of writing a defun with `skeleton-insert'? 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") Oliver -- 10 Floréal an 211 de la Révolution Liberté, Egalité, Fraternité!