:-> "Timothy" == Timothy Hospedales <[EMAIL PROTECTED]> writes:

    > How do I get Xemacs to colorize/facerize HTML tags in psgml mode?
    > I did M-x sgml-mode, M-x set-variable, and set sgml-set-face to '1' as 
specified
    > in the psgml doc files, but html files are still quite normal looking:(.

    > Any idea?


add this to your ~/.emacs file

;---------------------- fontifying

(cond ((fboundp 'global-font-lock-mode)
       ;; Turn on font-lock in all modes that support it
       (global-font-lock-mode t)
       ;; Maximum colors
       (setq font-lock-maximum-decoration t)))



    > Thanks!

you're welcome

    > Tim

Pf


-- 

-------------------------------------------------------------------------------
 Pierfrancesco Caci  | mailto:[EMAIL PROTECTED] - http://gusp.infogroup.it
       ik5pvx        |         http://www.geocities.com/SoHo/Lofts/8999
  Firenze - Italia   | Office for the Complication of Otherwise Simple Affairs 
     Linux penny 2.2.10 #1 Tue Jun 15 21:03:12 CEST 1999 i586 unknown

Reply via email to