GNU bug report logs - #63750
30.0.50; tree-sitter: `treesit-language-source-alist' is not customisable

Previous Next

Package: emacs;

Reported by: Mickey Petersen <mickey <at> masteringemacs.org>

Date: Sat, 27 May 2023 12:07:01 UTC

Severity: normal

Found in version 30.0.50

To reply to this bug, email your comments to 63750 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#63750; Package emacs. (Sat, 27 May 2023 12:07:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mickey Petersen <mickey <at> masteringemacs.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 27 May 2023 12:07:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mickey Petersen <mickey <at> masteringemacs.org>
To: bug-gnu-emacs <at> gnu.org
Subject: 30.0.50; tree-sitter: `treesit-language-source-alist' is not
 customisable
Date: Sat, 27 May 2023 13:01:40 +0100
Given the simple alist structure, and that its intent is to be used
with the interactive function `treesit-install-language-grammar', it'd
make sense to turn it into a Customize option.





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#63750; Package emacs. (Sat, 27 May 2023 12:32:01 GMT) Full text and rfc822 format available.

Message #8 received at 63750 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Mickey Petersen <mickey <at> masteringemacs.org>, Yuan Fu <casouri <at> gmail.com>
Cc: 63750 <at> debbugs.gnu.org
Subject: Re: bug#63750: 30.0.50;
 tree-sitter: `treesit-language-source-alist' is not customisable
Date: Sat, 27 May 2023 15:32:00 +0300
> From: Mickey Petersen <mickey <at> masteringemacs.org>
> Date: Sat, 27 May 2023 13:01:40 +0100
> 
> 
> Given the simple alist structure, and that its intent is to be used
> with the interactive function `treesit-install-language-grammar', it'd
> make sense to turn it into a Customize option.

We deliberately decided not to make it a defcustom, and not to provide
any non-trivial default value, so as to avoid the impression that we
as a project want to be responsible for the language grammars, their
correctness, up-to-date sites, and their licenses.  It should be
entirely up to the user and/or the Emacs distros.

However, I think we decided to make it so that each installation
should update the value of the variable with the data of the grammar
just installed.  I see that we don't actually do that -- Yuan, am I
misremembering this?  If not, would you please add code to add to the
variable's value the data of every grammar that is installed?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#63750; Package emacs. (Sat, 27 May 2023 23:13:02 GMT) Full text and rfc822 format available.

Message #11 received at 63750 <at> debbugs.gnu.org (full text, mbox):

From: Yuan Fu <casouri <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 63750 <at> debbugs.gnu.org, Mickey Petersen <mickey <at> masteringemacs.org>
Subject: Re: bug#63750: 30.0.50; tree-sitter: `treesit-language-source-alist'
 is not customisable
Date: Sat, 27 May 2023 16:12:18 -0700

> On May 27, 2023, at 5:32 AM, Eli Zaretskii <eliz <at> gnu.org> wrote:
> 
>> From: Mickey Petersen <mickey <at> masteringemacs.org>
>> Date: Sat, 27 May 2023 13:01:40 +0100
>> 
>> 
>> Given the simple alist structure, and that its intent is to be used
>> with the interactive function `treesit-install-language-grammar', it'd
>> make sense to turn it into a Customize option.
> 
> We deliberately decided not to make it a defcustom, and not to provide
> any non-trivial default value, so as to avoid the impression that we
> as a project want to be responsible for the language grammars, their
> correctness, up-to-date sites, and their licenses.  It should be
> entirely up to the user and/or the Emacs distros.
> 
> However, I think we decided to make it so that each installation
> should update the value of the variable with the data of the grammar
> just installed.  I see that we don't actually do that -- Yuan, am I
> misremembering this?  If not, would you please add code to add to the
> variable's value the data of every grammar that is installed?

Sure. Does it need to be preserved across sessions (ie, use custom)? Or just add for the current session?

Yuan



Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#63750; Package emacs. (Sun, 28 May 2023 05:33:02 GMT) Full text and rfc822 format available.

Message #14 received at 63750 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Yuan Fu <casouri <at> gmail.com>
Cc: 63750 <at> debbugs.gnu.org, mickey <at> masteringemacs.org
Subject: Re: bug#63750: 30.0.50; tree-sitter: `treesit-language-source-alist'
 is not customisable
Date: Sun, 28 May 2023 08:32:59 +0300
> From: Yuan Fu <casouri <at> gmail.com>
> Date: Sat, 27 May 2023 16:12:18 -0700
> Cc: Mickey Petersen <mickey <at> masteringemacs.org>,
>  63750 <at> debbugs.gnu.org
> 
> > However, I think we decided to make it so that each installation
> > should update the value of the variable with the data of the grammar
> > just installed.  I see that we don't actually do that -- Yuan, am I
> > misremembering this?  If not, would you please add code to add to the
> > variable's value the data of every grammar that is installed?
> 
> Sure. Does it need to be preserved across sessions (ie, use custom)? Or just add for the current session?

Only for the current session.  Users who want it preserved should do
it themselves (I will add that to the doc string when the code which
updates the variable is installed).

Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#63750; Package emacs. (Sun, 28 May 2023 22:52:02 GMT) Full text and rfc822 format available.

