[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Customize buttons that change user's customfileshouldaskforconfirmat
From: |
Luc Teirlinck |
Subject: |
Re: Customize buttons that change user's customfileshouldaskforconfirmation |
Date: |
Sat, 12 Feb 2005 12:45:03 -0600 (CST) |
M-: (setq custom-file "X")
M-x customize
do some editing
save (into X)
M-: (setq custom-file "Y")
get (from ?)
Question is "from X" or "from Y"?
Good point. I would think it should be Y.
Absolutely not. `(setq custom-file "Y")' means that you want Custom to
_write_ to Y. If you want Y to be read you have to load Y.
By the way, loading a file with a second custom-set-variables form is
not something Custom currently expects you to do. It will work fine
and can be useful, _if_ you know what you are doing. Some packages
use several files with separate `custom-set-variables' forms.
But, if you do not know Custom really well, unexpected things may happen.
If you want Y to be your Custom file, write:
(setq custom-file "Y")
(load custom-file)
in your .emacs, as the docstring of `custom-file' recommends.
Sincerely,
Luc.
- Re: Customize buttons that change user'scustomfileshouldaskforconfirmation, (continued)
- Re: Customize buttons that change user'scustomfileshouldaskforconfirmation, Robert J. Chassell, 2005/02/10
- Re: Customize buttons that change user'scustomfileshouldaskforconfirmation, Kim F. Storm, 2005/02/10
- RE: Customize buttons that changeuser'scustomfileshouldaskforconfirmation, Drew Adams, 2005/02/11
- Re: Customize buttons that change user's customfileshouldaskforconfirmation, Lennart Borgman, 2005/02/09
- RE: Customize buttons that change user's customfileshouldaskforconfirmation, Drew Adams, 2005/02/09
- Re: Customize buttons that change user's customfileshouldaskforconfirmation, Richard Stallman, 2005/02/10
- Re: Customize buttons that change user's customfileshouldaskforconfirmation, Kim F. Storm, 2005/02/10
- RE: Customize buttons that change user's customfileshouldaskforconfirmation, Drew Adams, 2005/02/11
- Re: Customize buttons that change user's customfileshouldaskforconfirmation, Kim F. Storm, 2005/02/12
- RE: Customize buttons that change user's customfileshouldaskforconfirmation, Drew Adams, 2005/02/12
- Re: Customize buttons that change user's customfileshouldaskforconfirmation,
Luc Teirlinck <=
- Re: Customize buttons that change user'scustomfileshouldaskforconfirmation, Lennart Borgman, 2005/02/12
- Re: Customize buttons that change user'scustomfileshouldaskforconfirmation, Luc Teirlinck, 2005/02/12
- Re: Customize buttons that change user'scustomfileshouldaskforconfirmation, Lennart Borgman, 2005/02/12
- Re: Customize buttons that change user'scustomfileshouldaskforconfirmation, Luc Teirlinck, 2005/02/12
- Re: Customize buttons that changeuser'scustomfileshouldaskforconfirmation, Lennart Borgman, 2005/02/12
- Re: Customize buttons that changeuser'scustomfileshouldaskforconfirmation, Luc Teirlinck, 2005/02/12
- Re: Customize buttons that changeuser'scustomfileshouldaskforconfirmation, Luc Teirlinck, 2005/02/12
- Re: Customize buttons that changeuser'scustomfileshouldaskforconfirmation, Luc Teirlinck, 2005/02/12
- RE: Customize buttons thatchangeuser'scustomfileshouldaskforconfirmation, Drew Adams, 2005/02/14
- RE: Customize buttons that change user'scustomfileshouldaskforconfirmation, Drew Adams, 2005/02/13