unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Trent W. Buck" <trentbuck@gmail.com>
To: 62370@debbugs.gnu.org
Subject: bug#62370: 28.1; sieve-mode: faces should inherit from font-lock-X-face faces
Date: Wed, 22 Mar 2023 16:41:07 +1100	[thread overview]
Message-ID: <875yatpclo.fsf@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 560 bytes --]

sieve-mode as at Emacs 28.1 defines its colors ab initio.
This means they have to be themed by hand.
I think sieve-mode should inherit from font-lock-*-face,
as most other things do.

Here is a quick-and-dirty version I knocked out for personal use:

    (custom-set-faces
     '(sieve-control-commands ((t :inherit font-lock-builtin-face)))
     '(sieve-action-commands  ((t :inherit font-lock-function-name-face)))
     '(sieve-test-commands    ((t :inherit font-lock-variable-name-face)))
     '(sieve-tagged-arguments ((t :inherit font-lock-type-face))))


[-- Attachment #2: before.png --]
[-- Type: image/png, Size: 71715 bytes --]

[-- Attachment #3: after.png --]
[-- Type: image/png, Size: 39600 bytes --]

             reply	other threads:[~2023-03-22  5:41 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-22  5:41 Trent W. Buck [this message]
2023-03-22 14:49 ` bug#62370: 28.1; sieve-mode: faces should inherit from font-lock-X-face faces Eli Zaretskii
2023-03-22 20:10   ` Gregory Heytings
2023-03-22 21:22     ` Jim Porter
2023-03-23  1:05       ` Trent W. Buck
2023-03-23  6:58         ` Eli Zaretskii
2023-03-23  7:03           ` Trent W. Buck
2023-03-23  7:25             ` Eli Zaretskii
2023-03-23 16:11           ` Jim Porter
2023-09-03 10:30             ` Stefan Kangas
2023-09-03 11:04               ` Philip Kaludercic
2023-09-05  4:43               ` Jim Porter
2023-09-05 12:01                 ` Eli Zaretskii
2023-09-05 15:52                   ` Jim Porter
2023-09-05 16:17                     ` Eli Zaretskii

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=875yatpclo.fsf@gmail.com \
    --to=trentbuck@gmail.com \
    --cc=62370@debbugs.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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).