This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: PSGML mode in Emacs 21.1


psgml-1.2.2 works fine for me in emacs 21.1 (Windows 2K) 
with the patch in etc/PROBLEMS.

Here's a neat little autumn makeup for you face
aficonados:

(make-face 'psgml-start-tag-face)
(make-face 'psgml-end-tag-face)
(set-face-attribute
 'psgml-start-tag-face nil
 :family "lucida console"
 :height 0.90
 :box '(:line-width 1 :color "grey75" :style released-button)
 :foreground "mediumslateblue"
 :background "cornsilk")
(set-face-attribute
 'psgml-end-tag-face nil
 :family "lucida console"
 :height 0.90
 :box '(:line-width 1 :color "grey75" :style released-button)
 :foreground "mediumslateblue"
 :background "cornsilk")

Kind regards

Peter Ring



-----Original Message-----
From: Norman Walsh [mailto:ndw@nwalsh.com]
Sent: Thursday, November 01, 2001 8:27 PM
To: docbook-apps@lists.oasis-open.org
Subject: DOCBOOK-APPS: PSGML mode in Emacs 21.1


Has anyone else noticed that using font-lock syntax highlighting in
psgml-mode with Emacs 21 causes coloring problems? Specifically, the
color associated with, for example, a start tag, "bleeds into" the
text that follows the tag. If you close the element or something it
"fixes itself" so I don't think it's a deep bug. Is it just me?  Has
anyone figured out how to fix it?

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | To others we are not ourselves but
http://www.oasis-open.org/docbook/ | a performer in their lives cast
Chair, DocBook Technical Committee | for a part we do not even know we
                                   | are playing.--Elizabeth Bibesco

----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>

----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]