JDE, TAB characters, HELP please !!!!

2002-11-19 Thread Joel Cordonnier
Hello jde, I want to have my standard indentation (in JDE mode) of Java code to be TAB, with the default indentation level of 2. I try with: (defun my-jde-mode-hook () (setq c-basic-indent 1) (setq tab-width 2) ) (add-hook 'jde-mode-hook 'my-jde-mode-hook) BUT it's NOT working !! WHY ??

JDE, TAB characters, HELP please !!!! (more)

2002-11-19 Thread Joel Cordonnier
Hi ! I need to add that with the following: (defun my-jde-mode-hook () (setq c-basic-indent 1) (setq tab-width 3) ) (add-hook 'jde-mode-hook 'my-jde-mode-hook) I have my Java code indentation of 4 characters long, with a TAB (3 characters long) and a simple space. Thanks

emacs/mails general question

2002-08-14 Thread Joel Cordonnier
Hi I want to configure my .emacs to read mails via SMTP. But my smtp Yahoo account require authentication. How to configure this ?? Can I use smtpmail-auth-credentials ? or it's just for XEmacs ? Thanks Joel ___ Do You Yahoo!? -- Une

multimode.el

2002-07-31 Thread Joel Cordonnier
Hi. what's that multimode.el ?? look at this please: http://w6.metronet.com/~wjm/tomcat/ToFeb11/msg00224.html Thanks /Joel ___ Do You Yahoo!? -- Une adresse yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com

source code search, emacs, JDE

2002-02-08 Thread Joel Cordonnier
Hi ! Can someone say me, if in the core emacs packages, exists a method to search a class definition (when you give a list of directories to search) like the JDE C-c C-v C-y if you configure jde-db-sourcepath (BUT THAT'S FOR DEBUGGING !??) /Joel

Emacs, JDE, already done ? help please

2001-12-12 Thread Joel Cordonnier
Hi ! I have start to use Emacs JDE as my IDE (instead of bad slow java IDE), but I need more functionalities. For example, with Java (or C++), how to find very quickly the java source code of a class in an 'import' statement ? For exmample, to use F1 when the cursor is in an import statement

Emacs-JDE- cogre

2001-08-15 Thread Joel Cordonnier
hi ! Is it possible to do reverse engineering with COGRE ?? Thanks Joel ___ Do You Yahoo!? -- Vos albums photos en ligne, Yahoo! Photos : http://fr.photos.yahoo.com

Emacs-JDE- cogre

2001-08-15 Thread Joel Cordonnier
hi ! Is it possible to do reverse engineering with COGRE ?? Thanks Joel ___ Do You Yahoo!? -- Vos albums photos en ligne, Yahoo! Photos : http://fr.photos.yahoo.com

win2k Remote JDEbug, VM DISCONNECT AUTOMATICALLY

2001-08-08 Thread Joel Cordonnier
Hi ! I try to use JDEbug on win2k and I have some problem (that don't appear on Linux) I use the following parameter to launch my remote process -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,address=8100 org.apache.tomcat.startup.Main

JDE - jikes integration

2001-08-07 Thread Joel Cordonnier
Hi ! As a new use with JDE, i have some problem to use jikes as compiler, because when i use jde-compiler to set jikes, and use jde-compile-option-vm-args to set '+E' as argument (emacs output), JDE automatically add a -'J' parameter ??? And that's the output : cd

Process *JDEbug* not running, LINUX vs win2k

2001-08-07 Thread Joel Cordonnier
Hi !! That's not possible ! c I can run JDEbug localy, and remote debugging my Servlets, JSP, EJB...all, and use JDE quiet 'out of the box' on LINUX, AND IMPOSSIBLE to use JDEbug on win2k my a simple HelloWorld sample program !!! And you ??? Joel

my Process *JDEbug* not running, on win2k

2001-08-07 Thread Joel Cordonnier
Hi ! That's the output of my JDEbug buffer, when i launch the JDEbug debugger, on win2k, JDK-1.3.1. What is missing ? cd c:/Daten/Joel/JDETest javaw -classpath c:/Tools/emacs-20.7/site/jde-2.2.8beta4/java/lib/jde.jar;e:/jdk1.3/lib/tools.jar jde.debugger.Main (jde-dbo-init-debug-session) JDE

Process *JDEbug* not running, win2k (more), HELP please

2001-08-07 Thread Joel Cordonnier
Hi ! That's the output of my JDEbug buffer, when i launch the JDEbug debugger, on win2k, JDK-1.3.1. What is missing ? cd c:/Daten/Joel/JDETest javaw -classpath c:/Tools/emacs-20.7/site/jde-2.2.8beta4/java/lib/jde.jar;e:/jdk1.3/lib/tools.jar jde.debugger.Main (jde-dbo-init-debug-session) JDE

win2k remote dbg: FATAL ERROR in native method

2001-08-07 Thread Joel Cordonnier
Hi ! i try to use the remote debugging feature on win2k, but i always get the same error: java -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,address=8000 org.apache.tomcat.startup.Main FATAL ERROR in native method: No transports initialized Transport

Process *JDEbug* not running, PLEASE HELP !

2001-07-31 Thread Joel Cordonnier
Hi ! I move from JDE 2.2.7.1 to the latest JDE 2.2.8beta4, and I have always the same problem when starting the JDEbug... Process *JDEbug* not running (on Win2k, with jdk1.3) Thanks for the help Joel ___ Do You Yahoo!? -- Vos albums

RE: Process *JDEbug* not running, Win2k

2001-07-31 Thread Joel Cordonnier
help. But without being able to reproduce the problem it is hard to tell what is going on. Javier -Original Message- From: Joel Cordonnier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 3:29 AM To: [EMAIL PROTECTED] Subject: Process *JDEbug* not running, PLEASE

debugging, remote debugging, PROBLEMS

2001-07-25 Thread Joel Cordonnier
Hi ! Can someone explain me how to debung application with JDebug ?? I have 2 possibilities: - either to start simply JDE - debug app, and i have the message: Process *JDEbug* not running. -either I launch my application in a JVM, and I connect on a given port to this JVM with: and when I want

newbie: Compile vers. Make, specific for BUILDING a class

2001-07-23 Thread Joel Cordonnier
/concileon/... And then...there is problem with dependecies resolved by the compiler, because it's not a the top of the package tree ! Is there a command like jde-make-working-directory, but specific for BUILDING a class ?? Thanks for the help Joel Cordonnier

newbie question: Emacs, JDE, speedbar

2001-07-19 Thread Joel Cordonnier
hi ! Can someone explain me, how to switch from the Emacs main screen to the speedbar and 'vide versa' ? Ctrl + ??? Thanks Joel ___ Do You Yahoo!? -- Vos albums photos en ligne, Yahoo! Photos : http://fr.photos.yahoo.com

newbie question, Emacs /ECB

2001-07-19 Thread Joel Cordonnier
Hi ! Can someone explain me, how to write my own emacs lisp commands to bind key strokes to the command 'close ecb' Thanks Joel ___ Do You Yahoo!? -- Vos albums photos en ligne, Yahoo! Photos : http://fr.photos.yahoo.com