OK, some questions:
First, is anybody using this? I have in the past and just tried to
run the source browser from within XEmacs (XEmacs 21.0 "Pyrenean-pre6")
yesterday and failed. I think I've got it working now but I'm wondering
if I'm doing the right. Here's what I've got in my .emacs:
(cond (running-xemacs
;;; ********************
;;; Load the tooltalk and SPARCworks packages,
;;; This is only required in XEmacs-21 and newer.
;;;
(if (>= emacs-major-version 21)
(progn
;(load "mime-setup")
(require 'mime-setup)
(load "tooltalk-macros")
(load "tooltalk-util")
(load "tooltalk-init")
;(load "cc-mode")
(require 'cc-mode)
(load "sunpro-init")
;(require 'sunpro)
;(load "comint")
(require 'comint)
;(load "annotations")
(require 'annotations)
;(load "eos")
(sunpro-startup)
))
Secondly, should I be loading this stuff or requiring it? I'm not even
a neophyte lisp hacker.
Thirdly, when I did try to require sunpro I got the following error:
Signaling: (file-error "Cannot open load file" "sunpro")
load-internal("sunpro" nil t nil nil nil)
load("sunpro" nil t nil)
require(sunpro)
The lisp file that provides sunpro is named sunpro-init which appears to be
a problem, is it?
Like I said, I've got this working now. I'd just like to know if I'm doing
this right.
--
Paul Keusemann pkeusem(a)visi.com
4266 Joppa Court (612) 894-7805
Savage, MN 55378