RE: Can Xemacs & NTEmacs live together?

"Fabrice Popineau" <[email protected]> Tue, 25 May 2004 17:14:46 +0200
Newsgroups gmane.comp.tex.fptex
Message-ID <[email protected]>
You need to write a .emacs that loads either .ntemacs.el (Specific to GNU NT
Emacs) or .xemacs/init.el, depending whether you are running one version of
the other. Match (emacs-version) against "xemacs" to find which one to load.

Fabrice