GNU bug report logs -
#62764
[PATCH] adds clojure tree-sitter mode
Previous Next
Full log
Message #17 received at 62764 <at> debbugs.gnu.org (full text, mbox):
Sorry for the noise, this was based off the master branch on
GitHub which I was told isn't the upstream anymore.
Eli Zaretskii <eliz <at> gnu.org> writes:
>> Cc: pd <at> patrickdelaney.dev, 62764 <at> debbugs.gnu.org
>> From: João Távora <joaotavora <at> gmail.com>
>> Date: Wed, 12 Apr 2023 08:25:31 +0100
>>
>> On Wed, Apr 12, 2023, 08:09 Yuan Fu <casouri <at> gmail.com> wrote:
>>
>> Patrick Delaney <pd <at> patrickdelaney.dev> writes:
>>
>> > ---
>> > eglot.el | 2 +-
>> > 1 file changed, 1 insertion(+), 1 deletion(-)
>> >
>> > diff --git a/eglot.el b/eglot.el
>> > index 6c1b9ea..9b4206e 100644
>> > --- a/eglot.el
>> > +++ b/eglot.el
>> > @@ -242,7 +242,7 @@ chosen (interactively or
>> > automatically)."
>> > ("css-languageserver"
>> > "--stdio"))))
>> > (html-mode
>> > . ,(eglot-alternatives
>> > '(("vscode-html-language-server"
>> > "--stdio")
>> ("html-languageserver" "--stdio"))))
>> > ((dockerfile-mode
>> > dockerfile-ts-mode)
>> > . ("docker-langserver"
>> > "--stdio"))
>> > - ((clojure-mode
>> > clojurescript-mode clojurec-mode)
>> > + ((clojure-mode
>> > clojure-ts-mode clojurescript-mode clojurec-mode)
>> > . ("clojure-lsp"))
>> > ((csharp-mode
>> > csharp-ts-mode)
>> > . ,(eglot-alternatives
>>
>> Let me CC João for you :-)
>>
>> I normally let these patches through, but i haven't followed
>> clojure things, i don't know where this mode
>> exists or where to install: emacs 29 or master. Also it would
>> help to have the patch to the right file and
>> with a proper commit message.
>
> This mode is already in eglot.el on master, so no change is
> needed.
This bug report was last modified 2 years and 38 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.