all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lekktu@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: David Reitter <david.reitter@gmail.com>,
	"emacs-devel@gnu.org devel" <emacs-devel@gnu.org>
Subject: Re: globalized minor modes - priority over mode hook?
Date: Wed, 28 Apr 2010 04:35:51 +0200	[thread overview]
Message-ID: <v2yf7ccd24b1004271935i12dc36c0g9fb30f51ddc29da5@mail.gmail.com> (raw)
In-Reply-To: <jwvr5m25cz1.fsf-monnier+emacs@gnu.org>

On Mon, Apr 26, 2010 at 19:56, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
>
> Oops, sorry, I misunderstood.
> Yes, indeed, it will be run last.  And it will also be run first if the
> mode is written "properly" (by inheriting from some other mode).
> We should maybe split this into two parts: fundamental-mode-hook and
> after-change-major-mode-hook, the first is the one run before any other
> mode hook and the second is run after all other mode hooks.

Has this been fixed by r100061?

Because, for example,

  (add-hook 'completion-list-mode-hook (lambda () (linum-mode -1)))
  (global-linum-mode 1)

still activates linum-mode in completion buffers.

    Juanma




  parent reply	other threads:[~2010-04-28  2:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-25 23:42 globalized minor modes - priority over mode hook? David Reitter
2010-04-26 14:30 ` Stefan Monnier
2010-04-26 15:41   ` David Reitter
2010-04-26 16:28     ` Glenn Morris
2010-04-26 17:56     ` Stefan Monnier
2010-04-26 22:45       ` Lennart Borgman
2010-04-28  2:35       ` Juanma Barranquero [this message]
2010-04-28 14:41         ` Stefan Monnier
2010-04-28 21:53         ` Stefan Monnier
2010-04-28 22:10           ` Juanma Barranquero
2010-04-28 22:39             ` Stefan Monnier
2010-04-28 23:02               ` David Reitter
2011-10-06 19:34     ` bug#6040: " Glenn Morris

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=v2yf7ccd24b1004271935i12dc36c0g9fb30f51ddc29da5@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=david.reitter@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.