GNU bug report logs -
#15010
24.3; mark more checkdoc options as 'safe-local-variable
Previous Next
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
[Message part 1 (text/plain, inline)]
Your bug report
#15010: 24.3; mark more checkdoc options as 'safe-local-variable
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 15010 <at> debbugs.gnu.org.
--
15010: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15010
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
> 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)
OK, added.
I really think this is just a stop-gap, tho.
Stefan
[Message part 3 (message/rfc822, inline)]
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 285 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.