all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Michal Nazarewicz <mina86@mina86.com>
Cc: emacs-devel@gnu.org
Subject: Re: [PATCH] font-core: add font-lock-{enable, disable}-global-for functions
Date: Sat, 03 Jan 2015 23:30:54 -0500	[thread overview]
Message-ID: <jwvfvbr5fxa.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <xa1tbnmf2pub.fsf@mina86.com> (Michal Nazarewicz's message of "Sun, 04 Jan 2015 04:21:16 +0100")

> This happened when I've been asked how to disable global-font-lock-mode
> in compile-mode buffers.  Simply replying:

>     (setq font-lock-global-modes '(not compilation-mode))

How 'bout

   (add-hook 'compilation-mode-hook (lambda () (font-lock-mode -1)))

> I also thought they could be useful for major modes which wish to
> disable GFF, but then I've discovered that all of them just do:
>     (set (make-local-variable 'font-lock-global-modes) nil)

Hmm... makes me wonder also why those modes would disable gffm.

>> Also, do you happen to know why speedbar.el does this funny dance to
>> avoid global-font-lock-mode from enabling font-lock in speedbar-mode?
> No idea, but it's not the only major mode to disable font-lock-mode.
> I assumed that was one of the use cases for the font-lock-global-modes
> variable.  I also had troubles with font-lock interacting with notmuch,
> see <http://notmuchmail.org/pipermail/notmuch/2012/012244.html>, so
> I assume there is something that breaks speedbar when font-lock is
> enabled.

But disabling gffm doesn't disable font-lock-mode, and it is easier
to really "disable" font-lock-mode: just don't set font-lock variables.


        Stefan



  reply	other threads:[~2015-01-04  4:30 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-03 15:51 [PATCH] font-core: add font-lock-{enable, disable}-global-for functions Michal Nazarewicz
2015-01-04  2:27 ` Stefan Monnier
2015-01-04  3:21   ` Michal Nazarewicz
2015-01-04  4:30     ` Stefan Monnier [this message]
2015-01-04  6:07       ` Michal Nazarewicz
2015-01-04 13:39         ` Stefan Monnier
2015-01-04 14:18           ` Dmitry Gutov
2015-01-04 14:43             ` Michal Nazarewicz
2015-01-04 14:56               ` Dmitry Gutov
2015-01-04 19:42             ` Stefan Monnier
2015-01-04 22:07               ` Dmitry Gutov
2015-01-04 23:44                 ` Stefan Monnier
2015-01-05  0:02                   ` Dmitry Gutov
2015-01-05  0:08                     ` Dmitry Gutov
2015-01-05  1:49                     ` Stefan Monnier

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=jwvfvbr5fxa.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=mina86@mina86.com \
    /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.