Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: XEmacs/psgml-mode/font-lock
- To: tlug@example.com
- Subject: Re: XEmacs/psgml-mode/font-lock
- From: simon@example.com (Simon Cozens)
- Date: 10 Aug 2000 08:26:58 GMT
- Delivered-To: simon-outgoing@example.com
- Organization: Earth.li Origins
- References: <lists.tlug/slrn8p4k5j.vj7.simon@example.com> <lists.tlug/14738.26092.507088.26130@example.com>
- Reply-To: Simon Cozens <simon@example.com>
- Resent-From: tlug@example.com
- Resent-Message-ID: <d0Rox.A.u1C.fhmk5@example.com>
- Resent-Sender: tlug-request@example.com
- Sender: simon@example.com
- User-Agent: slrn/0.9.5.3 (UNIX)
Stephen J. Turnbull (lists.tlug): >Only the HTML mode is set up for font-lock This turns out not to be the case! (make-face 'sgml-comment-face) (make-face 'sgml-start-tag-face) (make-face 'sgml-end-tag-face) (make-face 'sgml-entity-face) (make-face 'sgml-doctype-face) (set-face-foreground 'sgml-comment-face "cyan") (set-face-foreground 'sgml-start-tag-face "yellow") (set-face-foreground 'sgml-end-tag-face "yellow") (set-face-foreground 'sgml-entity-face "red") (set-face-foreground 'sgml-doctype-face "green") (setq sgml-set-face t) ; <--- This was what I was missing. (setq sgml-markup-faces '( (comment . sgml-comment-face) (start-tag . sgml-start-tag-face) (end-tag . sgml-end-tag-face) (doctype . sgml-doctype-face) (entity . sgml-entity-face) ) ) -- It took the computational power of three Commodore 64s to fly to the moon. It takes a 486 to run Windows 95. Something is wrong here.
Home | Main Index | Thread Index
- Prev by Date: XEmacs/psgml-mode/font-lock
- Next by Date: nomikai
- Prev by thread: XEmacs/psgml-mode/font-lock
- Next by thread: nomikai
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links