From: Yuan Fu <casouri@gmail.com>
To: emacs-devel <emacs-devel@gnu.org>
Subject: Calling another major mode in a major mode body
Date: Mon, 21 Nov 2022 14:07:27 -0800 [thread overview]
Message-ID: <1263D369-330F-4624-A376-ECC1E1A26A52@gmail.com> (raw)
Sometimes it would be nice for the tree-sitter mode to fallback to the non-tree-sitter mode, eg, when the buffer is to large. Sh-mode needs something similar, too, because tree-sitter only supports bash right now. If the shell is some other shell, the tree-sitter mode should fall back to the normal sh-mode.
Fallback in the above two cases are necessary because users can’t easily avoid them: currently there is no easy way to make Emacs use different major modes based on file size, or shell type. (You could use magic-mode-alist for shell, but that’s not TRT, I think)
So I wonder if it’s ok to fall back to another major mode by simply calling that mode.
Yuan
next reply other threads:[~2022-11-21 22:07 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-21 22:07 Yuan Fu [this message]
2022-11-22 0:44 ` Calling another major mode in a major mode body Phil Sainty
2022-11-23 2:03 ` Yuan Fu
2022-11-23 2:15 ` Yuan Fu
2022-11-23 2:46 ` Stefan Monnier
2022-11-23 18:36 ` Yuan Fu
2022-11-23 19:21 ` Stefan Monnier
2022-12-04 7:54 ` Yuan Fu
2022-12-05 22:37 ` Richard Stallman
2022-12-05 22:50 ` Stefan Monnier
2022-12-08 23:07 ` Richard Stallman
2022-12-09 12:56 ` Stefan Monnier
2022-12-10 22:05 ` Richard Stallman
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=1263D369-330F-4624-A376-ECC1E1A26A52@gmail.com \
--to=casouri@gmail.com \
--cc=emacs-devel@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).