jde-usages and jde-2.3.4beta6 do not play nicely together

2004-10-13 Thread Paul Kinnucan
Raul Acevedo writes:
  The jde-usages plugin doesn't like the new JDEE beta 6.
  
  It's hard to describe the behavior, but they clearly don't work
  together.  The jde-usages commands don't work well or at all, and after
  running them, the JDEE keeps restarting the bsh process.
  
  I'm on Linux, Fedora Core 2.  Is this possibly a process-connection-type
  issue?
  

Possibly. You could easily test this by changing the setting of
process-connection-type from nil to t in jde-run.el

Paul



Re: [jde] jde-usages and jde-2.3.4beta6 do not play nicely together

2004-10-13 Thread Raul Acevedo
Same problems if process-connection-type is t.  (I did note that it's
used in a macro and rebuilt all the .elc files before trying.)

Raul

On Wed, 2004-10-13 at 15:14 -0400, Paul Kinnucan wrote:
 Raul Acevedo writes:
   The jde-usages plugin doesn't like the new JDEE beta 6.
   
   It's hard to describe the behavior, but they clearly don't work
   together.  The jde-usages commands don't work well or at all, and after
   running them, the JDEE keeps restarting the bsh process.
   
   I'm on Linux, Fedora Core 2.  Is this possibly a process-connection-type
   issue?
   
 
 Possibly. You could easily test this by changing the setting of
 process-connection-type from nil to t in jde-run.el
 
 Paul



Re: jde-usages and jde-2.3.4beta6 do not play nicely together

2004-10-13 Thread Suraj Acharya
I'm having no problems at all on Windows XP with GNU Emacs 21.3.50.1
(i386-mingw-nt5.1.2600). (from crasseux.com). I could run the
jde-usages test suite (from CVS) sucessfully too.

Suraj


On Wed, 13 Oct 2004 15:14:09 -0400, Paul Kinnucan [EMAIL PROTECTED] wrote:
 
 
 Raul Acevedo writes:
   The jde-usages plugin doesn't like the new JDEE beta 6.
  
   It's hard to describe the behavior, but they clearly don't work
   together.  The jde-usages commands don't work well or at all, and after
   running them, the JDEE keeps restarting the bsh process.
  
   I'm on Linux, Fedora Core 2.  Is this possibly a process-connection-type
   issue?
  
 
 Possibly. You could easily test this by changing the setting of
 process-connection-type from nil to t in jde-run.el
 
 Paul
 



Re: [jde] jde-usages and jde-2.3.4beta6 do not play nicely together

2004-10-13 Thread Suraj Acharya
What about jde commands that use the beanshell - things like method
completion and
jde-import-find-and-import, do they work fine?

If they don'twork try uninstalling the jde-usages plugin and see if that makes
a difference. You can unistall the plugin by moving it out of the plugins folder
and then restarting emacs.

Suraj

On Wed, 13 Oct 2004 12:54:00 -0700, Raul Acevedo [EMAIL PROTECTED] wrote:
 Same problems if process-connection-type is t.  (I did note that it's
 used in a macro and rebuilt all the .elc files before trying.)
 
 Raul
 
 
 
 On Wed, 2004-10-13 at 15:14 -0400, Paul Kinnucan wrote:
  Raul Acevedo writes:
The jde-usages plugin doesn't like the new JDEE beta 6.
   
It's hard to describe the behavior, but they clearly don't work
together.  The jde-usages commands don't work well or at all, and after
running them, the JDEE keeps restarting the bsh process.
   
I'm on Linux, Fedora Core 2.  Is this possibly a process-connection-type
issue?
   
 
  Possibly. You could easily test this by changing the setting of
  process-connection-type from nil to t in jde-run.el
 
  Paul