Message #17 received at 63750 <at> debbugs.gnu.org (full text, mbox):

From: Yuan Fu <casouri <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 63750 <at> debbugs.gnu.org, mickey <at> masteringemacs.org
Subject: Re: bug#63750: 30.0.50; tree-sitter: `treesit-language-source-alist'
 is not customisable
Date: Sun, 28 May 2023 15:51:05 -0700

> On May 27, 2023, at 10:32 PM, Eli Zaretskii <eliz <at> gnu.org> wrote:
> 
>> From: Yuan Fu <casouri <at> gmail.com>
>> Date: Sat, 27 May 2023 16:12:18 -0700
>> Cc: Mickey Petersen <mickey <at> masteringemacs.org>,
>> 63750 <at> debbugs.gnu.org
>> 
>>> However, I think we decided to make it so that each installation
>>> should update the value of the variable with the data of the grammar
>>> just installed.  I see that we don't actually do that -- Yuan, am I
>>> misremembering this?  If not, would you please add code to add to the
>>> variable's value the data of every grammar that is installed?
>> 
>> Sure. Does it need to be preserved across sessions (ie, use custom)? Or just add for the current session?
> 
> Only for the current session.  Users who want it preserved should do
> it themselves (I will add that to the doc string when the code which
> updates the variable is installed).

Done.

Yuan



Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#63750; Package emacs. (Mon, 29 May 2023 14:40:01 GMT) Full text and rfc822 format available.

Message #20 received at 63750 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Yuan Fu <casouri <at> gmail.com>
Cc: 63750 <at> debbugs.gnu.org, mickey <at> masteringemacs.org
Subject: Re: bug#63750: 30.0.50; tree-sitter: `treesit-language-source-alist'
 is not customisable
Date: Mon, 29 May 2023 17:40:26 +0300
> From: Yuan Fu <casouri <at> gmail.com>
> Date: Sun, 28 May 2023 15:51:05 -0700
> Cc: mickey <at> masteringemacs.org,
>  63750 <at> debbugs.gnu.org
> 
> 
> 
> > On May 27, 2023, at 10:32 PM, Eli Zaretskii <eliz <at> gnu.org> wrote:
> > 
> >> From: Yuan Fu <casouri <at> gmail.com>
> >> Date: Sat, 27 May 2023 16:12:18 -0700
> >> Cc: Mickey Petersen <mickey <at> masteringemacs.org>,
> >> 63750 <at> debbugs.gnu.org
> >> 
> >>> However, I think we decided to make it so that each installation
> >>> should update the value of the variable with the data of the grammar
> >>> just installed.  I see that we don't actually do that -- Yuan, am I
> >>> misremembering this?  If not, would you please add code to add to the
> >>> variable's value the data of every grammar that is installed?
> >> 
> >> Sure. Does it need to be preserved across sessions (ie, use custom)? Or just add for the current session?
> > 
> > Only for the current session.  Users who want it preserved should do
> > it themselves (I will add that to the doc string when the code which
> > updates the variable is installed).
> 
> Done.

Thanks.  And I see that you have updated the doc string accordingly.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#63750; Package emacs. (Mon, 29 May 2023 20:38:02 GMT) Full text and rfc822 format available.

Message #23 received at 63750 <at> debbugs.gnu.org (full text, mbox):

From: Yuan Fu <casouri <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 63750 <at> debbugs.gnu.org, Mickey Petersen <mickey <at> masteringemacs.org>
Subject: Re: bug#63750: 30.0.50; tree-sitter: `treesit-language-source-alist'
 is not customisable
Date: Mon, 29 May 2023 13:37:06 -0700

> On May 29, 2023, at 7:40 AM, Eli Zaretskii <eliz <at> gnu.org> wrote:
> 
>> From: Yuan Fu <casouri <at> gmail.com>
>> Date: Sun, 28 May 2023 15:51:05 -0700
>> Cc: mickey <at> masteringemacs.org,
>> 63750 <at> debbugs.gnu.org
>> 
>> 
>> 
>>> On May 27, 2023, at 10:32 PM, Eli Zaretskii <eliz <at> gnu.org> wrote:
>>> 
>>>> From: Yuan Fu <casouri <at> gmail.com>
>>>> Date: Sat, 27 May 2023 16:12:18 -0700
>>>> Cc: Mickey Petersen <mickey <at> masteringemacs.org>,
>>>> 63750 <at> debbugs.gnu.org
>>>> 
>>>>> However, I think we decided to make it so that each installation
>>>>> should update the value of the variable with the data of the grammar
>>>>> just installed.  I see that we don't actually do that -- Yuan, am I
>>>>> misremembering this?  If not, would you please add code to add to the
>>>>> variable's value the data of every grammar that is installed?
>>>> 
>>>> Sure. Does it need to be preserved across sessions (ie, use custom)? Or just add for the current session?
>>> 
>>> Only for the current session.  Users who want it preserved should do
>>> it themselves (I will add that to the doc string when the code which
>>> updates the variable is installed).
>> 
>> Done.
> 
> Thanks.  And I see that you have updated the doc string accordingly.

Glad my docstring worked out this time ;-)

Yuan





This bug report was last modified 331 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.