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
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
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
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
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
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