all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* customized variable custom-enabled-themes is set before custom-theme-directory is set
@ 2008-01-12 14:42 Jaehyun Yeom
  2008-02-08  2:12 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Jaehyun Yeom @ 2008-01-12 14:42 UTC (permalink / raw)
  To: Bug-gnu-emacs


I'm using customize package to customize Emacs. I started to split it up with
themes. And I enabled theme by setting custom-enabled-themes. 

Soon I realized I need to move my themes to different directory. So I set
custom-theme-directory to another directory.

The problem begins. My theme is no longer enabled at startup, because
custom-enabled-themes is alphabetically before custom-theme-directory. So
emacs first search themes at default directory, "~/.emacs.d/" and then set
it to "~/.emacs.d/themes/". If I cut and paste customize file to switch
them, it works. But as soon as I save custom file with customize package, it
automatically sort it alphabetically.

I can set theme directory manually with setq function before customize
block, it is still a bug that it's not possible to set
custom-theme-directory using cutomize package.
-- 
View this message in context: http://www.nabble.com/customized-variable-custom-enabled-themes-is-set-before-custom-theme-directory-is-set-tp14774165p14774165.html
Sent from the Emacs - Bugs mailing list archive at Nabble.com.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-08  2:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-12 14:42 customized variable custom-enabled-themes is set before custom-theme-directory is set Jaehyun Yeom
2008-02-08  2:12 ` Glenn Morris

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.