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
Description:   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...

------- Comment #1 From Michele Noberasco 2004-12-15 01:27:28 0000 -------
Er, methinks this is meat for the emacs herd...

------- Comment #2 From Bas de Bakker 2004-12-17 08:39:11 0000 -------
jde 2.3.5 is out, too

------- Comment #3 From Ming Zhao (RETIRED) 2004-12-21 00:11:50 0000 -------
jde-2.3.5 also fixed the annoying "Wrong type argument: keymapp, nil" error.

------- Comment #4 From Matthew Kennedy (RETIRED) 2005-01-11 14:20:57 0000 -------
Ming was that with emacs-cvs that you say the error message: Wrong type
argument:
keymapp, nil?

------- Comment #5 From Ming Zhao (RETIRED) 2005-01-11 20:25:38 0000 -------
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.

------- Comment #6 From Matthew Kennedy (RETIRED) 2005-01-12 10:15:03 0000 -------
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.

------- Comment #7 From Michele Noberasco 2005-01-13 01:19:50 0000 -------
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...

------- Comment #8 From Michele Noberasco 2005-01-14 00:10:42 0000 -------
The fix in jde-2.3.3-r1 works nicely with emacs-cvs :-)
And 2.3.5 too ;-)

------- Comment #9 From Michele Noberasco 2005-01-24 04:17:34 0000 -------
*** Bug 73884 has been marked as a duplicate of this bug. ***