Didier, please comment.
>>>> "Reuben" == Reuben Thomas
<rrt(a)sc3d.org> writes:
Reuben> But then if you customise the file in which to save the
Reuben> recent files list, it isn't found, because custom.el has
Reuben> not been loaded, so you start from scratch each time (the
Reuben> file is then saved with the correct name because the
Reuben> customisation has kicked in).
Known bug, too risky to fix in 21.4 (we've had one disastrous recent
bug in init file handling), probably (already? will be?) fixed in 21.5.
I think the following will work. Rename your custom file (eg, to
~/.xemacs/options.el). Put
(load "~/.xemacs/options.el")
(add-hook 'after-init-hook
(lambda ()
(setq custom-file (expand-file-name "~/.xemacs/options.el"))))
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
My nostalgia for Icon makes me forget about any of the bad things. I don't
have much nostalgia for Perl, so its faults I remember. Scott Gilbert c.l.py