all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* regexp bug?
@ 2006-11-16 13:03 David Abrahams
  2006-11-16 13:11 ` David Abrahams
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: David Abrahams @ 2006-11-16 13:03 UTC (permalink / raw)



If I put point on a letter, like this "x", (looking-at " *") returns t
but (looking-at "\s *") returns nil.

Is that intended?  Is it documented?

Thanks in advance,

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

^ permalink raw reply	[flat|nested] 9+ messages in thread
* regexp bug?
@ 2002-09-13  9:05 coriordan
  2002-09-13  9:30 ` Juanma Barranquero
  0 siblings, 1 reply; 9+ messages in thread
From: coriordan @ 2002-09-13  9:05 UTC (permalink / raw)


hello.

I think I have found a bug in Emacs.  I was searching
for sentences that were separated with only one space
so I used the regexp search with "\. [^ ]".  My
search kept matching sentences with two spaces.
The minibuffer was showing my regexp as "\.\s-+[^ ]".

Hope I'm not missing something, please CC me if there
is any discussion as I am not on this list.

Thanks.
Ciaran O'Riordan

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

end of thread, other threads:[~2006-11-16 14:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-16 13:03 regexp bug? David Abrahams
2006-11-16 13:11 ` David Abrahams
2006-11-16 13:20 ` Kim F. Storm
2006-11-16 13:29 ` David Kastrup
2006-11-16 14:01   ` Kim F. Storm
  -- strict thread matches above, loose matches on Subject: below --
2002-09-13  9:05 coriordan
2002-09-13  9:30 ` Juanma Barranquero
2002-09-13 10:47   ` coriordan
2002-09-13 11:32     ` Juanma Barranquero

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.