emacs-devel
[Top][All Lists]
Advanced

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

Re: Refactoring flymake.el


From: Dmitry Gutov
Subject: Re: Refactoring flymake.el
Date: Fri, 18 Aug 2017 19:25:16 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:56.0) Gecko/20100101 Thunderbird/56.0

On 8/18/17 7:13 PM, Sam Steingold wrote:

That's something your can discuss with Jorgen.

Alas, not an option.

I mean by filing an issue. But you probably know better.

Only if such variable is not safe. If it's a boolean, for instance,
adding ":safe 'booleanp" to its defcustom should be easy.

Of course. However, this variable is defined by a local
`define-minor-mode', not `defcustom'.

You can also mark it safe using `put' later. Like:

(put 'abbrev-mode 'safe-local-variable 'booleanp)



reply via email to

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