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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jörg Walter <info <at> syntax-k.de>
Subject: bug#15010: closed (Re: bug#15010: 24.3; mark more checkdoc
 options as 'safe-local-variable)
Date: Fri, 09 Aug 2013 01:22:02 +0000
[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)]
From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Jörg Walter <info <at> syntax-k.de>
Cc: 15010-done <at> debbugs.gnu.org
Subject: Re: bug#15010: 24.3;
 mark more checkdoc options as 'safe-local-variable
Date: Thu, 08 Aug 2013 21:21:13 -0400
> 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)]
From: Jörg Walter <info <at> syntax-k.de>
To: bug-gnu-emacs <at> gnu.org
Subject: 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 285 days ago.

Previous Next


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