* customize-variable
@ 2003-01-08 0:53 Shao Zhang
2003-01-08 2:14 ` customize-variable John Paul Wallington
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Shao Zhang @ 2003-01-08 0:53 UTC (permalink / raw)
Hi,
I really hate to use customize-variable, but sometimes I have to use it
coz I have no idea what the variable's format is.
I have my config sorted out nicely into different files like .gnus,
.emacs, and all of them are cvs controlled as well. However, every time I
use customize-variable, it simply inserts the information randomly to a
customize block, I had to manually move them around, or cut into
different files in order to keep them readable. And it even get worse
when cvs merge my config changes from different machines.
So how does everybody else live with customize-variable?
Thanks
Shao.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: customize-variable
2003-01-08 0:53 customize-variable Shao Zhang
@ 2003-01-08 2:14 ` John Paul Wallington
2003-01-08 7:11 ` customize-variable Stefan Reichör
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: John Paul Wallington @ 2003-01-08 2:14 UTC (permalink / raw)
Shao Zhang <shao@cia.com.au> wrote:
> I have my config sorted out nicely into different files like .gnus,
> .emacs, and all of them are cvs controlled as well. However, every time I
> use customize-variable, it simply inserts the information randomly to a
> customize block, I had to manually move them around, or cut into
> different files in order to keep them readable.
How about frobbing the variable `custom-file', telling Emacs to save
your customization information elsewhere ?
You could put something like:
(setq custom-file (expand-file-name "~/emacs-custom-settings.el"))
(load custom-file)
in your .emacs file.
--
John Paul Wallington
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: customize-variable
2003-01-08 0:53 customize-variable Shao Zhang
2003-01-08 2:14 ` customize-variable John Paul Wallington
@ 2003-01-08 7:11 ` Stefan Reichör
2003-01-10 17:38 ` customize-variable martin.fischer
2003-01-10 23:06 ` customize-variable Kai Großjohann
3 siblings, 0 replies; 5+ messages in thread
From: Stefan Reichör @ 2003-01-08 7:11 UTC (permalink / raw)
On Wed, 08 Jan 2003, Shao Zhang told this:
> Hi,
>
> I really hate to use customize-variable, but sometimes I have to
> use it coz I have no idea what the variable's format is.
>
> I have my config sorted out nicely into different files like .gnus,
> .emacs, and all of them are cvs controlled as well. However, every
> time I use customize-variable, it simply inserts the information
> randomly to a customize block, I had to manually move them around,
> or cut into different files in order to keep them readable. And it
> even get worse when cvs merge my config changes from different
> machines.
>
> So how does everybody else live with customize-variable?
>
> Thanks
>
> Shao.
You could set:
(setq custom-file "~/.emacs-customize")
This puts the customize block in a different file
Stefan.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: customize-variable
2003-01-08 0:53 customize-variable Shao Zhang
2003-01-08 2:14 ` customize-variable John Paul Wallington
2003-01-08 7:11 ` customize-variable Stefan Reichör
@ 2003-01-10 17:38 ` martin.fischer
2003-01-10 23:06 ` customize-variable Kai Großjohann
3 siblings, 0 replies; 5+ messages in thread
From: martin.fischer @ 2003-01-10 17:38 UTC (permalink / raw)
hi,
very useful:
http://www.gci-net.com/users/j/johnw/Emacs/initsplit.el
has a sort option (cvs).
martin
"SZ" == Shao Zhang <shao@cia.com.au> writes:
SZ> Date: Wed, 08 Jan 2003 11:53:19 +1100
SZ>
SZ> Hi,
SZ>
SZ> I really hate to use customize-variable, but sometimes I have to use it
SZ> coz I have no idea what the variable's format is.
SZ>
SZ> I have my config sorted out nicely into different files like .gnus,
SZ> .emacs, and all of them are cvs controlled as well. However, every time I
SZ> use customize-variable, it simply inserts the information randomly to a
SZ> customize block, I had to manually move them around, or cut into
SZ> different files in order to keep them readable. And it even get worse
SZ> when cvs merge my config changes from different machines.
SZ>
SZ> So how does everybody else live with customize-variable?
SZ>
SZ> Thanks
SZ>
SZ> Shao.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: customize-variable
2003-01-08 0:53 customize-variable Shao Zhang
` (2 preceding siblings ...)
2003-01-10 17:38 ` customize-variable martin.fischer
@ 2003-01-10 23:06 ` Kai Großjohann
3 siblings, 0 replies; 5+ messages in thread
From: Kai Großjohann @ 2003-01-10 23:06 UTC (permalink / raw)
Shao Zhang <shao@cia.com.au> writes:
> I really hate to use customize-variable, but sometimes I have to use it
> coz I have no idea what the variable's format is.
If that's all you need, you can set thee right value, then show it
as a Lisp expression and be inspired. Or use copy and paste.
--
Ambibibentists unite!
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-01-10 23:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-08 0:53 customize-variable Shao Zhang
2003-01-08 2:14 ` customize-variable John Paul Wallington
2003-01-08 7:11 ` customize-variable Stefan Reichör
2003-01-10 17:38 ` customize-variable martin.fischer
2003-01-10 23:06 ` customize-variable Kai Großjohann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).