You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Unpack jdibug 0.5 in emacs 23.2.1 site-lisp
2. Edit .emacs by including the following lines:
(load-file "/usr/share/emacs/23.2/lisp/cedet/cedet.elc")
(add-to-list 'load-path "/usr/share/emacs/23.2/site-lisp/jdibug-0.5")
(require 'jdibug)
3. Start emacs with --debug-init
What is the expected output? What do you see instead?
Backtrace:
Debugger entered--Lisp error: (void-function semantic-lex-make-keyword-table)
(semantic-lex-make-keyword-table (quote (... ... ... ... ... ... ... ... ... ... ... ... ...)) (quote (... ... ... ... ... ... ... ... ... ...)))
(defconst jdibug-java-expr-wy--keyword-table (semantic-lex-make-keyword-table (quote ...) (quote ...)) ("/usr/share/emacs/23.2/site-lisp/jdibug-0.5/jdibug-java-expr-wy.elc" . 531))
require(jdibug-java-expr-wy)
byte-code("\300\301!\210\300\302!\210\300\303!\210\300\304!\210\300\305!\210\300\306!\207" [require jdibug-java-expr-wy jdwp jdi eieio elog semantic-java] 2)
require(jdibug-expr)
What version of the product are you using? On what operating system?
jdibug 0.5 on Ubuntu 11.04 2.6.38-10-generic #46-Ubuntu SMP Tue Jun 28
15:07:17 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
Please provide any additional information below.
JDEE not installed
Original issue reported on code.google.com by programv...@yahoo.se on 23 Jul 2011 at 6:37
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
programv...@yahoo.se
on 23 Jul 2011 at 6:37The text was updated successfully, but these errors were encountered: