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: My resignation from Emacs development Date: Fri, 22 Nov 2024 13:52:51 +0200 Message-ID: <86cyino57w.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18653"; mail-complaints-to="usenet@ciao.gmane.io" Cc: gerd.moellmann@gmail.com, emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Nov 22 12:53:47 2024 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 1tESEM-0004hU-EW for ged-emacs-devel@m.gmane-mx.org; Fri, 22 Nov 2024 12:53:46 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tESDZ-0000gq-J1; Fri, 22 Nov 2024 06:52:57 -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 1tESDY-0000gi-EV for emacs-devel@gnu.org; Fri, 22 Nov 2024 06:52:56 -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 1tESDX-0005cU-Hf; Fri, 22 Nov 2024 06:52:55 -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=5Wfq+HmMkD7mIYOqlQ236s40q8KeP7oQQ/lc4Q/KQmQ=; b=E/IbjHtWDIXy RdeEZTQ06xT1OdAW9EPI88T7dIvyB9MXty6gj/VlfPHaSYVb+KlZq/ATO1ypba6l1KJF6WYu9G6lL MKe4u0gYorpXUY7t59QHNBGqtzlWGHPUzH54sbYRM6oOYlEzmfy+OvJJnXyQ4jkPV8lrbf0l+Ryb2 l1PFpGqaRfcoRoPzppkDTNC3t/tit5Tpj/5NAs37ynUZsNLEYy7N0PKr3umg8qrVq5IMpGJQKaoAS XbRyki2e0Rp3EaQvpMhzedHQqHU78j/U4nqixJnNLeZcKB9Svy6yePKMjk+0cRhzRVGjrNRJdzZn/ mAy9qd04F/Z/edhXgdsv0A==; In-Reply-To: (message from Alan Mackenzie on Fri, 22 Nov 2024 11:36:55 +0000) 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:325584 Archived-At: > Date: Fri, 22 Nov 2024 11:36:55 +0000 > Cc: emacs-devel@gnu.org > From: Alan Mackenzie > > > Will you make a package out of cc-mode, or should one use the Hg repo? > > I haven't really thought that far ahead, yet. Maybe I'll just commit > changes in the CC Mode repo, and post patches to the OPs. But the > patches frequently need work on them because of differences in > whitespace, spelling, use of older CC Mode macros, and things like this. > > We'll see! Is the Hg repository whose URL is here: https://cc-mode.sourceforge.net/hgaccess.php the up-to-date one? I'm asking because the last commit there was in July 2023, and because there's a branch called Branch_5_35 whereas the CC Mode files in Emacs say they are from version 5.33.1. So I wonder where are the up-to-date sources of CC Mode, and where do you intend to develop it, so we could sync with that from time to time. Thanks.