From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: emacs 29.1: Errors with java-ts-mode on Windows Date: Mon, 13 Nov 2023 18:58:10 +0200 Message-ID: <83edgttwt9.fsf@gnu.org> References: <82ttq7jaef.fsf@gmail.com> <83o7gf9e13.fsf@gnu.org> <82pm0e80qd.fsf@gmail.com> <83msvhu3x8.fsf@gnu.org> <828r7190bu.fsf@gmail.com> <83h6lpu1vv.fsf@gnu.org> <82wmul7ip2.fsf@gmail.com> <83fs19tx8l.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35897"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Nov 13 17:59:04 2023 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1r2aH9-000963-O7 for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 13 Nov 2023 17:59:03 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r2aGY-0003nH-FB; Mon, 13 Nov 2023 11:58:26 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r2aGX-0003n8-4v for help-gnu-emacs@gnu.org; Mon, 13 Nov 2023 11:58:25 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r2aGW-0002ho-TE for help-gnu-emacs@gnu.org; Mon, 13 Nov 2023 11:58:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=KF1xshhrEdnxfPe2kIlM7PXsL4HuwD3/d7nWhSwwBco=; b=TfBuZx4etwiH Ci8+EuoEtE3XfBEUdLrpBo1MG7N4DIy00RvujH/qJl1D7vL672Ly9/OWZZ5I0vlQOs/zgjt5K79r4 YSPPhYfmkOS3dGc11a4i+uWoxdqS4q7bf9uwLEgyDLH37HHDw8yllPrmfIf7X5OyoUB03SCQaU2wh 2Kzv7Wpxc7gvDJ5liZi/HfUxSOrmnNil66g9Cxz9k1/jwyJ4whTC9mK1a0Y3Cl97kKeXLvq4jg3i+ xC25C7vJIbCFsaY860U9dlVYV6fOp21mJOWcZbP4+66Qn+nj4Ekmb0aomGdz+k+AZ37iiUF2KcWvy +GGwSghyKLGXySPZmGQl+A==; In-Reply-To: <83fs19tx8l.fsf@gnu.org> (message from Eli Zaretskii on Mon, 13 Nov 2023 18:48:58 +0200) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:145513 Archived-At: > Date: Mon, 13 Nov 2023 18:48:58 +0200 > From: Eli Zaretskii > > > From: Pascal Quesseveur > > Date: Mon, 13 Nov 2023 16:54:01 +0100 > > > > >"EZ" == Eli Zaretskii writes: > > > > EZ> What kinds of incompatibilities, and how could they arise? > > > > I don't know. Here is the answer: > > > > You are using the built-in treesit.el, and not this package. You > > should report this bug to the Emacs devel and not here! > > I posted a question there, let's see what they answer. I think I can guess what they want to say: they don't want to deal with any problems related to use of the language grammars with Emacs's built-in modes. they want to hear only about the tree-sitter mode that they support, which is a third-part package. That package is based on the same tree-sitter library as the one used by Emacs, but Emacs uses the library differently. I don't see how this could be relevant, and the Java grammar library I built myself doesn't show the problem you reported. So I really have no idea what is going on with that binary library you downloaded from there. Maybe try to find another site which distributes Windows DLLs of these grammar libraries?