From: michael-franzese@gmx.com
To: Help Gnu Emacs <help-gnu-emacs@gnu.org>
Subject: colour plain tex keywords
Date: Mon, 11 Jan 2021 16:28:30 +0100 [thread overview]
Message-ID: <trinity-5b1e3876-debc-430a-9165-0e709910b9c6-1610378910516@3c-app-mailcom-bs13> (raw)
I have made the following definition to colour plain tex keywords
for greek letters \alpha \beta \gamma.
How can I associate the actual keywords wtih the face, so I can highlight
the lower case greek letter commands in plain tex.
(defface colour-greek-category
'((default :inherit bold)
(((class color) (min-colors 88) (background light))
:foreground "#1f0f6f")
(((class color) (min-colors 88) (background dark))
:foreground "#92baff")
(t :inherit font-lock-builtin-face))
"Face for header category entry.")
next reply other threads:[~2021-01-11 15:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-11 15:28 michael-franzese [this message]
2021-01-12 0:05 ` colour plain tex keywords Emanuel Berg via Users list for the GNU Emacs text editor
2021-01-12 8:42 ` michael-franzese
2021-01-12 11:30 ` Emanuel Berg via Users list for the GNU Emacs text editor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=trinity-5b1e3876-debc-430a-9165-0e709910b9c6-1610378910516@3c-app-mailcom-bs13 \
--to=michael-franzese@gmx.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.