Re: jde-complete generates imports I don't want

2004-11-18 Thread Kai Grossjohann
Paul Kinnucan [EMAIL PROTECTED] writes: Based on this experiment, I believe that JDEE 2.3.4 handles the test case that you presented correctly within its limitations, i.e., that it only imports and completes things that are on the classpath. I verified that the same thing happens with the

bsh error

2004-11-18 Thread Nicolas Guillaud
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 and emacs memory usage

2004-11-18 Thread Raul Acevedo
Right now my Emacs process is using 127 Megs of memory. While the *jde-beanshell-scratch* buffer size is 1239491, and another buffer I have is also just over 1 Meg, the total sum of all my buffers is still only a few megabytes, I definitely am not consuming anywhere near 100 megabytes in buffers.

Re: jde and emacs memory usage

2004-11-18 Thread Suraj Acharya
The jde-beanshell-buffer is something that jde-usages to record the output of bsh. It's like a *Messages* buffer for the beanshell, but unlike *Messages* it doesn't clear out old entries. Adding the equivalent of message-log-size for this buffer is on my to-do list. You can delete the buffer at

Synchronization issues in JDEbug

2004-11-18 Thread Troy Daniels
Hello, It looks like JDEbug needs to have some methods synchronized. I tried setting a breakpoint while the process was running, and got the following in the Message window: Setting breakpoint at line 85 in

Re: jde and emacs memory usage

2004-11-18 Thread Raul Acevedo
That's cool... but it's still only about one megabyte. I still have close to 100 megabytes of unexplained memory somewhere... any thoughts? Raul On Thu, 2004-11-18 at 13:15 -0800, Suraj Acharya wrote: The jde-beanshell-buffer is something that jde-usages to record the output of bsh. It's like

Re[1]: jde and emacs memory usage

2004-11-18 Thread Eric M. Ludlam
Hi, Here is something fun to try: M-x load-library RET chart RET M-x chart-emacs-storage RET It is possible that semantic's tag caches are filling up all your space. Check the size of your semanticdb.cache files for a vague clue of how much string space is being used by semantic. Eric

Re[3]: jde and emacs memory usage

2004-11-18 Thread Eric M. Ludlam
Raul Acevedo [EMAIL PROTECTED] seems to think that: Wow, that chart thing is pretty cool. :) There are several random chart functions, plus a chart menu item in the Senator menu. It shows strings/2 as taking up 31 Meg, which I assume means 62 Megs and it shows it as strings/2 so the chart can

Re: Problems debugging files with more than 1000 lines.

2004-11-18 Thread Morten
tor, 2004-11-18 kl. 08:23 skrev Morten / Datagruppen MultiMED: ons, 2004-11-17 kl. 22:21 skrev Javier S. Lopez: Morten [EMAIL PROTECTED] writes: ons, 2004-11-17 kl. 14:05 skrev Javier S. Lopez: This has been fixed since version 2.3.4beta4 cut cut Not sure what to to tell you. Is