From: "Jörg Walter" <info@syntax-k.de>
To: 15010@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 [thread overview]
Message-ID: <2069953.OIAzS3hqaG@queen> (raw)
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
next reply other threads:[~2013-08-02 19:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-02 19:42 Jörg Walter [this message]
2013-08-04 21:34 ` bug#15010: 24.3; mark more checkdoc options as 'safe-local-variable Stefan Monnier
2013-08-09 1:21 ` Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2069953.OIAzS3hqaG@queen \
--to=info@syntax-k.de \
--cc=15010@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).