all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* macro-replacement with quotes
@ 2016-01-24 21:56 Phillip Lord
  2016-01-24 22:26 ` Marcin Borkowski
  0 siblings, 1 reply; 11+ messages in thread
From: Phillip Lord @ 2016-01-24 21:56 UTC (permalink / raw)
  To: help-gnu-emacs



Is it possible to build a list within a macro which contains backquote,
quote or comma symbols in it?

Specifically, I was thinking of building a macro which expands to a
pcase form, but I need the ` symbol in the expansion.

For example, say I have a list

'(a b c)

which I want to expand to

`(,a ,b ,c)

Or in full I want to expand something like

(((a) a)
 ((a b) a b)
 ((a b c) a b c))

into

(pcase x
  (`(,a) a)
  (`(,a ,b) a b)
  (`(,a ,b ,c) a b c))



Phil




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

end of thread, other threads:[~2016-01-25 19:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.2870.1453672579.843.help-gnu-emacs@gnu.org>
2016-01-24 22:45 ` macro-replacement with quotes Joost Kremers
2016-01-24 22:50 ` Pascal J. Bourguignon
2016-01-24 22:54   ` Pascal J. Bourguignon
2016-01-24 23:08   ` Joost Kremers
2016-01-25 19:52     ` Pascal J. Bourguignon
2016-01-24 21:56 Phillip Lord
2016-01-24 22:26 ` Marcin Borkowski
2016-01-25 10:17   ` Phillip Lord
2016-01-25 11:10     ` Marcin Borkowski
2016-01-25 14:02       ` Phillip Lord
2016-01-25 14:35         ` Michael Heerdegen

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.