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.devel Subject: Re: Turning c-ts-mode.el, go-ts-mode.el, csharp-ts-mode.el etc into :core packages? Date: Tue, 07 Mar 2023 15:20:30 +0200 Message-ID: <83y1o866ld.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18227"; mail-complaints-to="usenet@ciao.gmane.io" Cc: casouri@gmail.com, emacs-devel@gnu.org To: Holger Schurig Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Mar 07 14:20:56 2023 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 1pZXFO-0004RH-KS for ged-emacs-devel@m.gmane-mx.org; Tue, 07 Mar 2023 14:20:54 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pZXF7-0000wK-1M; Tue, 07 Mar 2023 08:20:37 -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 1pZXF5-0000vm-Hf for emacs-devel@gnu.org; Tue, 07 Mar 2023 08:20:35 -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 1pZXF5-0001my-8M; Tue, 07 Mar 2023 08:20:35 -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=2/xR97utQHLHIzkrDA0m4+8Z/4Gt7IcGARnIaq6ZMLQ=; b=Q5el3KRHIezy /M8FsztmQhp+wZ/Am8tXhG4+fLuRqpQP+3tmaFtIGKSnoSThb5EopUgosjcqXwS2hgi81p41hXRsR C07NM/M1RIH3X3lLZ7eeDH9IVG1MrIFGOevIsYIYx/sYQ0ZlAjpkOhjb+ROYdW8qwZIYoxlTjy/Y3 e0BunPxouHVnvqNpFdZSr4iZTv+1mcBjSSfqnr0QDPYmFu+vUDo3Ob6klRnq/vXweKAZ0ffsoU8Qj SDqK1Iu0VUawnpC64ChUtefEV6mQKY8DwEUBrbNZ2UJLwdbCW37W4Ol/82yzR8xN+TU1FV58cYWVV m2GYA7bBuEZZ9OD3XaHdvQ==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZXF4-00040d-7k; Tue, 07 Mar 2023 08:20:34 -0500 In-Reply-To: (message from Holger Schurig on Tue, 7 Mar 2023 03:18:55 -0800) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:304083 Archived-At: > From: Holger Schurig > Date: Tue, 7 Mar 2023 03:18:55 -0800 > > On Mar, 2023-03-05 14:17, Yuan Fu wrote ... > > - c-ts-mode.el > > I understand what :core actually means. > > But I think we don't need to battle test c-ts-mode.el. We already know > that it leaves to be desired --- in cases where C or C++ macros are > used. > > For my programs, I got worse font-locking and indentation than with the > the non-TS modes. That is one important reason why these packages are completely optional: if you don't like the results, simply don't use them until they become better.