Public bug reported:

Binary package hint: jde

[EMAIL PROTECTED]:~$ dpkg -l | grep jde
ii  jde                                    2.3.5.1-2

When loading emacs, I get the following in *Messages*:

[snip]
Loading /etc/emacs/site-start.d/50jde.el (source)...
Error while loading 50jde
[snip]

After some poking around, I managed to get this stack trace in the
debugger:

Debugger entered--Lisp error: (error "Given parent class bsh-compilation-buffer 
is not a class")
  signal(error ("Given parent class bsh-compilation-buffer is not a class"))
  error("Given parent class %s is not a class" bsh-compilation-buffer)
  eieio-defclass(jde-compile-server-buffer (bsh-compilation-buffer) nil 
("Compiler server buffer."))
  require(jde-compile)
  eval-buffer(#<buffer  *load*> nil "/etc/emacs/site-start.d/50jde.el" nil t)  
; Reading at buffer position 1208
  load-with-code-conversion("/etc/emacs/site-start.d/50jde.el" 
"/etc/emacs/site-start.d/50jde.el" nil nil)
  load("/etc/emacs/site-start.d/50jde.el")
  eval((load "/etc/emacs/site-start.d/50jde.el"))
  eval-last-sexp-1(t)
  eval-last-sexp(t)
  eval-print-last-sexp()
  call-interactively(eval-print-last-sexp)

To reproduce, execute the following in *scratch* and ensure JDEE has not
already been loaded:

(defconst flavor 'emacs-snapshot)
(load "/etc/emacs/site-start.d/50jde.el")

Patch to follow.

** Affects: jde (Ubuntu)
     Importance: Undecided
         Status: New

-- 
error in /etc/emacs/site-start.d/50jde.el
https://bugs.launchpad.net/bugs/144890
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to