RE: [ANNOUNCEMENT] JDEE 2.3.4beta1 available at ...

2004-04-28 Thread James Cox
I had the same problem. This was solved by a patch that Christian posted yesterday: Hi, after unpacking and installing the latest beta, here is a patch I had to apply to jde.el to make compiling with Ant work (probably needed everywhere a classpath is needed :-) Hth, Christian diff -u

RE: JDE Ant Problem

2004-04-07 Thread James Cox
I have the same set up as you, except that I use cygwin as my shell. It seems to handle the quotes just fine. I would suggest installing it. The build command is constructed in jde-ant.el. If you don't want to install cygwin, a hackish fix would be to change line 254 of this file to be a space

RE: ECB 2.01 released!

2003-11-07 Thread James Cox
When I first installed ECB 2.01, I was not able to start the beanshell. The cpu usage would jump to 100% and emacs would just hang. This happened regardless of whether I had yet started ecb (ecb-activate). I did some googling on the list serv and found a similar problem for people who were

RE: ECB 2.01 released!

2003-11-07 Thread James Cox
I had the same problem. Cygwin tar didn't grok it either. I downloaded the trial version of powerarchiver, that seemed to do the trick. Maybe someone can clue us in on an open source tool that can do the same... -Original Message- From: Jayakrishnan Nair [mailto:[EMAIL PROTECTED]

RE: archive

2003-10-29 Thread James Cox
A searchable archive exists at http://www.mail-archive.com/[EMAIL PROTECTED]/maillist.html -Original Message- From: William Shieh [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 7:13 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: archive Hi, Is

RE: jde + emacs-w3m problem

2003-10-02 Thread James Cox
I don't think this is the same problem as Jose's, but... A few months ago, I was able to get jdee and w3m to play nicely. (I was able to browse a local javadoc from within emacs). I was using jdee 2.3.3beta2, emacs-w3m-1.3.4, and w3m 0.4.1. I had to modify jde-help.el. I think w3m was

RE: jde + emacs-w3m problem

2003-10-02 Thread James Cox
, but it would be nice to maintain the old functionality as well. Maybe a jdee-browse-url-browser-function? -Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 12:06 PM To: James Cox Cc: 'Jose A. Ortega Ruiz'; [EMAIL PROTECTED]; [EMAIL PROTECTED

transient-mark-mode and html32-mode

2002-12-13 Thread James Cox
I remember someone complaining some time ago that Emacs would inexplicably slip into transient mark mode under jdee. (Tansient mark mode is where the area between the point and mark are highlighted). I've had this annoying problem too for some time, and I think that I've just figured out

RE: transient-mark-mode and html32-mode

2002-12-13 Thread James Cox
, December 13, 2002 3:30 PM To: James Cox Cc: [EMAIL PROTECTED] Subject: transient-mark-mode and html32-mode James Cox writes: I remember someone complaining some time ago that Emacs would inexplicably slip into transient mark mode under jdee. (Tansient mark mode is where the area

RE: Re[2]: JDEbug hangs trying to debug GUI (swing) application

2002-10-16 Thread James Cox
16, 2002 12:26 AM To: James Cox Cc: [EMAIL PROTECTED] Subject: RE: Re[2]: JDEbug hangs trying to debug GUI (swing) application James Cox writes: I too experienced the same problems that Serguei did when my app hit a breakpoint while on the event dispatch thread. This seems

RE: Re[2]: JDEbug hangs trying to debug GUI (swing) application

2002-10-11 Thread James Cox
I too experienced the same problems that Serguei did when my app hit a breakpoint while on the event dispatch thread. This seems to only happen on WIN NT/2000. There are 2 solutions (workarounds): 1. Get off the event dispatch thread. Good swing programs don't tie up the event

RE: indentation question

2002-04-17 Thread James Cox
I use the same indentation style that you do, but I set it in a different manner in my dot-emacs. (I believe that i ripped it from the FAQ). If you want to monkey around with what you have, this may help, it's the value of my c-offsets-alist. You're probably not setting something (defun-open

RE: A machine that goes 'bing'

2002-03-04 Thread James Cox
(setq ring-bell-function '(lambda () )) seems to work. -Original Message- From: Alex Ahern [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 6:49 AM To: Petter Måhlén Cc: [EMAIL PROTECTED] Subject: Re: A machine that goes 'bing' Try putting (setq visible-bell t)