From: Lars Ingebrigtsen <larsi@gnus.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: master 79d9f3982f: Add derived-mode test for bug#24176
Date: Mon, 24 Jan 2022 18:28:34 +0100 [thread overview]
Message-ID: <87fspd3uwt.fsf@gnus.org> (raw)
In-Reply-To: <jwvfspd2nml.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Mon, 24 Jan 2022 09:53:49 -0500")
Stefan Monnier <monnier@iro.umontreal.ca> writes:
> An interesting other case is:
>
> (defvar mode-a-flk '(("a" 0 'font-lock-keyword-face)))
> (define-derived-mode mode-a fundamental-mode "mode-a"
> (setq-local font-lock-defaults '(mode-a-flk)))
> (define-derived-mode mode-b mode-a "mode-b"
> (font-lock-add-keywords nil `(("b" 0 'font-lock-builtin-face))))
> (defvar mode-c-flk '(("c" 0 'font-lock-keyword-face)))
> (define-derived-mode mode-c mode-b "mode-c"
> (setq-local font-lock-defaults '(mode-c-flk)))
And font-lock-keywords should then be...
(t (("c" 0 'font-lock-keyword-face)))?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
next prev parent reply other threads:[~2022-01-24 17:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <164303371205.13369.5637099354011397679@vcs2.savannah.gnu.org>
[not found] ` <20220124141512.66398C0DA30@vcs2.savannah.gnu.org>
2022-01-24 14:53 ` master 79d9f3982f: Add derived-mode test for bug#24176 Stefan Monnier
2022-01-24 17:28 ` Lars Ingebrigtsen [this message]
2022-01-24 22:52 ` Stefan Monnier
2022-01-25 12:16 ` Lars Ingebrigtsen
2022-01-25 13:10 ` Stefan Monnier
2022-01-25 14:39 ` 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
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=87fspd3uwt.fsf@gnus.org \
--to=larsi@gnus.org \
--cc=emacs-devel@gnu.org \
--cc=monnier@iro.umontreal.ca \
/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).