From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Deny keymap changes made by `evil-integration' Date: Sat, 25 Jul 2015 15:33:36 +0300 Message-ID: <83k2to1knz.fsf@gnu.org> References: <83lhe41msl.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1437827645 3770 80.91.229.3 (25 Jul 2015 12:34:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Jul 2015 12:34:05 +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 Jul 25 14:33:56 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 1ZIyeI-00077Z-D2 for geh-help-gnu-emacs@m.gmane.org; Sat, 25 Jul 2015 14:33:54 +0200 Original-Received: from localhost ([::1]:47959 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIyeH-0002Uk-IM for geh-help-gnu-emacs@m.gmane.org; Sat, 25 Jul 2015 08:33:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIye7-0002UH-Ld for help-gnu-emacs@gnu.org; Sat, 25 Jul 2015 08:33:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIye0-0008Fs-A4 for help-gnu-emacs@gnu.org; Sat, 25 Jul 2015 08:33:43 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:33172) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIye0-0008Fh-2v for help-gnu-emacs@gnu.org; Sat, 25 Jul 2015 08:33:36 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0NS100A00MOQT500@a-mtaout23.012.net.il> for help-gnu-emacs@gnu.org; Sat, 25 Jul 2015 15:33:34 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NS100A0DMVYNT90@a-mtaout23.012.net.il> for help-gnu-emacs@gnu.org; Sat, 25 Jul 2015 15:33:34 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 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:105984 Archived-At: > Date: Sat, 25 Jul 2015 13:58:45 +0200 > From: Alexander Shukaev > Cc: help-gnu-emacs > > > Would reloading Dired be OK? > > > > That's an idea, Eli, but does that mean that I have to spam something like > > (with-eval-after-load 'evil > (with-evail-after-load 'dired > (unload-feature 'dired) > (require 'dired)) > > (with-evail-after-load 'whatever > (unload-feature 'whatever) > (require 'whatever)) > > ...) You can just (load "whatever") instead of the unload-require dance. > for every package that is modified by `evil-integration'? If there are many of them, that raises a question: what is it that you want from 'evil-integration' that justifies using it? (I don't use Evil.) Are there any options in that package that would allow you to have what you want, but without the parts you don't want?