From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rosangelamesil@gmail.com Newsgroups: gmane.emacs.help Subject: Re: Modal Keyboard Layout for EMACS Date: Fri, 23 Nov 2012 19:16:33 -0800 (PST) Message-ID: <0c66d280-eb92-4e63-8c94-42a9bfee6fc4@googlegroups.com> References: <5f81bc03-eafb-4330-96b1-383d17886c0c@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1353727211 1201 80.91.229.3 (24 Nov 2012 03:20:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Nov 2012 03:20:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 24 04:20:23 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Tc6I2-0003Ok-Nk for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Nov 2012 04:20:22 +0100 Original-Received: from localhost ([::1]:57534 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tc6Hr-0004sj-SE for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Nov 2012 22:20:11 -0500 Original-Received: by 10.224.207.66 with SMTP id fx2mr3789074qab.7.1353726993952; Fri, 23 Nov 2012 19:16:33 -0800 (PST) Original-Received: by 10.49.28.131 with SMTP id b3mr918668qeh.42.1353726993882; Fri, 23 Nov 2012 19:16:33 -0800 (PST) Original-Path: usenet.stanford.edu!i9no9591624qap.0!news-out.google.com!gf5ni2982588qab.0!nntp.google.com!i9no9591616qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <5f81bc03-eafb-4330-96b1-383d17886c0c@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=189.41.128.27; posting-account=xnilngoAAABehzk38ooJVgoXGs-RXhN9 Original-NNTP-Posting-Host: 189.41.128.27 User-Agent: G2/1.0 Injection-Date: Sat, 24 Nov 2012 03:16:33 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:195561 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87883 Archived-At: 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)