[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs 29.1: Errors with java-ts-mode on Windows
From: |
Eli Zaretskii |
Subject: |
Re: emacs 29.1: Errors with java-ts-mode on Windows |
Date: |
Tue, 31 Oct 2023 16:52:54 +0200 |
> From: Pascal Quesseveur <pquessev@gmail.com>
> Date: Tue, 31 Oct 2023 15:22:43 +0100
>
> >"EZ" == Eli Zaretskii <eliz@gnu.org> writes:
>
> EZ> And if you don't use major-mode-remap-alist, but instead load
> EZ> jave-ts-mode manually and visit the same source file, this problem
> EZ> doesn't happen?
>
> I have set java-ts-mode for java files in auto-mode-alist, opened a
> java source file and I get the same error.
Then I cannot reproduce this, not with some random Java source file I
tried. Maybe this happens only for some Java source files? Can you
post the file you used when you saw this problem?
There could also be another problem: I use the latest grammar library
from their Git (https://github.com/tree-sitter/tree-sitter-java), not
from https://github.com/emacs-tree-sitter/tree-sitter-langs/releases
repository. If you can compile the grammar library yourself, perhaps
try the latest one?