Anybody have any success using the "Sun" pacakge (sparcworks/workshop
support)?
We use this extensively under 20.4, but it doensn't appear to autoload
correctly under:
XEmacs 21.0 "Pyrenean" [Lucid] (sparc-sun-solaris2.6) of Fri Jan 22
1999 on avarice configured using `configure --compiler cc --cflags
-fast --with-sparcworks --site-includes /usr/local/include
--site-libraries /usr/local/lib --with-sound=native'
I know nothing about package loading (although I might have learnt by
the end of the week :-) ). I have found I can start the support
manually using:
(load "/usr/local/lib/xemacs/xemacs-packages/lisp/Sun/sunpro-init.el")
(sunpro-startup)
(workshop-start)
Also, (require 'eos) produces...
Signaling: (void-function make-tooltalk-pattern)
make-tooltalk-pattern((category TT_HANDLE scope TT_SESSION class TT_REQUEST op
"SPRO_Visit_File" callback eos::visit-file-callback))
eos::create-visit-file-pattern()
eos::editor-startup()
eos::start()
byte-code("..." [load "sun-eos-load.el" eos::start] 2)
load-internal("/usr/local/lib/xemacs/xemacs-packages/lisp/Sun/eos.elc" nil t t
nil nil)
efs-real-load("/usr/local/lib/xemacs/xemacs-packages/lisp/Sun/eos.elc" nil t
t)
load("/usr/local/lib/xemacs/xemacs-packages/lisp/Sun/eos.elc" nil t nil)
efs-real-require(eos
"/usr/local/lib/xemacs/xemacs-packages/lisp/Sun/eos.elc")
require(eos)
eval-buffer(#<buffer "*scratch*"> nil)
#<compiled-function (&optional printflag) "...(5)" [eval-buffer
printflag] 3 704559 nil>()
call-interactively(eval-current-buffer)
This can be worked around by first loading
/usr/local/lib/xemacs/xemacs-packages/lisp/tooltalk/tooltalk-util.el
- Phil