|--==> "RT" == Reuben Thomas <rrt(a)sc3d.org> writes:
RT> The natural way to activate it recent-files when XEmacs starts up
RT> seems to be to add recent-files-initialize to init.el; AFAICS there's
RT> no customization for this. But then if you customise the file in which
RT> to save the recent files list, it isn't found, because custom.el has
RT> not been loaded, so you start from scratch each time (the file is then
RT> saved with the correct name because the customisation has kicked in).
How about: Remove the customization for 'recent-files-save-file' from
your custom.el and then...
,----[ in ~/.xemacs/init.el ]
| (require 'recent-files)
| (setq recent-files-save-file (expand-file-name "~/.funky-name.el"))
| (recent-files-initialize)
`----
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|