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

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

Re: find out in which file a key is defined


From: Jambunathan K
Subject: Re: find out in which file a key is defined
Date: Wed, 07 Dec 2011 12:05:23 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (windows-nt)

Jim Green <student.northwestern@gmail.com> writes:

> Hello:
>
> Could anyone help on this question from an emacs learner:
>
> is there a command to find out why c-r is defined as isearch-backward?
> and how to disable this behavior?

r => reverse

I would recommend that you stick with (and adapt yourself to) the
in-built key bindings. You will save yourself plenty of time in the long
run.

Jambunathnan K.

> Thanks!
>
> Jim.
>
> below is obtained by c-h k c-r
>
> C-r runs the command isearch-backward, which is an interactive
> compiled Lisp function.
>
> It is bound to C-r, <menu-bar> <edit> <search> <i-search>
> <isearch-backward>.
>
> (isearch-backward &optional REGEXP-P NO-RECURSIVE-EDIT)
>
> Do incremental search backward.
> With a prefix argument, do a regular expression search instead.
> See the command `isearch-forward' for more information.
>
>

-- 



reply via email to

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