From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Re: Deny keymap changes made by `evil-integration' Date: Sun, 26 Jul 2015 20:56:13 +0200 Message-ID: References: <83lhe41msl.fsf@gnu.org> <83k2to1knz.fsf@gnu.org> <83io981ihk.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1437936995 9025 80.91.229.3 (26 Jul 2015 18:56:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Jul 2015 18:56:35 +0000 (UTC) Cc: help-gnu-emacs To: =?UTF-8?B?TWFydGluIFlyasO2bMOk?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 26 20:56:35 2015 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 1ZJR63-00089n-Iz for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Jul 2015 20:56:27 +0200 Original-Received: from localhost ([::1]:50727 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJR62-0005FW-5t for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Jul 2015 14:56:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJR5s-0005FN-KQ for help-gnu-emacs@gnu.org; Sun, 26 Jul 2015 14:56:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJR5r-0005Su-Lb for help-gnu-emacs@gnu.org; Sun, 26 Jul 2015 14:56:16 -0400 Original-Received: from mail-lb0-x231.google.com ([2a00:1450:4010:c04::231]:33829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJR5r-0005Sf-CY for help-gnu-emacs@gnu.org; Sun, 26 Jul 2015 14:56:15 -0400 Original-Received: by lbbzr7 with SMTP id zr7so41138825lbb.1 for ; Sun, 26 Jul 2015 11:56:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=0T2m/2dmVj61XQ8l0tYKlellDbku1vZUEmKTCS5b2EA=; b=wSD/RPKApzmAHO3VU7ODIbjZfqPHexcm/aMOxngHr0eCj/DLEGKfIU7c1t2PdDQXQn tAwjjv+PzC61kv3wDper0sxxPpuX2R9/PSjboZtzD+qMbID61ho66DeVjPHEHgXoGeA+ hSu7P+dCfP1PWMau6XJ6wnXY7YHKaayeR/Xo+yGtWnZxHcLLHQz7j8w4yFfCzTWAAjRP z9j0SNGj5VETLGFJ7SgnTbulC3duy+HAmxYBXPt/z0m1tXnasE/6elCunn9E1RO+Pmbv HtjI+ZehJC9WLPlhLTaK0aFhiuFbNaHIWtuNTxZ0u0UAayArtthSAc/K1FuaXuBkiiJE 1SQA== X-Received: by 10.112.159.226 with SMTP id xf2mr19749982lbb.74.1437936973702; Sun, 26 Jul 2015 11:56:13 -0700 (PDT) Original-Received: by 10.112.148.33 with HTTP; Sun, 26 Jul 2015 11:56:13 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::231 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:106009 Archived-At: > Have you tried `M-x evil-emacs-state'? It should revert back to the > standard Emacs keybindings. To make this the default behavior for > dired buffers you can change the `evil-emacs-state-modes'-variable: > > (add-to-list 'evil-emacs-state-modes 'dired-mode) > > Best regards, > Martin Yrj=C3=B6l=C3=A4 > I'm well aware of all those Evil details. This, however, has nothing to do with the final goal. The goal is to remove evil-specific bindings from `dired-mode-map' (and others) completely rather than just switch the state.