From: ludvig-faddeev@gmx.com
To: 48672@debbugs.gnu.org
Subject: bug#48672: outline faces
Date: Wed, 26 May 2021 12:49:12 +0200 [thread overview]
Message-ID: <trinity-a73473b6-9202-4d41-86aa-7be27638bab7-1622026152475@3c-app-mailcom-bs11> (raw)
Currently outline faces uses name faces taken for ather purposes than outline
headings.
font-lock-function-name-face))
"Level 1.")
(defface outline-2
'((t :inherit font-lock-variable-name-face))
"Level 2.")
(defface outline-3
'((t :inherit font-lock-keyword-face))
"Level 3.")
(defface outline-4
'((t :inherit font-lock-comment-face))
"Level 4.")
(defface outline-5
'((t :inherit font-lock-type-face)
"Level 5.")
(defface outline-6
'((t :inherit font-lock-constant-face))
"Level 6.")
(defface outline-7
'((t :inherit font-lock-builtin-face))
"Level 7.")
(defface outline-8
'((t :inherit font-lock-string-face))
"Level 8.")
It would be appreciated that outline faces have their own faces rather than inheriting
faces for faces assigned to functions, keywords, comments, etc...
Regards
Ludvig
next reply other threads:[~2021-05-26 10:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-26 10:49 ludvig-faddeev [this message]
2021-05-26 22:17 ` bug#48672: outline faces Lars Ingebrigtsen
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-a73473b6-9202-4d41-86aa-7be27638bab7-1622026152475@3c-app-mailcom-bs11 \
--to=ludvig-faddeev@gmx.com \
--cc=48672@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 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.