unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* multiple inserts within skeletons
@ 2003-04-28 19:29 Oliver Lohmann
  0 siblings, 0 replies; 7+ messages in thread
From: Oliver Lohmann @ 2003-04-28 19:29 UTC (permalink / raw)


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
                    >"/**" \n               
                    >"* " s1 \n
                    >"* " \n
                    >"* @param " s2 \n
;;-->       	    ;; more params here please...
                    >"* " \n
                    >"* " \n
                    >"* @author " user-full-name \n
                    >"* @note " user-mail-address \n
                    >"* @date " (insert-date) \n
                    >"*/" \n _ )))


thanks for your help!


kind regards
oliver lohmann

^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <mailman.5300.1051558114.21513.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2003-04-30  9:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-28 19:29 multiple inserts within skeletons Oliver Lohmann
     [not found] <mailman.5300.1051558114.21513.help-gnu-emacs@gnu.org>
2003-04-29  9:58 ` Oliver Scholz
2003-04-29 10:52   ` Oliver Lohmann
2003-04-29 14:51   ` Harry Putnam
2003-04-29 16:22     ` Oliver Scholz
2003-04-29 23:13       ` Harry Putnam
2003-04-30  9:23         ` Oliver Scholz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).