GNU bug report logs -
#78822
28.2; Debian 12 GNU Emacs Custom custom-set-variables and init.el
Previous Next
Full log
View this message in rfc822 format
Hello!
I manually added in init.el, custom-set-variables:
`(backup-directory-alist
'(,(cons ".*" (concat user-emacs-directory "bkup/"))))
It worked well until I added some settings through Custom.
I added this through Customize interface, Custom wrote:
'(speedbar-highlight-face ((t (:background "yellow")))))
and Custom went and rewrote both custom-set-faces and
custom-set-variables and my manually added text was
replaced by:
'(backup-directory-alist '((".*" . "~/.emacs.d/bkup/")))
Is it a bug or intended feature?
There is some ambiguous information on the web about init.el,
therefore the question I have is:
If my init file is byte-compiled, do I need to use
(eval '(setq ...
instead of
(setq ... ?
Thanks!
This bug report was last modified 3 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.