all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lele Gaifax <lele@metapensiero.it>
To: help-gnu-emacs@gnu.org
Subject: Re: Local variables and mode hooks
Date: Tue, 28 Jul 2015 20:49:01 +0200	[thread overview]
Message-ID: <87vbd486ea.fsf@nautilus.nautilus> (raw)
In-Reply-To: 20150718142856.16533.12C087FD@ahiker.mooo.com

Ian Zimmerman <itz@buug.org> writes:

> On 2015-07-18 13:32 +0200, Lele Gaifax wrote:
>
>> Is there some hook that I can use that runs *after* the major mode
>> hooks *and* the local variables settings got applied, so that I can
>> force whitespace refresh and trigger a flymake check?
>
> I have never done this, but according to the manual the special file
> variable `eval' causes the evaluation of an arbitrary Lisp expression.
> Presumably the same is true for directory variable lists.

Yes, thank you, that made the trick:

  ((nil . ((fill-column . 70)
           ;; force reinstall of whitespace font-lock customization
           (eval . (whitespace-color-on))))
   (python-mode . ((flymake-python-pyflakes-executable . "python3")
                   (flymake-python-pyflakes-extra-arguments . ("-m" "pyflakes"))
                   ;; force a check after a timeout
                   (eval . (flymake-simple-cleanup)))))

ciao, lele.
-- 
nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri
real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia.
lele@metapensiero.it  |                 -- Fortunato Depero, 1929.




      reply	other threads:[~2015-07-28 18:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-18 11:32 Local variables and mode hooks Lele Gaifax
2015-07-18 14:37 ` Ian Zimmerman
2015-07-28 18:49   ` Lele Gaifax [this message]

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=87vbd486ea.fsf@nautilus.nautilus \
    --to=lele@metapensiero.it \
    --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.