help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

speedbar for jde installation


From: Kaytrena Francis
Subject: speedbar for jde installation
Date: Sun, 24 Dec 2000 17:15:59 -0600

OS = win 2000 professional
 
 
I've got emacs-20.7 installed
I'm trying to installed speedbar, I keep getting the following error.

Problem: On Emacs startup, this message appears:

Error in init file: Symbol's value as variable is void: speedbar-dynamic-tags-function list.
 
 
Contents of _emacs file:
 
(setq load-path
   (append load-path (list "c:/emacs/site/jde-2.2.6/lisp" )))
 
(setq load-path
   (append load-path (list "c:/emacs/site/semantic")))
 
(setq load-path
   (append load-path (list "c:/emacs/site/speedbar")))
 
(setq load-path
   (append load-path (list "c:/emacs/site/elib/library")))
 
(setq load-path
   (append load-path (list "c:/emacs/site/eieio")))
 
 
(define-key-after (lookup-key global-map [menu-bar tools])
      [speedbar] '("Speedbar" . speedbar-frame-mode) [calendar])
 

(add-hook 'speedbar-load-hook (lambda () (require 'semantic-sb)))
 ;;;;; for speedbar integration
 
(autoload 'semantic-bnf-mode "semantic-bnf" "Mode for Bovine Normal Form." t)
(add-to-list 'auto-mode-alist '("\\.bnf$" . semantic-bnf-mode))
 ;;;;; for editing .bnf parser files.
 
(autoload 'semantic-minor-mode "semantic-mode" "Mode managing semantic parsing." t)
   ; for semantic-minor-mode
 

;;;;from speedbar installation notes
 
(autoload 'speedbar-frame-mode "speedbar" "Popup a speed frame" to)
(auto 'speed-get-focus "speed" "Jump to speed frame" to)
 
 
 
;; Tenino fancy chapter tags
   (add-hook 'toxin-mode-hook (lambda () (require 'sib-toxin)))
 

;;   For any version of maces where w3 is installed:
   ;; w3 link listings
   (auto 'w3-speed-buttons "sib-w3" "s3 specific speed button generator.")
 

(require 'semantic-co) ; for CO code integration
(require 'semantic-el)
(require 'semantic-make)
(require 'menu)
 
(require 'jade)
 
 
regards kaytrena
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]