all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sam Steingold <sds@gnu.org>
To: Glenn Morris <rgm@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: /srv/bzr/emacs/trunk r100059: (bug-reference-url-format): Mark as `safe-local-variable' if the value
Date: Tue, 27 Apr 2010 18:09:34 -0400	[thread overview]
Message-ID: <g2w1f77704b1004271509k21dcf2a9ucd68bcf5d8e9af9d@mail.gmail.com> (raw)
In-Reply-To: <wheii0bmzw.fsf@fencepost.gnu.org>

On 4/27/10, Glenn Morris <rgm@gnu.org> wrote:
> Sam Steingold wrote:
>
>  > +2010-04-27  Sam Steingold  <sds@gnu.org>
>  > +
>  > +     * 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

You are right.
this means that I cannot really set bug-reference-url-format in the
"Local Variables:"
section together with "mode: bug-reference" if I also set
enable-local-variables to :safe.
if I set it to "t", I get asked about local variable for _every_ file
operation (including diff!)
in the emacs tree and anything else ignores my local settings of
bug-reference-url-format.

For your reference, I set bug-reference-url-format to
clisp-bug-reference-url-format:

(defun clisp-bug-reference-url-format ()
 (concat "http://sourceforge.net/tracker/index.php?func=detail&aid="
         (match-string-no-properties 2)
         "&group_id=1355&atid="
         (let ((kind (match-string-no-properties 1)))
           (cond ((string-match "[Bb]ug" kind) "101355")
                 ((string-match "[Pp]atch" kind) "301355")
                 ((string-match "RFE" kind) "351355")
                 (t (error "unknown bug kind [%s]" kind))))))

I expect this kind of setting to be fairly common unless one is using
the gnu bug tracker or something similar.

the bottom line is that there _must_ be a way to use something
reasonably flexible here and still not be asked "local variable"
question for each C-x v =

-- 
Sam Steingold <http://sds.podval.org>




  parent reply	other threads:[~2010-04-27 22:09 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1O6mXN-0006ds-3k@internal.in.savannah.gnu.org>
2010-04-27 21:32 ` /srv/bzr/emacs/trunk r100059: (bug-reference-url-format): Mark as `safe-local-variable' if the value Glenn Morris
2010-04-27 21:46   ` Chong Yidong
2010-04-27 22:09   ` Sam Steingold [this message]
2010-04-27 22:39     ` Lennart Borgman
2010-04-27 22:42     ` Chong Yidong
2010-04-27 23:10       ` Sam Steingold
2010-04-28 15:32         ` Davis Herring
2010-04-28 15:51           ` Chong Yidong
2010-04-28 16:25             ` Davis Herring
2010-04-28 17:21               ` Chong Yidong

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=g2w1f77704b1004271509k21dcf2a9ucd68bcf5d8e9af9d@mail.gmail.com \
    --to=sds@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=rgm@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 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.