unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Luis Henrique Gomes Higino <luishenriquegh2701@gmail.com>
To: 61139@debbugs.gnu.org, Declan Tsien <declantsien@riseup.net>
Subject: [bug#61139] [PATCH] gnu: emacs-next: Enable tree-sitter support.
Date: Sun, 29 Jan 2023 12:26:36 -0300	[thread overview]
Message-ID: <87fsbte4ds.fsf@gmail.com> (raw)
In-Reply-To: <87a6217tw5.fsf@riseup.net>

Hi Declan,

>  (define-public emacs-next
> -  (let ((commit "6adc193ad66445acd84caba6973424ecbd21da26")
> -        (revision "4"))
> +  (let ((commit "2bd0b9475384adfb4dd2cc794bbe1d8621546717")
> +        (revision "1"))

Revision numbers start at 0 if I'm not mistaken.

>        (inputs
>         (modify-inputs (package-inputs emacs)
>           (prepend sqlite)))
> +      (propagated-inputs
> +       (modify-inputs (package-propagated-inputs emacs)
> +         (prepend tree-sitter)))
>        (native-inputs
>         (modify-inputs (package-native-inputs emacs)
>           (prepend autoconf))))))

Is there any reason for tree-sitter to be added as a propagated 
input? It does not provide any binaries and I tested changing it 
to a normal input and c-ts-mode worked fine.

Regards,
-- 
Luis H. Higino




  reply	other threads:[~2023-01-29 15:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-29  6:10 [bug#61139] [PATCH] gnu: emacs-next: Enable tree-sitter support Declan Tsien
2023-01-29 15:26 ` Luis Henrique Gomes Higino [this message]
2023-01-29 16:17   ` [bug#61139] Subject: [PATCH v2] " Declan Tsien
2023-01-29 17:47     ` Luis Henrique Gomes Higino
2023-01-30  2:02       ` [bug#61139] [PATCH v3] " Declan Tsien
2023-02-04  4:51 ` Andrew Tropin

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://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87fsbte4ds.fsf@gmail.com \
    --to=luishenriquegh2701@gmail.com \
    --cc=61139@debbugs.gnu.org \
    --cc=declantsien@riseup.net \
    /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/guix.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).