emacs-devel
[Top][All Lists]
Advanced

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

Re: /srv/bzr/emacs/trunk r100059: (bug-reference-url-format): Mark as `s


From: Glenn Morris
Subject: Re: /srv/bzr/emacs/trunk r100059: (bug-reference-url-format): Mark as `safe-local-variable' if the value
Date: Tue, 27 Apr 2010 17:32:03 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Sam Steingold wrote:

> +2010-04-27  Sam Steingold  <address@hidden>
> +
> +     * progmodes/bug-reference.el (bug-reference-url-format): Mark as
> +     `safe-local-variable' if the value is a string or a function,

I'm probably being thick, but I don't see how an arbitrary function
can be assumed to be safe. Eg consider a ChangeLog file:


2010-04-27  A N Other  <address@hidden>

    * configure.in: Blah. (Bug#123)

;; Local Variables:
;; mode: bug-reference
;; bug-reference-url-format: (lambda () (shell-command "touch /tmp/foo"))
;; End:


Optionally, replace "touch /tmp/foo" with "rm -rf ~".




reply via email to

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