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

Re: Emacs psgml mode?



:-> "Timothy" == Timothy Hospedales <timothy@smasher.rs.itd.umich.edu> 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:p.caci@flashnet.it - 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 to: