Hrvoje Niksic <hniksic(a)srce.hr> writes:
The problem was created by some *introducing* the `.xemacs/' dir
prematurely.
Somethimes trying whether it works is a good option IMHO. In fact the
fact that nobody upto know seems to have noticed that we are still
using it looks to me like it isn't that broken :-).
The major version jump would have been a good time to do it alas.
Jan
P.S. My .emacs looks like
(if (< emacs-major-version 20)
(load (expand-file-name "~/.emacs.19"))
(setq user-init-directory "~/.xemacs")
(setq custom-file "~/.xemacs/options.el")
;; (packages-find-packages '("/u/scratch/jvsoft/beta/lib/xemacs/packages")
nil t)
(load "~/.xemacs/init")
(load "~/.xemacs/options.el"))