emacs-devel
[Top][All Lists]
Advanced

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

Re: incremental regexp search string


From: Robert J. Chassell
Subject: Re: incremental regexp search string
Date: Tue, 20 Dec 2005 11:19:12 +0000 (UTC)

    That would not be the correct input for regexp isearch.

Right.  My mistake.  What I wrote in my note to myself is that when
another copies from a message

     [[ [0-9]+   becomes    \[\[ \[0-9\]\+   and you must delete
    the last three backslashes for the incremental regexp search to
    succeed.

and  \[\[ [0-9]+  becomes \\\[\\\[ \[0-9\]\+   which also fails.

Unfortunately, for my message to Emacs, I changed some of the text 
when I discovered that my correspondent can copy   \[\[ [0-9]+    
as an argument to `occur'.

-- 
    Robert J. Chassell                         
    address@hidden                         GnuPG Key ID: 004B4AC8
    http://www.rattlesnake.com                  http://www.teak.cc




reply via email to

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