AW: Example for jde-help-docsets

2001-02-22 Thread Alexander Weinmann
Thanks for your quick answers That's what makes using free software a pleasure > -Ursprüngliche Nachricht- > Von: Paul Kinnucan [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 23. Februar 2001 07:28 > An: [EMAIL PROTECTED]; Alexander Weinmann > Cc: '[EMAIL PROTECTED]' > Be

Re: font-lock-add-keywords issue

2001-02-22 Thread Paul Kinnucan
At 10:55 PM 2/22/2001 -0800, Sandip Chitale wrote: >I think I have found how to get the font-lock-add-keywords to work with >jde-mode. > >Basically this need to be at the top level (i.e. not inside your >jde-mode-hook-function >and after the (require 'jde). Atleast that is how it started working f

Re: jde-stack.el 1.0.1

2001-02-22 Thread Richard den Adel
Great package Kevin! I have some questions : - Is it possible to set a java-source path to search for the java-files from the stacktrace in the comint buffer? - Is it possible to set the stack-mode-on automatically (comint-hook?) regards, <--+-Richard den Adel-=

font-lock-add-keywords issue

2001-02-22 Thread Sandip Chitale
I think I have found how to get the font-lock-add-keywords to work with jde-mode. Basically this need to be at the top level (i.e. not inside your jde-mode-hook-function and after the (require 'jde). Atleast that is how it started working for me. It was not working when I set it inside the jde-m

Re: Example for jde-help-docsets

2001-02-22 Thread Paul Kinnucan
At 05:04 PM 2/22/2001 -0800, Kevin A. Burton wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Alexander Weinmann <[EMAIL PROTECTED]> writes: > >> Hello JDE-GURUS, >> >> Could someone send me an example setting of the >> jde variable "jde-help-docsets". > >(setq jde-help-docsets '(("java

jde-stack.el 1.0.1

2001-02-22 Thread Kevin A. Burton
The following message is a courtesy copy of an article that has been posted to gnu.emacs.sources as well. -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I found this a while back. It didn't work correctly and the author noted this in his comments. I took the liberty to fix this and now it shou

Re: Example for jde-help-docsets

2001-02-22 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexander Weinmann <[EMAIL PROTECTED]> writes: > Hello JDE-GURUS, > > Could someone send me an example setting of the > jde variable "jde-help-docsets". (setq jde-help-docsets '(("javadoc" "~/tmp/javadoc/sierra" nil) ("jav

RE: How to add a new Font Lock Face?

2001-02-22 Thread Daniel Hegyi
This was posted on the list some time ago: (setq font-lock-fixme-face (make-face 'font-lock-fixme-face)) (set-face-foreground 'font-lock-fixme-face "Red") (set-face-background 'font-lock-fixme-face "Yellow") (setq font-lock-scaffold-face (make-face 'font-lock-scaffold-face)) (set-face-foregrou