all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* isearch-forward-regexp in macro
@ 2008-05-30  9:47 Jerry
  0 siblings, 0 replies; only message in thread
From: Jerry @ 2008-05-30  9:47 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,
I created a macro, dowing M-C-s, I do search for an optional space.
Edit macro shows
M-C-s			;; isearch-forward-regexp
insert			;; self-insert-command * 6
SPC			;; self-insert-command
into			;; self-insert-command * 4
SPC			;; self-insert-command
table			;; self-insert-command * 5
SPC			;; self-insert-command
?(id.*values	;; self-insert-comma

But this fails, dropping SPC^Q^J ? fixes the problem. Did a miracle
just happen and did I find an emacs bug? And if not how can I bypass
this little annoyance?
(the buffer I searched in did not contain any 'insert into table[SPC]
(' strings only  'insert into table(')
regards,
Jeroen.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-30  9:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-30  9:47 isearch-forward-regexp in macro Jerry

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.