emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Refactoring flymake.el


From: Stefan Monnier
Subject: Re: Refactoring flymake.el
Date: Thu, 17 Aug 2017 18:32:48 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

> One thing about flymake that inconveniences me is that I cannot disable
> it for some specific files.
> I have a bunch of "scratch.py" files that I use as poor man's notebooks.

Can you add some file-local settings in them?

> +(defcustom flymake-disallowed-file-name-regexp nil
> +  "File names matching this regexp will not be checked.
> +This overrides `flymake-allowed-file-name-masks'."
> +  :group 'flymake
> +  :type 'string
> +  :version "26.1")

Using file-local or dir-local variables settings is often more convenient.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]