GNU bug report logs -
#79180
31.0.50; Customize-browse emits treesit warnings
Previous Next
Full log
Message #34 received at 79180 <at> debbugs.gnu.org (full text, mbox):
>> >> This new option was discussed many times on emacs-devel,
>> >> and here it's finally implemented. As an example the patch
>> >> demonstrates the required changes only for markdown-ts-mode, and
>> >> similarly the same changes will be applied to all other ts-modes:
>> >
>> > Sorry, I'm probably missing something: this patch seems to completely
>> > remove the warning about manual activation of, say, markdown-ts-mode
>> > when the grammar library is not installed?
>>
>> It removes the warning during loading the markdown-ts-mode.el package
>> with e.g. `(require 'markdown-ts-mode)`.
>
> And if the mode is loaded via some autoload cookie?
Yes.
>> > IOW, what happens under this patch if the user says "M-x
>> > markdown-ts-mode RET" and the grammar library is not installed?
>>
>> It proposes to install the grammar library:
>>
>> Tree-sitter grammar for `markdown' is missing; install it? (y or n)
>
> How does that work?
'markdown-ts-mode' ensures this with (treesit-ensure-installed 'markdown).
This bug report was last modified today.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.