Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start-up problem in Emacs 23.2.1 #20

Open
GoogleCodeExporter opened this issue Apr 30, 2015 · 1 comment
Open

Start-up problem in Emacs 23.2.1 #20

GoogleCodeExporter opened this issue Apr 30, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Solved by disabling the cedet that comes with emacs, installing cedet-1.0

Original comment by programv...@yahoo.se on 23 Jul 2011 at 7:20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant