Hi, Andy!
>>>> "ash" == Andrew S Howell
<andy(a)tibco.com> writes:
ash> I just moved lisp/tooltalk to lisp/tooltalk.not and
ash> restarted. There were not any errors. I didn't do anything
ash> but make sure XEmacs came up and I could edit a file.
Anything in the standard paths is supposed to get found and autoloaded
at startup (there is no list of all packages in XEmacs, this is
determined dynamically). Test with
M-: (apply 'concat (mapcar (lambda (x) (if (string-match "tooltalk" x) x))
load-path))
(typed all in one line). I'm pretty sure you'll get the response
".../lisp/tooltalk.not".
You either need to move lisp/tooltalk to ../../ or so, or move all the
lisp files to .el.not and .elc.not.
--
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Institute of Policy and Planning Sciences Tel/fax: +81 (298) 53-5091
__________________________________________________________________________
__________________________________________________________________________
What are those two straight lines for? "Free software rules."