unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: David Reitter <david.reitter@gmail.com>
To: "emacs-devel@gnu.org devel" <emacs-devel@gnu.org>
Subject: globalized minor modes - priority over mode hook?
Date: Sun, 25 Apr 2010 19:42:33 -0400	[thread overview]
Message-ID: <E7209DDD-5B6A-4B52-A3AC-9CCBC55FDACB@gmail.com> (raw)

`run-mode-hooks' runs the mode hooks first, then after-change-major-mode-hooks.

When a globalized major mode is enabled, then it will install itself in `after-change-major-mode-hooks' and override the more specific major mode hooks, which is not normally what one wants.

For instance, if I want global-visual-line-mode on, but turn off word-wrap in my `latex-mode-hook' in favor for auto-fill, I don't get the expected result.  I don't know what happens when local variables are set when a file is loaded - these are specific for the file and should probably override the less-specific global minor mode.

Could globalized minor modes not be enabled earlier?



             reply	other threads:[~2010-04-25 23:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-25 23:42 David Reitter [this message]
2010-04-26 14:30 ` globalized minor modes - priority over mode hook? 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
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

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=E7209DDD-5B6A-4B52-A3AC-9CCBC55FDACB@gmail.com \
    --to=david.reitter@gmail.com \
    --cc=emacs-devel@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).