all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Deny keymap changes made by `evil-integration'
Date: Sat, 25 Jul 2015 15:33:36 +0300	[thread overview]
Message-ID: <83k2to1knz.fsf@gnu.org> (raw)
In-Reply-To: <CAKu-7WxaxU-oKFoSQDoWr3A+T3LTMn+4v0msqU4cpGscKgtB7w@mail.gmail.com>

> Date: Sat, 25 Jul 2015 13:58:45 +0200
> From: Alexander Shukaev <haroogan@gmail.com>
> Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>
> 
> > 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?



  reply	other threads:[~2015-07-25 12:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-25 11:43 Deny keymap changes made by `evil-integration' Alexander Shukaev
2015-07-25 11:47 ` Eli Zaretskii
2015-07-25 11:58   ` Alexander Shukaev
2015-07-25 12:33     ` Eli Zaretskii [this message]
2015-07-25 12:52       ` Alexander Shukaev
2015-07-25 13:20         ` Eli Zaretskii
2015-07-25 13:23           ` Alexander Shukaev
2015-07-27 21:09             ` John Mastro
2015-07-28 13:28               ` Alexander Shukaev
2015-07-26 12:24           ` Martin Yrjölä
2015-07-26 18:56             ` Alexander Shukaev
2015-07-27 20:46 ` Robert Thorpe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83k2to1knz.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.