Re: A machine that goes 'bing'

2002-03-04 Thread Alex Ahern
Try putting (setq visible-bell t) in your .emacs This turns off all audible beeps as far as I know. Alex -- Alex Ahern [EMAIL PROTECTED] ICQ 298905

Re: JDE New Class Bug (?)

2002-03-04 Thread Paul Ebermann
Javier S. Lopez skribis: Paul Ebermann [EMAIL PROTECTED] writes: Hello all, I just decovered the ability to create a new class with the menu-point File - JDE New - Class ... ( jde-gen-class-buffer). I'm the prompted to put in - a package-name (maybe there could be a

Re: JDE New Class Bug (?)

2002-03-04 Thread Paul Ebermann
Javier S. Lopez skribis: Paul Ebermann [EMAIL PROTECTED] writes: Javier S. Lopez skribis: This is not going to be true all the time. But IF it is true, it could be choosen? The question is how will jde know which one to choose? You have two interfaces with the same unqualified

trouble with ant-build

2002-03-04 Thread Frey, Gregor Karl
Hello, the ant-make from within jde does not work in my environment. It tries to change directory to the prj.el-file wich does not make sense, as this file isn't a directory at all. This is the output from my jde-ant-build-command: cd c:/d022051/java_one/ours/prj.el ant

Re: JDE New Class Bug (?)

2002-03-04 Thread Javier S. Lopez
Paul Ebermann [EMAIL PROTECTED] writes: Javier S. Lopez skribis: Paul Ebermann [EMAIL PROTECTED] writes: Javier S. Lopez skribis: This is not going to be true all the time. But IF it is true, it could be choosen? The question is how will jde know which one to

RE: ecb integration problem

2002-03-04 Thread Berndl, Klaus
I recently downloaded ECB version 17 and included it in the load path Please send a bug-report with the buildin bugreport-generator of ECB (see menu ECB-Help-Submit-bug report and the related stuff in the online-help of ECB) I want it to use for browsing java source code Its fine and works

Re: JDE New Class Bug (?)

2002-03-04 Thread Paul Kinnucan
Paul Ebermann writes: I think, the problem is, that the jde-compile-option-sourcepath (which is G:\java\sources) is not in the list I inserted it (before jde-global-classpath) and [try] it works You should be using jde-db-source-directories to specify the location of source

problem with auto-completion

2002-03-04 Thread Heather Buch
Hello, I don't seem to have much luck getting jde to auto-complete code within my package (though it will auto-complete methods from the current class, this) The beginning of my package name is edu, and it sits in /var/local/https-10/https/tomcat/lib/apps/classes As an example, I have a

Re: problem with auto-completion

2002-03-04 Thread Javier S. Lopez
Heather Buch [EMAIL PROTECTED] writes: Hello, I don't seem to have much luck getting jde to auto-complete code within my package (though it will auto-complete methods from the current class, this). The beginning of my package name is edu, and it sits in

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)

Re: problem with auto-completion

2002-03-04 Thread Heather Buch
Javier S Lopez wrote: Set it to this path and restart the beanshell Check that the beanshell classpath includes that directory /var//classes Hi Javier, I changed my classpath entry and restarted the beanshell (I don't know how to check the beanshell classpath) I now get this: Debugger

Re: problem with auto-completion

2002-03-04 Thread Javier S. Lopez
Heather Buch [EMAIL PROTECTED] writes: Javier S. Lopez wrote: Set it to this path and restart the beanshell. Check that the beanshell classpath includes that directory /var/.../classes Hi Javier, I changed my classpath entry and restarted the beanshell (I don't know how to check

Re: problem with auto-completion

2002-03-04 Thread Heather Buch
Hi, By looking at the beanshell, I was able to determine that my classpath entry needed a trailing / which I did not have. Thanks very much for your help, Javier!! Heather Javier S. Lopez wrote: Heather Buch [EMAIL PROTECTED] writes: Javier S. Lopez wrote: Set it to this path and

Cannot Set Indentation 2, (setq c-basic-offset 2) broken

2002-03-04 Thread Anthony Berglas
Hello All, I want to set the basic indentation to be two characters rather than 4. Is this possible using JDE? The following used to sort of work, but the hook did not appear to fire -- I had to explicitly call ajb-jde-mode-hook whenever I visited a new buffer. (defun ajb-jde-mode-hook ()

Re: Cannot Set Indentation 2, (setq c-basic-offset 2) broken

2002-03-04 Thread Jeff Rancier
Anthony, I don't is it makes a difference, but I add my hook to java-mode-hook, not jde-mode-hook. Jeff - Original Message - From: Anthony Berglas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 04, 2002 3:42 PM Subject: Cannot Set Indentation 2, (setq c-basic-offset 2)

Re: Cannot Set Indentation 2, (setq c-basic-offset 2) broken

2002-03-04 Thread Thilo Goetz
Anthony Berglas writes: Hello All, I want to set the basic indentation to be two characters rather than 4 Is this possible using JDE? The following used to sort of work, but the hook did not appear to fire -- I had to explicitly call ajb-jde-mode-hook whenever I visited a new

RE: Cannot Set Indentation 2, (setq c-basic-offset 2) broken

2002-03-04 Thread Anthony Berglas
Hello Thilo, Rory suggested the following style of specification. Does anyone know the relationship between the different specifications? More generally, how exactly does jde do indentation, what are the dependencies? (defconst my-c-style '((c-tab-always-indent . t) (c-offsets-alist

Cannot open load file, semantic-load, please help

2002-03-04 Thread James Sinnamon
Couls anyone out there please help someone who has not used emacs for a while? I have installed all of the required files in ~/emacs/site/: lrwxrwxrwx1 sinnamon upside 11 Mar 5 10:37 eieio - eieio-016/ drwxr-xr-x2 sinnamon upside 1024 Feb 20 2001 eieio-016 lrwxrwxrwx