you need to add the line (require `semantic-util)
right under the (require `working) line in semantic-util-modes.el file (and re-byte-compile if desired) > -----Original Message----- > From: van Rooyen GC [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 13, 2002 2:46 PM > To: 'JDE Mailing list' (E-mail) > Subject: semantic-1.4 does not load > > > I tried to upgrade to semantic-1.4, speedbar-0.14beta4, ecb-1.80, > eieio-0.17, but the following error occurs. > > Here is the top part of my .emacs: > > (setq load-path > (nconc > '( > "~/site-lisp/jde-2.2.9beta10/lisp", > "~/site-lisp/eieio-0.17", > "/site-lisp/speedbar-0.14beta4", > "/site-lisp/semantic-1.4", > "/site-lisp/elib-1.0", > "/site-lisp/ecb-1.80", > "/site-lisp/ps-print/lisp/ps-print" > ) > load-path)) > > ;; Semantic > (setq semantic-load-turn-everything-on t) > (require 'semantic-load) > > > During startup the error below occurs. Any help appreciated. > > Gert. > > > Debugger entered--Lisp error: (void-function semantic-map-buffers) > (semantic-map-buffers (function (lambda nil ...))) > (cond ((< arg 0) (remove-hook ... mode) > (semantic-map-buffers ...) nil) > ((> arg 0) (add-hook ... mode) (semantic-map-buffers ...) t) > (t (memq mode > semantic-init-hooks))) > semantic-toggle-minor-mode-globally(semantic-show-dirty-mode 1) > (setq global-semantic-show-dirty-mode > (semantic-toggle-minor-mode-globally > (quote semantic-show-dirty-mode) arg)) > global-semantic-show-dirty-mode(1) > byte-code(",D > >
