>>>>> "Michael" == Michael Garcia <[EMAIL PROTECTED]> writes:
Michael> Hello, I am using JDE 2.1.5 on Windows 2000 with Emacs
Michael> 20.4. I want to change the syntax color of the comments so
Michael> I can see it easier. Have any ideas?
Michael> ++++++++++++++++++++++++++++++++++
Michael> ++++++++++++++++++++++++++++++++++ ;; .emacs file (setq
Michael> load-path (nconc '( "d:\\Emacs-20.5\\site-lisp\\jde-2.1.5"
Michael> ) load-path))
Michael> ;;Make emacs load the JDE at startup. (require 'jde)
Michael> ++++++++++++++++++++++++++++++++++
Michael> ++++++++++++++++++++++++++++++++++
Michael> best regards, mike
Help-->Customise-->Specific Face
Type "font-lock-comment-face" into the buffer.
You should get something like this....
Font Lock Comment Face: (sample) [Hide]
[State]: you have set this face, but not saved it for future sessions.
Font Lock mode face used to highlight comments.
Parent groups: [Font Lock Highlighting Faces]
Attributes: [ ] Bold: [Toggle] off (nil)
[ ] Italic: [Toggle] off (nil)
[ ] Underline: [Toggle] off (nil)
[ ] Inverse Video: [Toggle] off (nil)
[X] Foreground: white (sample)
[ ] Background: (sample)
[ ] Stipple:
edit foreground to another colour. I've but white here.
Then click on "state" and choose "Save for future sessions".
This works for any face. You can see the available faces
with Edit-->Text Properties-->Display faces. From the same menu
"Display Colors" shows the valid colors with their names.
Phil