wrap compiler output lines

2002-08-28 Thread Marcel Schepers
Does anyone know how to wrap the compiler output so that scrolling in the output window wouldn't be necessary anymore? Thanks, Marcel

autofill-mode in comments

2002-08-28 Thread Erwin Achermann
Hi *, I fail to configure my java editor to do what I (and presumably you guys too) expect. I am pretty sure this is a matter of configuration, but I don't know what variable(s) I should tweak. I'm using JDEE (in standard configuration) Abbrev-mode and autofill-mode are on. Now here is

Re[1]: wrap compiler output lines

2002-08-28 Thread Eric M. Ludlam
Marcel Schepers [EMAIL PROTECTED] seems to think that: Does anyone know how to wrap the compiler output so that scrolling in the output window wouldn't be necessary anymore? [ ... ] See the value of `scroll-step'. You can probably locally set this to a value = to the lines in the window,

JDEbug hang on Exit Debugger

2002-08-28 Thread Jean-Francois LECOMTE
Hi there, I'm using linux (2.4.19) XEmacs 21.1 (patch 14) jde 2.2.8 jdk 1.4 i've configured jde to use JDEbug, i can run it, toggle breakpoints and so on but i can't exit debugger, i always have Symbol's value as variable is void: old-assoc I really don't undestand what that mean... i

RE: wrap compiler output lines

2002-08-28 Thread Sandip Chitale
Have you looked at the compilation-mode-hook and use the - *Docstring* hscroll-mode is an interactive compiled Lisp function in `hscroll'. (hscroll-mode optional ARG) This function is obsolete. Emacs now does hscrolling automatically, if `truncate-lines' is non-nil. Also see

EOF in .emacs

2002-08-28 Thread Jeff Rancier
Hello, I customized (using customize) my JDEbug keys, assigning stepping methods to my functions keys. Here is what resulted in my .emacs file: '(jde-bug-key-bindings (quote (([f6] . jde-bug-step-over) ([? ? ?] . jde-bug-step-over) ([f7] . jde-bug-step-into) ([? ? ?] .

Re: autofill-mode in comments

2002-08-28 Thread Toby Ferguson
I have noticed this too, so you're not alone (if that's any comfort!) (kind of) associated with this is the fact that the if the /* characters are at the beginning of a line subsequent 'indent-for-modes' don't indent the comment, but treat it as if its a class comment. Not sure if this is

Re: autofill-mode in comments

2002-08-28 Thread Paul Kinnucan
Hi, Install filladapt (see http://cc-mode.sourceforge.net/filladapt.php for instructions on how to do this) and comments will wrap correctly. - Paul M-q (c-Toby Ferguson writes: I have noticed this too, so you're not alone (if that's any comfort!) (kind of) associated with this is the

Re: autofill-mode in comments

2002-08-28 Thread Toby Ferguson
Well, one out of two ain't bad ... filladapt did solve the initial problem, but I'm still left with the problem that when my comment begins at the start of the line then the comment stays at the beginning of the line even if I attempt to intent using c-indent-command. I read through bits of

Re: Question on how you coded JDE.

2002-08-28 Thread Galen Boyer
Hi Paul, I've slowly worked my way through a set of java code for a dynamic sql building package. The end result will be using the beanshell to maintain a connection pool and then have elisp execute calls through this layer to retrieve a list of tables, then a list of columns for chosen tables.