Hi,

That's exactly what was my problem, I had some of those variables 
customized in .emacs,
Thanks, it works now perfect.

Luis










Paul Kinnucan <[EMAIL PROTECTED]>
2004-01-30 11:49 PM

 
        To:     Wolfgang Pausch <[EMAIL PROTECTED]>
        cc:     [EMAIL PROTECTED]
(bcc: Luis Novais/EHV/CE/PHILIPS)
        Subject:        Re: autocode if etc
        Classification: 



Wolfgang Pausch writes:
 > Hello,
 > 
 > > Several people have reported this problem. Unfortunately, it does not
 > > happen on my system (Windows, Emacs 21.3, tempo-interactive set to
 > > nil) and the people who've reported it have not given me enough
 > > information about their configuration for me to try to reproduce it.
 > 
 > So what information do you need? I have reported it on 2003-12-22 and 
filed a 

Peter Buckner may have found the problem. If you have customized values of 
the
cflow templates in your .emacs or .prj files, the customized values may be
overriding the latest versions distributed with JDEE 2.3.3, which include
code to delete the expansion inside comments.

An easy way to find out is start Emacs and do C-h v jde-gen-cflow-if. 
Emacs displays
the variable of the cflow if template as the following on my system:

jde-gen-cflow-if's value is 
("(unless (jde-parse-comment-or-quoted-p)" "(delete-backward-char 2)" " 
'(l '> \"if\" jde-gen-conditional-padding-1 " "  \"(\" 
jde-gen-conditional-padding-2 (p \"if-clause: \" clause)" " 
jde-gen-conditional-padding-2 \")\"" " (if jde-gen-k&r " " 
jde-gen-conditional-padding-3 " "  '>'n)" " \"{\"'>'n'>'r'n" " \"}\"" " 
(if jde-gen-comments " " '(l \" // end of if (\" (s clause) \")\"))" " 
'>'n'>)" " )")

It should appear exactly the same on yours. Note the (delete-backward-char 
2)
form. If it is missing, this is the source of your problem. The solution 
is to
uncustomize all the cflow templates.

Paul



 > problem-report (about something different) some hours ago on the same 
day on 
 > the same system (I have referenced it in my second mail on that day). 
 > 
 > If I should generate a problem-report just after I typed such an 
abbrev, 
 > please tell me.
 > 
 > I use JDE 2.3.3 with XEmacs 21.4.17 on a Debian Linux-system.
 > 



 > Wolfgang



Reply via email to