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

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

bug#59384: 29.0.50; Visiting files in Emacs Git pops up "unsafe variable


From: Juri Linkov
Subject: bug#59384: 29.0.50; Visiting files in Emacs Git pops up "unsafe variable" prompt
Date: Sat, 19 Nov 2022 20:49:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

>       vc-git-annotate-switches : "-w"
>       bug-reference-url-format : "https://debbugs.gnu.org/%s";
>       diff-add-log-use-relative-names : t
>     * vc-prepare-patches-separately : nil
>       c-file-style : "GNU"
>       c-noise-macro-names : ("INLINE" "NO_INLINE" 
> "ATTRIBUTE_NO_SANITIZE_UNDEFINED" "UNINIT" "CALLBACK" "ALIGN_STACK")
>       electric-quote-comment : nil
>       electric-quote-string : nil
>       indent-tabs-mode : t
>       mode : bug-reference-prog
>
> The problem here AFAIU is that vc-prepare-patches-separately and its
> 'safep' property is not known to Emacs until vc.el is loaded.
>
> One way of fixing this would be to autoload the defcustom of this
> variable, but AFAIR this is sometimes frowned upon?

Is there a standard solution already worked out for existing
variables like `vc-git-annotate-switches'?





reply via email to

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