all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Enda <enda_k2@yahoo.com>
To: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: How to turn off font-lock-mode with a local variable
Date: Mon, 9 Jul 2012 11:48:21 -0700 (PDT)	[thread overview]
Message-ID: <1341859701.89430.YahooMailNeo@web163105.mail.bf1.yahoo.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 476 bytes --]

The following when at the end of a file does not turn off font-lock-mode when visiting a file:

;; Local Variables:
;; eval: (lisp-mode)
;; eval: (font-lock-mode -1)
;; End:


How do I turn off font-lock-mode per file then?


Best wishes,

Enda


This doesn't work either (even though I do not want to turn off font-lock globally, just for the file that I am visiting):

;; Local Variables:
;; eval: (lisp-mode)
;; eval: (global-font-lock-mode -1)
;; End:

[-- Attachment #2: Type: text/html, Size: 2065 bytes --]

             reply	other threads:[~2012-07-09 18:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-09 18:48 Enda [this message]
2012-07-09 20:23 ` How to turn off font-lock-mode with a local variable Drew Adams
2012-07-09 20:28   ` Enda
2012-07-09 20:53     ` Drew Adams

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=1341859701.89430.YahooMailNeo@web163105.mail.bf1.yahoo.com \
    --to=enda_k2@yahoo.com \
    --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.