emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65813: closed ([PATCH] Fix elixir-ts-mode with embedded heex)


From: GNU bug Tracking System
Subject: bug#65813: closed ([PATCH] Fix elixir-ts-mode with embedded heex)
Date: Thu, 07 Sep 2023 23:07:01 +0000

Your message dated Thu, 7 Sep 2023 16:06:10 -0700
with message-id <8E5115B6-4F98-4AA4-8EC4-2FFE3F32BE20@gmail.com>
and subject line Re: bug#65813: [PATCH] Fix elixir-ts-mode with embedded heex
has caused the debbugs.gnu.org bug report #65813,
regarding [PATCH] Fix elixir-ts-mode with embedded heex
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
65813: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65813
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Fix elixir-ts-mode with embedded heex Date: Thu, 07 Sep 2023 15:46:47 -0500
Tags: patch

The elixir test with embedded heex fails after d05494a9ff8. Restoring
the ‘(when (eq (treesit-parser-language parser) language)’ part fixes
it. The call to ‘(treesit-parser-list language)’ was not working right
either since t-p-l expects the optional argument to be a buffer but
language is a string like "heex".

Attachment: 0001-Check-embedded-languages-use-the-correct-parser.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#65813: [PATCH] Fix elixir-ts-mode with embedded heex Date: Thu, 7 Sep 2023 16:06:10 -0700

> On Sep 7, 2023, at 1:46 PM, john muhl via Bug reports for GNU Emacs, the 
> Swiss army knife of text editors <bug-gnu-emacs@gnu.org> wrote:
> 
> Tags: patch
> 
> The elixir test with embedded heex fails after d05494a9ff8. Restoring
> the ‘(when (eq (treesit-parser-language parser) language)’ part fixes
> it. The call to ‘(treesit-parser-list language)’ was not working right
> either since t-p-l expects the optional argument to be a buffer but
> language is a string like "heex".
> 

Attachment: 0001-Check-embedded-languages-use-the-correct-parser.patch
Description: Text Data

Thank you very much, John. I pushed a fix to master.

Yuan

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]