all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.