Philip Aston <philipa(a)parallax.co.uk> writes in xemacs-beta(a)xemacs.org:
Charles G Waldman writes:
>
> Philip Aston writes:
> > Anybody have any success using the "Sun" pacakge (sparcworks/workshop
> > support)?
>
> I don't use this package myself, but I just wanted to remind you that
> according to the etc/PACKAGES file:
>
> *** Sun
>
> Support for Sparcworks. Must be installed prior to XEmacs build to be
> effective.
>
> *** tooltalk
>
> Support for building with Tooltalk. Must be installed prior to XEmacs
> build to be effective.
Oops.
> Did you build XEmacs this way?
Yes.
The code has been changed and the documentation needs updating.
To get the same effects as 20.4[1] do something like:
(when (featurep 'tooltalk)
(load "tooltalk-macros")
(load "tooltalk-util")
(load "tooltalk-init"))
(when (featurep 'sparcworks)
(load "sunpro-init")
(load "ring")
(load "comint")
(load "annotations"))
in .emacs. To get exactly the same effect as in 20.4, where these
packages are dumped with the binary, add them to site-packages as
documented in site-load.el.
Footnotes:
[1] Except for cc-mode which has been severely fucked up since 20.4
and should no longer be dumped with XEmacs.