From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Theodor Thornhill Newsgroups: gmane.emacs.devel Subject: Re: Call for volunteers: add tree-sitter support to major modes Date: Mon, 10 Oct 2022 09:48:00 +0200 Message-ID: <87lepo5dcf.fsf@thornhill.no> References: <83czb1jrm3.fsf@gnu.org> <878rlo7on0.fsf@thornhill.no> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13431"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , emacs-devel@gnu.org To: rrudakov@fastmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 10 09:51:03 2022 Return-path: Envelope-to: ged-emacs-devel@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 1ohnZ0-0003F9-Cc for ged-emacs-devel@m.gmane-mx.org; Mon, 10 Oct 2022 09:51:02 +0200 Original-Received: from localhost ([::1]:56544 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ohnYz-0000tQ-0m for ged-emacs-devel@m.gmane-mx.org; Mon, 10 Oct 2022 03:51:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41700) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohnWB-00005j-Fz for emacs-devel@gnu.org; Mon, 10 Oct 2022 03:48:07 -0400 Original-Received: from out0.migadu.com ([94.23.1.103]:41446) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ohnW9-0004JE-6C; Mon, 10 Oct 2022 03:48:07 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thornhill.no; s=key1; t=1665388081; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5Hsn0KCMLD62O542jr8+VPxC0a3YgauEhx/eJvYU2q8=; b=rGTcowKxqH4OGp1kNumqWOxIbGMQah6xtoAIUKEdpqg1WKnqkbpHZOiOVdvPCYc+8WzeRF cvhv0hsXfnCW855VyZKBQQEqBgDOUttabOqezfXydOHyAWszbfGX+klMOJahKY01ZrVvMJ 6Hu2r57CLEKImM1PTG3A8Bil4iaMpghnPcQ69GAlBry5VgoZE7C0HJ2V9uTwdSe/OrObZp wrrOPFOo6haRt/ciUPsIBrv8JcIax94qDhl5ebGha8yVT6KieJtapzecnqwJHJk27WHwq9 MTq04HKsW0zx3E60dsfat/updh78bqOfgSDiKLfxNP7aQ9IWyCiVYtmhOXA+9w== In-Reply-To: X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=94.23.1.103; envelope-from=theo@thornhill.no; helo=out0.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:297329 Archived-At: Roman Rudakov writes: > Theodor Thornhill writes: > [...] > Hi! I had an idea to work on tree-sitter support for Java, but I don't > have a lot of experience with Emacs-lisp and I haven't signed a > copyright assignment. Though I used emacs for java development for a > while with tree-sitter and I have some queries in my config which might > be useful. > > https://git.sr.ht/~rrudakov/dotfiles/tree/master/item/emacs.d/emacs.org#L2453-2623 > Thanks! Will do, have you done the copyright assignments, though? Just so I know whether I can steal you stuff ;) Theo