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

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

Re: key-translation-map and combinations


From: Stefan Monnier
Subject: Re: key-translation-map and combinations
Date: Thu, 29 May 2014 10:44:35 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> name"). There, type Control-f and some search key that can be found
> repeatedly in your directory. Then press Control-f repeatedly.
> My observation is that repeated search by Control-f doesn't work like it
> does when you use Control-s directly. However, if you use remap C-f using

That's because the isearch-mode-map has a binding for C-s to do "repeat"
but doesn't have such a binding for C-f.

You can try

(define-key isearch-mode-map [?\C-f] (lookup-key isearch-mode-map [?\C-s]))


        Stefan




reply via email to

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