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: MPS experiment successful Date: Thu, 18 Apr 2024 08:08:35 +0300 Message-ID: <86ttjzfeb0.fsf@gnu.org> References: <86le5cgmp3.fsf@gnu.org> <86bk68gfab.fsf@gnu.org> <86wmovg5e4.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30505"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Gerd =?utf-8?Q?M=C3=B6llmann?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Apr 18 07:09:41 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 1rxK1l-0007kz-G4 for ged-emacs-devel@m.gmane-mx.org; Thu, 18 Apr 2024 07:09:41 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rxK0s-0000HA-Ax; Thu, 18 Apr 2024 01:08:46 -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 1rxK0p-0000Gd-UH for emacs-devel@gnu.org; Thu, 18 Apr 2024 01:08:44 -0400 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 1rxK0p-0003vO-Ld; Thu, 18 Apr 2024 01:08:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=vnlZBCk9K1hsGGI94Riv5o9FHvFVidrMzAHoQo2K2TI=; b=MW0j/k00pPDe4iwuuFjJ 33xiY6/sq7yaSnTLQ6QIoPrpsBfM9gipOzk7ZWM0KINKMKVmQory8yg5lWL6ZcLt4Bq8W0Np/hSHj WG020rCu15zmDTUquKSR4IsBz9V823A4WB5EuXUpgbjm0Bw/xr3z3HYZ/DQep9xEefUcRnpBTSnuT 7o0sXw3W/KV5kVkxAJ7AD+r7cEdfNxiGGG/SWYfQihZmMTTZHDp1DpLXd2x/Z/ZXkcanc64Jrwr9d yCfRrR8+VkVBm6dXuRl14/i9Xy4Juq0PpdVGBzX2kR/hZ2CDJ7ClZHYSOj0Y3R54GWD3j22oEw7fM jrUcMRWi326pWg==; In-Reply-To: (message from Gerd =?utf-8?Q?M?= =?utf-8?Q?=C3=B6llmann?= on Wed, 17 Apr 2024 21:51:07 +0200) 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:317793 Archived-At: > From: Gerd Möllmann > Cc: emacs-devel@gnu.org > Date: Wed, 17 Apr 2024 21:51:07 +0200 > > I branched cl-packages from master a longer while ago, on Github. That > branch has the packages stuff, and I merged master into it once in a > while. > > Then I branched the igc branch from cl-packages, so it has both the > package stuff and the MPS stuff. And I think I merged cl-packages into > igc once or twice. If you have a special branch for MPS, then the diffs from the point you forked that branch is all you need.