RE: jde-flymake

2004-03-13 Thread Nascif Abousalh-Neto
http://www-124.ibm.com/developerworks/opensource/jikes/ -Original Message- From: Sandip Chitale [mailto:[EMAIL PROTECTED] Sent: Sat 3/13/2004 2:36 PM To: Nascif Abousalh-Neto; [EMAIL PROTECTED] Cc: Subject: RE: jde-flymake

Re: auto newline, indent and close brace on open brace, return

2004-03-13 Thread Ole Arndt
Suraj Acharya <[EMAIL PROTECTED]> writes: > (defcustom jde-newline-function '(newline) > "Indent command that the enter key calls." > :group 'jde > :type '(list > (radio-button-choice >:format "%t \n%v" >:tag "Function: " >:entry-format " %b %v" >(const

RE: jde-flymake

2004-03-13 Thread Sandip Chitale
Where to get jikes? -Original Message- From: Nascif Abousalh-Neto [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 6:51 AM To: [EMAIL PROTECTED] Subject: ANN: jde-flymake Hi all, I also posted an initial version of jde-flymake, which provides extensions to Flymake (http://flymak

RE: auto newline, indent and close brace on open brace, return

2004-03-13 Thread Jeff Jensen
I have been wondering about this too. While I have not yet tried the new code being developed here, I am not sure of the full overlap between the feature under discussion and already existing Emacs functionality. As Klaus mentioned using CC-Mode settings, I too have auto-newline and indentation h

Re: auto newline, indent and close brace on open brace, return

2004-03-13 Thread Martin Schwamberger
Hi Suraj, nice feature. Just one suggestion. Suraj Acharya wrote: (defcustom jde-gen-complete-multi-line-string t "Typing enter at the end of a line with an unterminated string constant will result in the generation of the required string by adding a \\n character to the end of the line, closing

AW: auto newline, indent and close brace on open brace, return

2004-03-13 Thread Berndl, Klaus
Here is a better way to determine the syntactiy context of current point, means if point stays within a line-comment, block-comment or within a string. IMHO this is more robust than jde-line-has-incomplete-string...and uses well proved Emacs-concepts for this instead of fiddling with some regexp