all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yuan Fu <casouri@gmail.com>
To: nasyxx@gmail.com
Cc: 62704@debbugs.gnu.org
Subject: bug#62704: 30.0.50; treesit-install-language-grammar should accept an arg to indicate the installation path.
Date: Wed, 12 Apr 2023 00:06:44 -0700	[thread overview]
Message-ID: <49AD3E51-A184-49A4-A0A0-71FB13C02A46@gmail.com> (raw)
In-Reply-To: <4E6070E6-7491-413B-9E52-228419EC8405@gmail.com>


Nasy <nasyxx@gmail.com> writes:

> Hi,
>
> In treesit.el, the ~treesit-install-language-grammar~ function installs
> the grammar to the default path of
> ~treesit--install-language-grammar-1~, which is inconvenient for users
> who want to install the grammar to a custom path.  Adding an optional
> argument =PATH= to this function and changing the line below would be
> better.
>
>     (condition-case err
>         (apply #'treesit--install-language-grammar-1
>                ;; The nil is OUT-DIR.
> -               (cons nil recipe))
> +               (cons PATH recipe))
>       (error

Fair enough. I added a prompt at the end that asks for the target
directory. Please give it a try (I didn’t test it :-)

Yuan





  reply	other threads:[~2023-04-12  7:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-06 21:10 bug#62704: 30.0.50; treesit-install-language-grammar should accept an arg to indicate the installation path Nasy
2023-04-12  7:06 ` Yuan Fu [this message]
2023-09-11 23:35   ` Stefan Kangas

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49AD3E51-A184-49A4-A0A0-71FB13C02A46@gmail.com \
    --to=casouri@gmail.com \
    --cc=62704@debbugs.gnu.org \
    --cc=nasyxx@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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.