On Wed, 25 Jun 2003, Paul Kraus wrote: > Ok this lets me compile them. As long as I don't end my emacs > session all the modes are available but if I exit emacs and go > back into I have to re-byte compile them in order to have > access to the modes. Any ideas?
The simplest thing is to have the .el file in a path that xemacs searches by default; eg, C:\Program Files\XEmacs\XEmacs-x.xx\lisp. Alternatively, in your initilization file, you can specify a "load-path" to add. After that, have your start-up file load the file. The documentation for various packages at http://www.xemacs.org/ has examples of where to put these files and how to load them. -- best regards, randy -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]