all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Why does this happen in regexp isearch?
@ 2010-07-03 10:29 Deniz Dogan
  2010-07-03 13:14 ` Daniel Pittman
  0 siblings, 1 reply; 4+ messages in thread
From: Deniz Dogan @ 2010-07-03 10:29 UTC (permalink / raw)
  To: help-gnu-emacs

I open cus-edit.el.gz in Emacs and do a regexp isearch for:

^  ;;

(Beginning of line, then two spaces, then two semicolons.)

For some reason that I don't understand, it seems to match "beginning
of line, any number of spaces OR tabs, then two semicolons". When I
search for:

^ \{2\};;

...it finds what I'm looking for. Why is this?

-- 
Deniz Dogan



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

end of thread, other threads:[~2010-07-04  0:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-03 10:29 Why does this happen in regexp isearch? Deniz Dogan
2010-07-03 13:14 ` Daniel Pittman
2010-07-04  0:40   ` Deniz Dogan
     [not found] <mailman.2.1278153007.17258.help-gnu-emacs@gnu.org>
2010-07-03 11:18 ` Andreas Politz

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.