[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: always put Customizations in `custom-file', never in `user-init-file
From: |
Drew Adams |
Subject: |
RE: always put Customizations in `custom-file', never in `user-init-file' |
Date: |
Mon, 10 Dec 2007 13:58:22 -0800 |
> Great. And I guess custom-file should be run after .emacs, since that
> makes it possible to chose another custom-file.
No, I think `custom-file' should continue to be loaded only upon explicit
request, never automatically. You should be able to put (load-file
custom-file) wherever you like - the order can sometimes be important.
If an old `user-init-file' already has Customizations, then the explicit
(load-file custom-file) should replace them at the same location.
If it happens (would it?) that an old `user-init-file' has Customizations,
but other code is intermingled with them (e.g. custom-set-variables, then
some other, non-customize stuff, then customize-set-faces), then the user
should be informed and have to decide what to do to remedy the situation.
- RE: always put Customizations in `custom-file', never in `user-init-file', (continued)
- RE: always put Customizations in `custom-file', never in `user-init-file', Drew Adams, 2007/12/11
- RE: always put Customizations in `custom-file', never in `user-init-file', Drew Adams, 2007/12/10
- RE: always put Customizations in `custom-file', never in `user-init-file', Stephen J. Turnbull, 2007/12/10
- RE: always put Customizations in `custom-file', never in `user-init-file', Drew Adams, 2007/12/11
- RE: always put Customizations in `custom-file', never in `user-init-file', Stephen J. Turnbull, 2007/12/11
- RE: always put Customizations in `custom-file', never in `user-init-file', Drew Adams, 2007/12/11
- RE: always put Customizations in `custom-file', never in `user-init-file', Stephen J. Turnbull, 2007/12/12
- RE: always put Customizations in `custom-file', never in `user-init-file', Drew Adams, 2007/12/12
- Re: always put Customizations in `custom-file', never in `user-init-file', Richard Stallman, 2007/12/11
- RE: always put Customizations in `custom-file', never in `user-init-file', Drew Adams, 2007/12/11
RE: always put Customizations in `custom-file', never in `user-init-file',
Drew Adams <=
- Re: always put Customizations in `custom-file', never in `user-init-file', Stefan Monnier, 2007/12/10
- RE: always put Customizations in `custom-file', never in `user-init-file', Drew Adams, 2007/12/11
- Re: always put Customizations in `custom-file', never in `user-init-file', Stefan Monnier, 2007/12/11
- RE: always put Customizations in `custom-file', never in `user-init-file', Drew Adams, 2007/12/11
- Re: always put Customizations in `custom-file', never in `user-init-file', David Kastrup, 2007/12/11
Re: always put Customizations in `custom-file', never in `user-init-file', Jason Rumney, 2007/12/10
Re: always put Customizations in `custom-file', never in `user-init-file', Robert J. Chassell, 2007/12/10