bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Customize may not be appropriate for older users


From: David Kastrup
Subject: Re: Customize may not be appropriate for older users
Date: 11 Jan 2002 12:46:17 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

no-spam@cua.dk (Kim F. Storm) writes:

> David.Kastrup@t-online.de (David Kastrup) writes:
> 
> > Customize does not "mess" with anything that you have "carefully
> > crafted" but keeps itself to its own section.
> 
> You can even keep customizations in a separate file:
> 
> Near the bottom of my .emacs, I have (something like) this:
> 
>         (setq custom-file "~/.emacs.custom")
>         (if (and custom-file (file-exists-p custom-file))
>           (load custom-file))

More checks and messages than necessary.  I'd just say
(if custom-file (load custom-file t t t))
See the doc for load for a description of those arguments.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum
Email: David.Kastrup@t-online.de



reply via email to

[Prev in Thread] Current Thread [Next in Thread]