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

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

Re: one shortcut next occurrence search


From: Teemu Likonen
Subject: Re: one shortcut next occurrence search
Date: Fri, 24 Dec 2010 12:18:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.91 (gnu/linux)

* 2010-12-24 01:44 (-0800), rusi wrote:

> Specifically: How do I poke around in the keymap associated with C-s?
> IOW, normally to find out about a keybinding, say C-x o, I'd type C-h
> c C-x o, but if I do C-h c C-w I get kill-region -- nothing to do with
> the C-w 'inside' C-s.

You can use keys

    C-h m
    C-h k
    C-h b

in isearch mode to get help. This particular feature is also documented
in Emacs reference manual section "19.1.5 Isearch Yanking".

    (info "(emacs) Isearch Yank")


reply via email to

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