jed-users mailing list

[2006 Date Index] [2006 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Looking for C/C++ (and S-Lang) programmers for testing


On 29.09.06, Olesen, Mark wrote:
> ... I'm looking for input, and for testers and of the modified c-mode. 

> In adjusting the c-mode code, I also streamlined it a bit and add
> comments (so I could understand what it is doing).

> I believe that the changes are an general improvement, and shouldn't break
> any existing styles, but of course this must be (critically) tested on real
> code.  Please let me know what works or doesn't work so that it can get
> fixed before 'proper' submittal.

All this changes look nice to me, so I put the file into my private
library (~/.jed/lib) and did some "road testing" (i.e. simply waiting
for things to happen).

The only bug I could spot until now is a missing documentation block
start marker that broke the autogeneration of online documentation with
tmtools.sl.

Here is the patch:

--- /home/milde/.jed/lib/cmode.sl~	2006-10-10 11:57:55.000000000 +0200
+++ /home/milde/.jed/lib/cmode.sl	2006-11-10 12:03:12.000000000 +0100
@@ -150,6 +150,8 @@
 %!%-
 custom_variable ("C_Autoinsert_CPP_Comments", 1);
 custom_variable ("C_Switch_Offset", 0);
+
+%!%+
 %\variable{C_Namespace_Offset}
 %\synopsis{C_Namespace_Offset}
 %\description

Besides this, I am happy with the mode and would recommend it for the
next Jed version.

Günter

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2006 date index] [2006 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]