all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Regexp I-search not  recognising \d\d
@ 2005-11-20  2:18 zaphod
  2005-11-20 10:08 ` Peter Dyballa
  0 siblings, 1 reply; 2+ messages in thread
From: zaphod @ 2005-11-20  2:18 UTC (permalink / raw


I typed C-M s for Regexp I-search then \d\d to match double digits but Emacs
matched occurrences of alphabetic 'dd' ?????

zaphod

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

* Re: Regexp I-search not  recognising \d\d
  2005-11-20  2:18 Regexp I-search not recognising \d\d zaphod
@ 2005-11-20 10:08 ` Peter Dyballa
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Dyballa @ 2005-11-20 10:08 UTC (permalink / raw
  Cc: help-gnu-emacs


Am 20.11.2005 um 03:18 schrieb zaphod:

> I typed C-M s for Regexp I-search then \d\d to match double digits but 
> Emacs
> matched occurrences of alphabetic 'dd' ?????
>

I think regexp I-search only supports the basic set. You would need to 
search for [0-9][0-9].

--
Greetings

   Pete

In a world without walls and fences, who needs gates and windows?

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

end of thread, other threads:[~2005-11-20 10:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-20  2:18 Regexp I-search not recognising \d\d zaphod
2005-11-20 10:08 ` Peter Dyballa

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.