unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Skeleton With Embedded Quotes
@ 2005-11-20 21:26 gamename
  2005-11-21 17:25 ` rgb
  2005-11-22 16:32 ` Tim Johnson
  0 siblings, 2 replies; 4+ messages in thread
From: gamename @ 2005-11-20 21:26 UTC (permalink / raw)


Hi,

I'm trying to create a skeleton for a debug statement in tcl.  I want
the skeleton to produce something like this:

mylib::debug " "

(The cursor would be placed between the quotations.)

Unfortunately, skeleton uses double quotes as the delimiter for its own
definition.  So, how do you get skeleton to print double quotes?  Here
is what I have so Far:

(define-skeleton tcl-debug
  "Tcl debug statement"  nil
  > "mylib::debug " \ \n)

TIA,
-T

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-11-22 16:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-20 21:26 Skeleton With Embedded Quotes gamename
2005-11-21 17:25 ` rgb
2005-11-21 18:58   ` gamename
2005-11-22 16:32 ` Tim Johnson

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).