From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Benjamin Riefenstahl Newsgroups: gmane.emacs.devel Subject: Re: feature/tree-sitter: Where to Put C/C++ Stuff Date: Fri, 04 Nov 2022 15:49:48 +0100 Message-ID: <87pme23hbn.fsf@turtle-trading.net> References: <83pme7cf23.fsf@gnu.org> <878rkv3y7z.fsf@thornhill.no> <83leovc7zr.fsf@gnu.org> <8735b251so.fsf@thornhill.no> <83h6zidfl6.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24397"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Nov 04 15:51:22 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 1oqy2U-0006AE-Cl for ged-emacs-devel@m.gmane-mx.org; Fri, 04 Nov 2022 15:51:22 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oqy1P-0007KX-9K; Fri, 04 Nov 2022 10:50:15 -0400 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 1oqy16-0007J4-Vm for emacs-devel@gnu.org; Fri, 04 Nov 2022 10:49:58 -0400 Original-Received: from odoacer.turtle-trading.net ([93.241.193.16]) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.90_1) (envelope-from ) id 1oqy15-00055W-8I for emacs-devel@gnu.org; Fri, 04 Nov 2022 10:49:56 -0400 Original-Received: from zenobia.turtle-trading.net ([192.168.2.111]) by odoacer.turtle-trading.net with esmtp (Exim 4.80) (envelope-from ) id 1oqy0z-0003Bg-7K; Fri, 04 Nov 2022 15:49:49 +0100 Original-Received: from benny by zenobia.turtle-trading.net with local (Exim 4.94.2) (envelope-from ) id 1oqy0y-000wwr-VY; Fri, 04 Nov 2022 15:49:48 +0100 In-Reply-To: <83h6zidfl6.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 01 Nov 2022 14:28:05 +0200") Received-SPF: none client-ip=93.241.193.16; envelope-from=benny@turtle-trading.net; helo=odoacer.turtle-trading.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=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: , Original-Sender: "Emacs-devel" Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:299135 Archived-At: Eli Zaretskii writes: > (Do people really use Emacs to develop Java? I'd be surprised.) Just FTR, I do. And I know some other people that use Emacs for Java, too. I only use core Emacs for this and a few functions that I wrote myself. benny