From: Glenn Morris <rgm@gnu.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Mathieu Boespflug <mboes@tweag.net>, 12259@debbugs.gnu.org
Subject: bug#12259: Add delete-trailing-whitespace to list of safe eval forms
Date: Wed, 22 Aug 2012 12:24:43 -0400 [thread overview]
Message-ID: <3v7gsq99o4.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <jwvvcgbxeea.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Wed, 22 Aug 2012 10:36:29 -0400")
Stefan Monnier wrote:
> Actually, I wonder whether we want to accept/encourage those uses
> instead of (add-hook 'before-save-hook 'delete-trailing-whitespace).
OT: I wouldn't encourage that either. :)
Blind application of such a hook has removed trailing whitespace that
was supposed to be there in the Emacs sources a few times.
> You don't have to write patches like this one. You can just customize
> safe-local-eval-forms. There is a problem, indeed, tho: if you
> customize this var and we later add things to it, you'll keep using your
> customized version and won't benefit from the expanded list.
> So we should keep the default value of safe-local-eval-forms as nil, and
> allow things like those add-hook some other way (e.g. a new var).
(add-to-list 'safe-local-eval-forms ...)
There's also the long-standing Todo item to create a "diff-list" custom
type http://debbugs.gnu.org/7812, and use it for such things.
next prev parent reply other threads:[~2012-08-22 16:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-20 18:35 Add delete-trailing-whitespace to list of safe eval forms Mathieu Boespflug
2012-08-22 13:18 ` bug#12259: [Mathieu Boespflug] " Stefan Monnier
2012-08-22 14:36 ` bug#12259: " Stefan Monnier
2012-08-22 16:24 ` Glenn Morris [this message]
2012-08-23 11:51 ` Stefan Monnier
2012-08-22 16:27 ` Mathieu Boespflug
2012-08-23 12:19 ` Stefan Monnier
2012-08-23 13:00 ` Mathieu Boespflug
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3v7gsq99o4.fsf@fencepost.gnu.org \
--to=rgm@gnu.org \
--cc=12259@debbugs.gnu.org \
--cc=mboes@tweag.net \
--cc=monnier@iro.umontreal.ca \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.