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

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

Re: Modal Keyboard Layout for EMACS


From: rosangelamesil
Subject: Re: Modal Keyboard Layout for EMACS
Date: Fri, 23 Nov 2012 19:16:33 -0800 (PST)
User-agent: G2/1.0

It turns out that isearch does not interact well with the mvi-command-mode. 
Therefore, one must remove the corresponding lines from the source code, and 
continue doing search with C-x C-s in mvi-insert-mode.

   (define-key map "n" 'isearch-forward)
    (define-key map "N" 'isearch-backward) 


reply via email to

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