GNU bug report logs - #15010
24.3; mark more checkdoc options as 'safe-local-variable

Previous Next

Package: emacs;

Reported by: Jörg Walter <info <at> syntax-k.de>

Date: Fri, 2 Aug 2013 19:56:01 UTC

Severity: minor

Found in version 24.3

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Jörg Walter <info <at> syntax-k.de>
To: 15010 <at> debbugs.gnu.org
Subject: bug#15010: 24.3; mark more checkdoc options as 'safe-local-variable
Date: Fri, 02 Aug 2013 21:42:56 +0200
Hi,

I suggest that in checkdoc.el, some more variables can be set as 'safe-local-
variable by default. Right now I use these additions:

     (put 'checkdoc-verb-check-experimental-flag 'safe-local-variable 
'booleanp)

     (put 'checkdoc-spellcheck-documentation-flag 'safe-local-variable 
'booleanp)
     (put 'checkdoc-ispell-list-words 'safe-local-variable 'checkdoc-list-of-
strings-p)

     (put 'checkdoc-proper-noun-regexp 'safe-local-variable 'stringp)
     (put 'checkdoc-common-verbs-regexp 'safe-local-variable 'stringp)

Having these as file-local variable by default would be a major convenience 
when doing batch checking of Lisp files. Right now I need to include the above 
statements on the command line.

-- 
Mit freundlichen Grüßen,

	Jörg Walter




This bug report was last modified 11 years and 312 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.