Adrian Aichner <adrian(a)xemacs.org> wrote:
>>>>> "Neal" == Neal D Becker
<nbecker(a)hns.com> writes:
Neal> Just installed xemacs-21.4.8. I see this:
Neal> /usr/share/xemacs-21.4.8/lisp/custom hides /home/nbecker/.xemacs/custom
Neal> Should I be worried?
I'm still using .emacs.
Can someone using ~/.xemacs/{custom,init}.el please comment?
lisp/custom.el is:
;;; custom.el -- Tools for declaring and initializing options.
;; Copyright (C) 1996, 1997 Free Software Foundation, Inc.
;; Author: Per Abrahamsen <abraham(a)dina.kvl.dk>
;; Maintainer: Hrvoje Niksic <hniksic(a)xemacs.org>
~/.xemacs/custom.el should be Neal's `custom-file', containing a
`custom-set-variables' form and a `custom-set-faces' form.
lisp/custom.el is dumped, so (require 'custom) should be a no-op
(infact it shadows ~/.xemacs/custom.el; if ~/.xemacs/ shouldn't be in
`load-path' then whatever abritrary thing puts it there may stick it
ahead of lisp/)
If `custom-file' is loaded like so:
(load custom-file) or (load "/home/neal/.xemacs/custom.el")
that should be fine.
If `custom-file' were loaded like so: (load "custom.el")
that would be bad.
On this XEmacs: "XEmacs 21.5 (beta7) "broccoflower" [Lucid]
(i686-pc-linux, Mule) of Tue Jul 16 2002 on bundalo"*
(expand-file-name "~/.xemacs/") isn't in `load-path'.
Neal, did you add "~/.xemacs/" to `load-path'?
* I think 21.4's machinery for handling ~/.xemacs/{custom,init}.el
differs from 21.5, right?
--
John Paul Wallington