unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / 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

  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=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.
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).