all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Reitter <david.reitter@gmail.com>
To: Stefan Monnier <monnier@IRO.UMontreal.CA>
Cc: Juanma Barranquero <lekktu@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 19:02:59 -0400	[thread overview]
Message-ID: <D9796C09-59F8-4747-BE2A-D0071536DDCE@gmail.com> (raw)
In-Reply-To: <jwvvdbb19uc.fsf-monnier+emacs@gnu.org>

On Apr 28, 2010, at 6:39 PM, Stefan Monnier wrote:
>> As an aside, it would be good to have a simple way to say "I don't
>> want global mode X applied to buffers Y, Z and W."
> 
> Yes, that would be a welcome addition.

I agree.  

Please consider hand-crafting global minor modes in some cases.

Take `visual-line-mode': What it does is to configure a number of variables, most of which are buffer-local:

(line-move-visual truncate-lines truncate-partial-width-windows word-wrap fringe-indicator-alist)

The classic way to configure a default for these would be `set-default'.  This seems cleaner and more efficient than automatically deriving a globalized version of the mode that runs (at least) at every major mode change and may then be turned off again by the mode hook. 



  reply	other threads:[~2010-04-28 23:02 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
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 [this message]
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=D9796C09-59F8-4747-BE2A-D0071536DDCE@gmail.com \
    --to=david.reitter@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=lekktu@gmail.com \
    --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.