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

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

Re: Search occurrences of character at point


From: Yuri Khan
Subject: Re: Search occurrences of character at point
Date: Fri, 4 Aug 2017 23:09:23 +0700

On Fri, Aug 4, 2017 at 6:31 PM, Guido Van Hoecke <guivho@gmail.com> wrote:

> I sometimes have to edit some text where I want to find all occurences
> of some non-standard character, such as Char: ­ (173, #o255, #xad, ...)
>
> I'd like a way to have the cursor sit on such a character and hit a key
> to position it at the next occurrence of said character.
>
> I'm sure there's a way to do this?

C-s (isearch-forward) C-M-y (isearch-yank-char)?



reply via email to

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