Bug 73837 - jde 2.3.4 is out
|
Bug#:
73837
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: All
|
Status: VERIFIED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: TEST-REQUEST
|
Assigned To: mkennedy@gentoo.org
|
Reported By: s4t4n@gentoo.org
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: jde 2.3.4 is out
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2004-12-08 13:17 0000
|
Summary says it all. I tried ebuild for 2.3.4_beta5; it apparently installs
correctly, but then it does not work on my machine. I cannot help more as I'm
not an emacs hacker, but I'm willing to do testing as needed...
Er, methinks this is meat for the emacs herd...
jde-2.3.5 also fixed the annoying "Wrong type argument: keymapp, nil" error.
Ming was that with emacs-cvs that you say the error message: Wrong type
argument:
keymapp, nil?
Yeah, I'm running emacs-cvs with jde. The previous version of jde has a init
error: "define-key-after: Wrong type argument: keymapp, nil". This bug has
been fixed in 2.3.5.
For the previous version, this bug can be fixed by replacing jde.el:1236
(cdr (cdr files))
with
(if (null (cdr (cdr files)) (make-keymap) (cdr (cdr files)))
See http://www.mail-archive.com/jde@sunsite.dk/msg07917.html.
Michele, I added the fix for CVS Emacs in jde-2.3.3-r1. It wasn't clear from
your
first comment whether you are using CVS Emacs however, so I don't know if the
fix
is for your problem. I'll resolve this bug with TEST-REQUEST.
I also updated jde to 2.3.5 in portage.
Well, I reverted to emacs 21.3 because of the bug, but I'm re-emerging
emacs-cvs to test the fix. Then I'll try out jde-2.3.5 as well...
The fix in jde-2.3.3-r1 works nicely with emacs-cvs :-)
And 2.3.5 too ;-)
*** Bug 73884 has been marked as a duplicate of this bug. ***