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

psgml question



I was using Emacs running under X to edit sgml, with the 'old' SGML mode.
Today I installed the deb for psgml and lost all syntax highlighting in the
process.

This is a fairly up-to-date frozen potato. My ~/.emacs looks like:

--- snip ---

(autoload 'sgml-mode "psgml" "Major mode to edit SGML files." t)
(autoload 'xml-mode "psgml" "Major mode to edit XML files." t)

(custom-set-variables
 '(global-font-lock-mode t nil (font-lock)))
(custom-set-faces)

(set-default-font
"-Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1")

--- snip ---

I'm sure I'm missing something *really* simple! 

(The psgml info file says: "The highlighting will only be done if the variable
`sgml-set-face' is non-`nil'." How does one do that?)
  


--
Bob Bernstein                  http://www.ruptured-duck.com



Reply to: