Hervé Bitteur | 6 Jul 2005 15:12
Picon

Read-only compilation buffer : still alive !

Hello,

I noticed 'jde-compile.el' was fixed 3 months ago to cope with 
compilation buffers being set read-only by default.

However, the result seems to depend on the 'jde-compiler' variable :
- for "javac", it works OK
- for "javac server", I get the following message :
        error in process filter: Buffer is read-only: #<buffer *JDEE 
Compile Server*>

My understanding is that the former case uses 'jde-compile-run-exec' 
while the latter uses 'jde-compile-run-server', but I'm not fluent 
enough in lisp to find out where the mistake is.

I'm using the CVS version (1.64) of jde-compile.el

Do you experience the same behavior?

Bye,
/Hervé

Attachment (herve.bitteur.vcf): text/x-vcard, 376 bytes
Hervé Bitteur | 6 Jul 2005 15:14
Picon

Re: Read-only compilation buffer : still alive !

Oops,
I meant version 1.65 (the latest version from CVS)
/Hervé

Hervé Bitteur wrote:

> Hello,
>
> I noticed 'jde-compile.el' was fixed 3 months ago to cope with 
> compilation buffers being set read-only by default.
>
> However, the result seems to depend on the 'jde-compiler' variable :
> - for "javac", it works OK
> - for "javac server", I get the following message :
>        error in process filter: Buffer is read-only: #<buffer *JDEE 
> Compile Server*>
>
> My understanding is that the former case uses 'jde-compile-run-exec' 
> while the latter uses 'jde-compile-run-server', but I'm not fluent 
> enough in lisp to find out where the mistake is.
>
> I'm using the CVS version (1.64) of jde-compile.el
>
> Do you experience the same behavior?
>
> Bye,
> /Hervé
>
>
(Continue reading)

Glenn Murray | 8 Jul 2005 04:57
Picon
Favicon

Re: bsh error

Nicolas Guillaud <n-guillaud <at> innopsys.fr> writes:
> 
> Hello,
> 
> I recently upgrade my system from Mandrake 10 to Mandrake 10.1. Jde and 
> bsh worked on Mandrake 10 and now Jde works but when i try to interprete 
> something (e.g in order to import something), i have the following error :
> 
> Beanshell expression evaluation error.
>    Expression: jde.util.JdeUtilities.getQualifiedName("JTextField");
>    Error: // Error: EvalError: Class or variable not found: 
> jde.util.JdeUtilities : at Line: 2 : in file: <unknown file> : jde .util 
> .JdeUtilities .getQualifiedName ( "JTextField" )
>   [2 times]
> bsh: Beanshell eval error. See messages buffer for details.
> 
> Could you help me.
> 
> thanks.
> Nic

I've had a similar error on Debian systems:

Beanshell expression evaluation error.
  Expression: jde.util.JdeUtilities.classExists("statusTable");
  Error: // Error: EvalError: Class or variable not found: jde.util.JdeUtilities
: at Line: 3 : in file: <unknown file> : jde .util .JdeUtilities .classExists (
"statusTable" ) 
 [2 times]

(Continue reading)

Lukas Benda | 10 Jul 2005 14:37
Picon

J2ME, JME, debuging, XEmacs, WindowsXP

I want debuging my project witch working on mobil phone.

In firs step i run J2WTK and start aplication with Debug. JDB must 
connect remotely, it not problem:

%|jdb -connect com.sun.jdi.SocketAttach:hostname=localhost,port=5000

It work, but I want debuging in XEmacs (on WindowsXP native 
compilation). I can start dbugger as attach, remote, listen etc. but it 
not function.

Can i start jdb uder XEmacs only with my parameter?

P.S.: I haven't CygWin
|

Benda Lukas | 10 Jul 2005 14:42
Picon
Favicon

XEmacs, Windows, lates version JDEE

How can I install the latest version of JDEE on MS Windows? I download 
all: new speedbar, semantics etc. But i havent C (because of i cann't 
compile it)

I have XEmacs 2.5.

Have you some expirience? Or can some one give to me his configuration 
and insalled package to XEmacs?

klaus.berndl | 11 Jul 2005 16:55
Picon

ECB 2.32 released!

                              ECB 2.32 is released!

What's new in the new release:
------------------------------

* Changes for ECB version 2.32

** New backbone-add-on of ECB for getting the definition of the symbol at point

   It allows to display in a new special ECB-window the semantic (do not
   confuse this term with the semantic-library!) context of the definition of
   the current symbol under point. Per default ECB tries to find this context
   via semanticdb (part of cedet) and etags (shipped with (X)Emacs) but in
   general this is completely customizable; see the options of the new
   options-group "ecb-symboldef".

   Either use the layout "left-symboldef" (e.g. via [C-c . l c]) or create a
   new ecb-layout via the command `ecb-create-new-layout' and add a buffer of
   type "other" and name "symboldef" into this new layout.

   This add-on interactior can be seen as a "backbone" infrastructure, because
   it is/should be highly customizable how to get the definition of the symbol
   at point (e.g. via semanticdb or etags or whatever).

   Thanks to Hauke Wintjen <hauke.jans <at> tietoenator.com> for having the idea
   and writing the first implementation

   This add-on interactor of ECB is currently in beta or gamma stage but works
   already quite well. So please try it out and send feedback to the
   ECB-mailing-list. Every suggestion is highly appretiated!
(Continue reading)

Benda Lukas | 12 Jul 2005 09:01
Picon

Wrong type argument: number-char-or-marker-p, nil

The problem witch "Wrong type argument: number-char-or-marker-p, nil" 
still be her.
When I starting my XEmacs I have error request and JDEE crash. My XEmacs 
configuration, and error request is on end.

Windows XP patch 3
XEmacs 21.5.17 beta
latest JDEE (I download at 10.7.2005)
CEDET (Speedbar etc in version 1.0beta2a, and try 1.0beta2b, 1.0pre3)
bash

I put a patch to jde-xemacs:
diff -u h:\lisp\jde-2.3.3beta6\lisp\jde-xemacs.el.orig
h:\lisp\jde-2.3.3beta6\lisp\jde-xemacs.el
--- h:\lisp\jde-2.3.3beta6\lisp\jde-xemacs.el.orig      Thu Oct 02 09:50:20
2003
+++ h:\lisp\jde-2.3.3beta6\lisp\jde-xemacs.el   Thu Oct 02 09:50:20 2003
 <at>  <at>  -112,7 +112,9  <at>  <at> 
 (when (and (featurep 'widget)
           (>= emacs-major-version 21)
           (>= emacs-minor-version 4)
-          (>= emacs-patch-level 10))
+       (or
+        (eq emacs-patch-level nil)
+        (>= emacs-patch-level 10)))
   (require 'efc-xemacs))

This patch I find in one mail in discussion from Schmitt, Christian (ext.)

Error request:
(Continue reading)


Gmane