Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30589 - With use of package app-emacs/semantic "Symbol's function definition is void: semantic-map-buffers"
Summary: With use of package app-emacs/semantic "Symbol's function definition is void:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
: 32136 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-10-07 11:31 UTC by Arne Mejlholm (RETIRED)
Modified: 2003-11-01 02:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arne Mejlholm (RETIRED) gentoo-dev 2003-10-07 11:31:26 UTC
When I emerge app-emacs/jde the package semantic seems to be causing some trouble.

>>> emerge (2 of 2) app-emacs/jde-2.3.2 to /
>>> md5 src_uri ;-) jde-2.3.2.tar.gz
>>> Unpacking source...
>>> Unpacking jde-2.3.2.tar.gz to /var/tmp/portage/jde-2.3.2/work
>>> Source unpacked.
Loading /usr/lib/emacs/21.3/i686-pc-linux-gnu/fns-21.3.1.el (source)...
Symbol's function definition is void: semantic-map-buffers


Reproducible: Always
Steps to Reproduce:
1. emerge app-emacs/jde
2. start emacs
3.

Actual Results:  
"Symbol's function definition is void: semantic-map-buffers" warning recieved


Expected Results:  
No warning? :o)

This last warning keeps turning up each time i start emacs. This error has been
observed on 3 different gentoo boxes. Two of the completely fresh installs.
Comment 1 Martin Bürger 2003-10-13 15:02:32 UTC
When you add this line
(autoload 'semantic-map-buffers "semantic-util")
in /usr/share/emacs/site-list/site-start.el at the beginning of the ";;;
semantic site-lisp configuration" section, then emacs starts without this
error.
Comment 2 Arne Mejlholm (RETIRED) gentoo-dev 2003-10-13 23:48:52 UTC
Thx, it works like a charm, except shouldn't it have been the

/usr/share/emacs/site-lisp/site-start.el 

file instead? :-)
Comment 3 Martin Bürger 2003-10-14 08:04:14 UTC
That's correct - typo :)
Comment 4 Mamoru KOMACHI (RETIRED) gentoo-dev 2003-11-01 02:23:10 UTC
*** Bug 32136 has been marked as a duplicate of this bug. ***
Comment 5 Mamoru KOMACHI (RETIRED) gentoo-dev 2003-11-01 02:27:22 UTC
Fixed in CVS. Thanks.