help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[h-e-w] RE: Fontifying *compilation* buffer


From: Berndl, Klaus
Subject: [h-e-w] RE: Fontifying *compilation* buffer
Date: Wed, 3 Oct 2001 17:22:44 +0200

>Thanks, that was easy!

Yes, but´s not the correct solution (like also discussed some weeks ago).
The real reason was a bug in the JDE (sonething with the hooks, i have
forgotten it), which was corrected by david Ponce and should therefore
be corrected in the latest beta of JDE. Which version of JDE you use?

With a bug-free JDE the following must be enough to fontify your
compilation-buffer:
(setq compile-auto-highlight t)

If this doesn´t work please search in the JDE-mailing-list archive 
for the discussion of this error. David has posted a patch!

Ciao,
Klaus


-----Original Message-----
From: James Cox [mailto:address@hidden
Sent: Wednesday, October 03, 2001 9:22 AM
To: 'Jeff Rancier'; Jde-List
Cc: Emacs Help (Windows)
Subject: RE: Fontifying *compilation* buffer


this was posted on this list a while ago, I forget by who...


add this to your my-jde-mode-hook:

(add-hook 'compilation-mode-hook 'turn-on-font-lock)




-----Original Message-----
From: Jeff Rancier [mailto:address@hidden
Sent: Wednesday, October 03, 2001 9:18 AM
To: Jde-List
Cc: Emacs Help (Windows)
Subject: Fontifying *compilation* buffer


Hello,

When executing jde-compile, my source windows splits and I get the
*compilation* buffer in the bottom split.  When I get an error, I can run
run the command next-error, and all works fine.  My only problem is that the
*compilation* buffer isn't fontified.  Is there a way to get the buffer to
fontify when errors occur without visiting the buffer first which is
somewhat time consuming?

TIA.

Jeff



reply via email to

[Prev in Thread] Current Thread [Next in Thread]