<<< Date Index >>>     <<< Thread Index >>>

Re: UI enhancements



On 2007-09-10 09:30:26 -0500, Kyle Wheeler wrote:
> Since it's supposed to be ~y EXPR, perhaps we could just expand the 
> definition of EXPR to support standard regex word delimiter syntax. That 
> way a good pattern could be:
>
>     ~y \<red\>

That would be much longer to type (and I don't think that one backslash
is sufficient). I currently use this via a macro:

  ~y"( |\\\`)( |\\\')"
             ^ cursor

but I can't search for several words easily.

-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)