From: Eli Zaretskii <eliz@gnu.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: acm@muc.de, 74367@debbugs.gnu.org, stefankangas@gmail.com
Subject: bug#74367: [PATCH] c-ts-mode.el: Adjust doc about how to change default modes
Date: Mon, 18 Nov 2024 14:09:22 +0200 [thread overview]
Message-ID: <86ldxgvj4d.fsf@gnu.org> (raw)
In-Reply-To: <jwv5xoly056.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Sun, 17 Nov 2024 17:19:28 -0500)
> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Cc: stefankangas@gmail.com, 74367@debbugs.gnu.org, acm@muc.de
> Date: Sun, 17 Nov 2024 17:19:28 -0500
>
> So, for `emacs-30` I propose the patch below.
> Any objection?
No objections, provided that you replace
(require 'c-ts-mode)
with
(load "c-ts-mode")
since, as we now understand, just 'require' might not do anything.
> @@ -1496,7 +1496,6 @@ c-or-c++-ts-mode
> '(c++-mode . c++-ts-mode)))
>
> (when (treesit-ready-p 'c)
> - (add-to-list 'major-mode-remap-defaults '(c++-mode . c++-ts-mode))
> (add-to-list 'major-mode-remap-defaults '(c-mode . c-ts-mode)))
>
> (when (and (treesit-ready-p 'cpp)
Please leave this part alone in the meantime, as long as bug#74339 is
being discussed and is not resolved. The resolution of that bug will
also handle this nit.
prev parent reply other threads:[~2024-11-18 12:09 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-15 16:45 bug#74367: [PATCH] c-ts-mode.el: Adjust doc about how to change default modes Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-15 21:15 ` Stefan Kangas
2024-11-16 10:59 ` Eli Zaretskii
2024-11-16 16:52 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-16 18:35 ` Eli Zaretskii
2024-11-16 20:26 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-16 21:00 ` Eli Zaretskii
2024-11-17 22:19 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-11-18 12:09 ` Eli Zaretskii [this message]
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=86ldxgvj4d.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=74367@debbugs.gnu.org \
--cc=acm@muc.de \
--cc=monnier@iro.umontreal.ca \
--cc=stefankangas@gmail.com \
/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).