emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

M-x occur and `[^a-z]$'


From: Mark Plaksin
Subject: M-x occur and `[^a-z]$'
Date: Tue, 27 Jun 2006 13:13:12 -0400
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.51 (gnu/linux)

emacs -Q

Put this in the *scatch* buffer:
a1
b
c1
d
e1
f
g1
h
i1
j
k1
l
m1
n

Go to the top of the buffer and type M-x occur RET [^a-z]$ RET

You'll get this:

8 matches for "[^a-z]$" in buffer: *scratch*
      1:a1
      3:c1
      5:e1
      7:g1
      9:i1
     11:k1
     13:m1
     14:n

But line 14 doesn't match the regexp, does it?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]