[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Turning on/off tree-sitter modes
From: |
Juri Linkov |
Subject: |
Re: Turning on/off tree-sitter modes |
Date: |
Mon, 25 Nov 2024 09:24:18 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/31.0.50 (x86_64-pc-linux-gnu) |
>>> major-mode-remap-alist:
>>> INS DEL Key: js-mode
>>> Value: js-ts-mode
>>> INS DEL Key: ruby-mode
>>> Value: ruby-ts-mode
>> In addition, I personally find this UI quite perplexing, and kinda
>> doubt users who use it will understand what "Key" and "value" mean in
>> this case.
>
> We could add more detailed annotations to those customization fields, so it
> could look more like this, for example:
>
> Major Mode Remap Alist:
> Repeat:
> INS DEL Cons-cell:
> Mode to map from: js-mode
> Function to call instead: js-ts-mode
> ...
Also it's possible to add the keyword :options
:options '((js-mode (function :value js-ts-mode))
(ruby-mode (function :value ruby-ts-mode)))
that will allow the users just to click on the checkbox
to enable a ts-mode.
- Re: Turning on/off tree-sitter modes, (continued)
- Commands that change user options? [was: Turning on/off tree-sitter modes], Drew Adams, 2024/11/24
- Re: Turning on/off tree-sitter modes, Stephen Berman, 2024/11/24
- Re: Turning on/off tree-sitter modes, Dmitry Gutov, 2024/11/23
- Re: Turning on/off tree-sitter modes, Juri Linkov, 2024/11/24
- Re: Turning on/off tree-sitter modes, Eli Zaretskii, 2024/11/24
- Re: Turning on/off tree-sitter modes, Juri Linkov, 2024/11/24
- Re: Turning on/off tree-sitter modes, Eli Zaretskii, 2024/11/24
- Re: Turning on/off tree-sitter modes, Dmitry Gutov, 2024/11/24
- Re: Turning on/off tree-sitter modes,
Juri Linkov <=
- Re: Turning on/off tree-sitter modes, Eli Zaretskii, 2024/11/25
- Re: Turning on/off tree-sitter modes, Dmitry Gutov, 2024/11/25
- Re: Turning on/off tree-sitter modes, Dmitry Gutov, 2024/11/25
- Re: Turning on/off tree-sitter modes, Eli Zaretskii, 2024/11/26
- Re: Turning on/off tree-sitter modes, Eli Zaretskii, 2024/11/26
- Re: Turning on/off tree-sitter modes, Dmitry Gutov, 2024/11/26
- Re: Turning on/off tree-sitter modes, Dmitry Gutov, 2024/11/26
- Re: Turning on/off tree-sitter modes, Eli Zaretskii, 2024/11/26
- Re: Turning on/off tree-sitter modes, Dmitry Gutov, 2024/11/26
- Re: Turning on/off tree-sitter modes, Eli Zaretskii, 2024/11/26