emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#15010: closed (24.3; mark more checkdoc options as


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#15010: closed (24.3; mark more checkdoc options as 'safe-local-variable)
Date: Fri, 09 Aug 2013 01:22:02 +0000

Your message dated Thu, 08 Aug 2013 21:21:13 -0400
with message-id <address@hidden>
and subject line Re: bug#15010: 24.3; mark more checkdoc options as 
'safe-local-variable
has caused the debbugs.gnu.org bug report #15010,
regarding 24.3; mark more checkdoc options as 'safe-local-variable
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
15010: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15010
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3; mark more checkdoc options as 'safe-local-variable Date: Fri, 02 Aug 2013 21:42:56 +0200 User-agent: KMail/4.10.4 (Linux/3.8.0-26-lowlatency; KDE/4.10.4; x86_64; ; )
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#15010: 24.3; mark more checkdoc options as 'safe-local-variable Date: Thu, 08 Aug 2013 21:21:13 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)
> 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


--- End Message ---

reply via email to

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