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: CC Mode -> Tree sitter challenge Date: Fri, 04 Nov 2022 21:44:54 +0100 Message-ID: <87pme21mbd.fsf@thornhill.no> References: <87v8nu1mt1.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="31708"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, Eli Zaretskii , casouri@gmail.com To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Nov 04 21:45:43 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 1or3ZO-0007un-VB for ged-emacs-devel@m.gmane-mx.org; Fri, 04 Nov 2022 21:45:43 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1or3Ym-0006Sg-Mf; Fri, 04 Nov 2022 16:45:04 -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 1or3Yl-0006R6-4L for emacs-devel@gnu.org; Fri, 04 Nov 2022 16:45:03 -0400 Original-Received: from out2.migadu.com ([188.165.223.204]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1or3Yh-00043B-Gx; Fri, 04 Nov 2022 16:45:02 -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=1667594695; 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=wWBoZ0C0giu+qeS/GHlYHqIcxVpujA6GrDZ5tRyIB9s=; b=a7iUYsQp/PFORiiqBAn9R/pvPubXMDssjXdEZSDNqficghJRCyg7h8iDMoUy5eSov5H5F7 q2BdZbIeAGNMjX616WeL+dUv9tZ6s0bbkX6lGER7wvcjZGavnSWig1MfoISfBgmjpu0b6P YroeChKliOI/+ybGrzV7es6LtRDSidA/ZcGhnfBqX+0YPhXVCqvdvHz72i077w8GtY2yHB QqboS6TeFqxiSyKnOjRBdvmO/fg0HaIFqUtoqe6bM/E+shDgT1Qi6Yr+O8QLn2IjPplQLJ lolpOAWdlI+uMi2ZD6zRHGyT7IpZdeZzNOucRmCq3HzP0FVSywty3XLo/xhK5g== In-Reply-To: X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=188.165.223.204; envelope-from=theo@thornhill.no; helo=out2.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, 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: , 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:299156 Archived-At: Stefan Monnier writes: >> @Stefan, you mentioned that filling could be extracted from cc >> mode. Could you point me either to what/where to look for/at, so that I >> can make such an attempt? > > It's been a long time since I looked at it, but I think it's basically > all in or around `c-fill-paragraph`. > Thanks, I'll start there :-) -- Theo