On Thu, Mar 30, 2000 at 02:47:47PM +0200, Hrvoje Niksic wrote:
And, except for the package installation tools, it's far from all
over
the place. I'm pretty sure many users aren't aware of the possibility
or use of a `~/.xemacs/'.
However, I would have guiessed at .xemacs as a
perfered startup script
to .emacs. If .emacs exists and .xemacs doesn't, use that and pray the
users knows what they're doing and has the correct version checks. If
.xemacs is there (as a single file not a whole directory), use that.
For the whole directory, use the site-lisp directory or in your .xemacs
file source in stuff as you please. Maybe we could even make it be really
friendly and stat() .xemacs. if (S_ISDIR) then source_in("~/.xemacs/init.el")
else source_in("~/.xemacs);
--
J. Kean Johnston | "All thoughts, all passions, all delights,
| Whatever stirs this mortal frame,
Engineer, SPG | All are but ministers of Love,
Santa Cruz, CA | And feed his sacred flame."
Tel: 831-427-7569 | Samuel Taylor Coleridge - "Love"
Fax: 831-429-1887 +-----------------------------------------------------------