help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: search for identifier at point


From: jpkotta
Subject: Re: search for identifier at point
Date: Wed, 08 Dec 2010 15:25:43 -0000
User-agent: G2/1.0

On Aug 19, 10:26 am, Stefan Monnier <monn...@iro.umontreal.ca> wrote:
> > But I may not be at beginning of identifier
> > In fact mostly when browsing the file one most likely reached there
> > with a C-s and so point is somewhere halfway inside the identifier
>
> You can hit C-M-b before C-s C-w, so you jump to the beginning of
> the identifier.
>
>         Stefan

I have extended thing-opt.el (http://www.emacswiki.org/emacs/
ThingAtPointOptional) to add things to the isearch string.  I want to
extend it to replace-regexp too, but I haven't gotten to it.  Here's
what I have so far: http://pastebin.com/R3jeLwuU.  Using this, you
would start isearch with C-s, then hit M-@ to start selecting things.


reply via email to

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