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

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

Re: Is there an easier way to jump to the same word?


From: Andreas Röhler
Subject: Re: Is there an easier way to jump to the same word?
Date: Thu, 11 Apr 2013 09:11:05 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130307 Thunderbird/17.0.4

Am 11.04.2013 04:24, schrieb Steven Degutis:
Often times I find that I want to jump to another occurrence of the
word-under-point, almost always variables or functions. I end up going to
the beginning of the word with M-b, doing isearch-forward with C-s, adding
all the words until the full word is the search term with C-w a bunch of
times, and finally C-s to jump around to other instances of it.

Is there a better way to do this?

-Steven


Made a ar-name-atpt for this, which picks just the identifiers.
Behind identifiers is a

defcustom ar-name-chars-atpt "a-zA-Z_;-"

Once in kill-ring, start search C-s and yank it back  for search M-y


Source:

thing-at-point-utils.el
https://launchpad.net/s-x-emacs-werkstatt/trunk/1.3/+download/S-X-Emacs-Werkstatt-1.3.tar.gz







reply via email to

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