From: Aidan Gauland <aidalgol@no8wireless.co.nz>
To: help-gnu-emacs@gnu.org
Subject: Re: Is it possible to have a global minor mode disabled whenever a certain major mode is enabled?
Date: Tue, 20 Jul 2010 06:42:10 +1200 [thread overview]
Message-ID: <4C449C82.5070902@no8wireless.co.nz> (raw)
In-Reply-To: <AANLkTinLqCPP2shSkjGKwGxE8LVLvrWwBC9_ohc3_dTV@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1160 bytes --]
James Gregory wrote:
> I have a global minor mode (highlight-symbol) that conflicts with a
> major mode (js2-mode). I have seen an alternative implementation of
> highlight symbol that doesn't conflict, but it has some issues of its
> own. I would rather just disable highlight-symbol whenever js2-mode is
> loaded, but I can't work out how to do this.
>
> I have some code like this in my init files:
>
> [snip]
>
> But though the hook at the end is called, highlight-symbol is still
> switched on in js2-mode buffers. I guess this might be because the
> global minor mode is enabled after js2-mode has already loaded? Or
> some other load-order issue.
According to the Emacs manual, major-mode hooks are run as the *last* step of
initialisation, so I'm not sure why this isn't working for you. I have an
idea that may or may not be helpful: if highlight-symbol can run hooks, have
it detect the major mode of the current buffer and disable itself. If that
doesn't work, then, as a rather crude hack, you could have your js2-mode hook
run after a short delay, but that would be unreliable, as it's time dependent.
HTH,
Aidan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 261 bytes --]
prev parent reply other threads:[~2010-07-19 18:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-14 11:06 Is it possible to have a global minor mode disabled whenever a certain major mode is enabled? James Gregory
2010-07-19 18:42 ` Aidan Gauland [this message]
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=4C449C82.5070902@no8wireless.co.nz \
--to=aidalgol@no8wireless.co.nz \
--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.