Re: OT: One .emacs file for both Emacses

2000-09-13 Thread Manoj Srivastava
Hi, Here is a snippet from my startup files, and also the emacs-vers.el file. manoj === ~/.emacs === (load-file "~/lib/emacs/functions/emacs-vers.el") (if (string-match "xemacs" (emacs-version)) (load-file "~/.xemacs")

Re: OT: One .emacs file for both Emacses

2000-09-13 Thread David Z. Maze
Holger Rauch <[EMAIL PROTECTED]> writes: HR> Is it possible to have one ".emacs" file which can handle both GNU HR> Emacs and XEmacs? If so, what elisp construct do I have to use in HR> order to distinguish between both Emacs flavors? One possibility is to look at the emacs-version variable: (def