From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Martin =?utf-8?B?WXJqw7Zsw6Q=?= Newsgroups: gmane.emacs.help Subject: Re: Deny keymap changes made by `evil-integration' Date: Sun, 26 Jul 2015 15:24:30 +0300 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: 8bit X-Trace: ger.gmane.org 1437934493 31037 80.91.229.3 (26 Jul 2015 18:14:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Jul 2015 18:14:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 26 20:14:39 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 1ZJQRY-00010u-Ne for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Jul 2015 20:14:36 +0200 Original-Received: from localhost ([::1]:50668 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJQRY-00062D-5O for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Jul 2015 14:14:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJKz4-0000JQ-ML for help-gnu-emacs@gnu.org; Sun, 26 Jul 2015 08:24:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJKyy-0002UL-4J for help-gnu-emacs@gnu.org; Sun, 26 Jul 2015 08:24:50 -0400 Original-Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]:33136) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJKyx-0002TR-Su for help-gnu-emacs@gnu.org; Sun, 26 Jul 2015 08:24:44 -0400 Original-Received: by laah7 with SMTP id h7so34987372laa.0 for ; Sun, 26 Jul 2015 05:24:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:in-reply-to:date:message-id:mime-version :content-type:content-transfer-encoding; bh=+F7CXcmMGKwed0NobrmSfXhbRgezTEd5Pa6yeRfw/Pw=; b=gYTnp8xKo7lfb21OQk210/d2uC/1z8C1w9N3kMVQ2YsQMhdOIrzqQjapEhdMn6tt10 LoYZvaWfiukEzGTMMmy/1M5cbcwKrvSkUzBVs62G4dRXe0SNbePnFqa7EBw1us4YBsxk V74PfGHXxD1Ty4YLneHANkFUeeXu95fkwlGIbIgmdzvI88ek2IzaRSsLpuVbJnTYbbL8 /BEIuzUNEQFzvva48H9h5wFA65UAvlnju7ESFvnm5/e127HQU0rMV7TvKP2+bTlvrmmn wZt2L17ooP/u8LEjU6xCmygpJ+8FDy8sJVrU5VLAI0I0GoubeoU9kYB1UjiKAUIsJ/UO z7Tw== X-Received: by 10.152.1.4 with SMTP id 4mr22449002lai.25.1437913482407; Sun, 26 Jul 2015 05:24:42 -0700 (PDT) Original-Received: from Marbook-Pro.local ([83.145.195.18]) by smtp.gmail.com with ESMTPSA id r4sm3194317lag.46.2015.07.26.05.24.41 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 26 Jul 2015 05:24:41 -0700 (PDT) In-reply-to: <83io981ihk.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::230 X-Mailman-Approved-At: Sun, 26 Jul 2015 14:14:24 -0400 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:106008 Archived-At: Eli Zaretskii writes: >> Date: Sat, 25 Jul 2015 14:52:43 +0200 >> From: Alexander Shukaev >> Cc: help-gnu-emacs >> >> They implemented `evil' too intrusively, i.e. `(require 'evil)' would >> also `(require 'evil-integration)' and some other trash that I don't >> want personally. > > I'd suggest a careful reading of the code, looking for ways of > disabling the too-intrusive stuff. > 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ölä