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: Motif support Date: Tue, 21 Dec 2021 05:28:18 +0200 Message-ID: <834k721vsd.fsf@gnu.org> References: <878rwhbb91.fsf.ref@yahoo.com> <878rwhbb91.fsf@yahoo.com> <83ee699irm.fsf@gnu.org> <87r1a99icp.fsf@yahoo.com> <835yrl9gob.fsf@gnu.org> <8735mozy5c.fsf@gnus.org> <87czlrvbf5.fsf@gmail.com> <871r27pop1.fsf@gnus.org> <87ee671s9o.fsf@yahoo.com> <8735mno91u.fsf@gnus.org> <87tuf2zs7y.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11408"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, rpluim@gmail.com, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Dec 21 04:28:54 2021 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 1mzVpd-0002ki-NW for ged-emacs-devel@m.gmane-mx.org; Tue, 21 Dec 2021 04:28:53 +0100 Original-Received: from localhost ([::1]:42010 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mzVpc-0005ah-LR for ged-emacs-devel@m.gmane-mx.org; Mon, 20 Dec 2021 22:28:52 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:59664) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzVp5-0004um-8Z for emacs-devel@gnu.org; Mon, 20 Dec 2021 22:28:19 -0500 Original-Received: from [2001:470:142:3::e] (port=34272 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mzVp4-0004Bu-TR; Mon, 20 Dec 2021 22:28:18 -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=mwmA+095oQ2PPOiSrhHno+CHXwwlupM9D9+vlgQ6TRs=; b=lDT8bXL2pfku PMq1cqKXzi0H09VuazZMJ8iQDDh2AMpNwOCuZS5Sq2/M013KaXTNBsp5e5aSriEe+DUnBGISLcljq RjPTf6B0xZIShhebfG2UMZCfhe0OSzTNnTyQbpNqX+Om53E9y4bddQFkOPJMZqJTZg5U9/EwidehL kPr4ovWt1V6TH1I7UIPF6/3fJYsifmvLvMLhS9VtlfjbMm8x69aABFkjppJjoUzr2DTC2VRKMr1et oiFqs7jPYWfpLVM0r5kqWAUJR4XdAwPYIcRPEQmd3v2GklqwHNPmLwuLlDvhcjMg+SoUfMIoEYuBo iZrDWb6WJSEs6TxSfLDTcg==; Original-Received: from [87.69.77.57] (port=4935 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 1mzVp4-0000d8-Pm; Mon, 20 Dec 2021 22:28:19 -0500 In-Reply-To: <87tuf2zs7y.fsf@yahoo.com> (message from Po Lu on Tue, 21 Dec 2021 09:01:21 +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" Xref: news.gmane.io gmane.emacs.devel:282550 Archived-At: > From: Po Lu > Cc: Robert Pluim , Eli Zaretskii , > emacs-devel@gnu.org > Date: Tue, 21 Dec 2021 09:01:21 +0800 > > Lars Ingebrigtsen writes: > > > Po Lu writes: > > > >> As I said, Motif is the least of the problems here. > > > > Yes, it's not a lot of code, and that points towards keeping it. But on > > the other hand, simplification is simplification. > > A similar reply probably got lost during the gnu.org outage, and I > forgot what I sent it to, so apologies in advance if this doesn't make > sense in context. > > Since at least two people seem to be using the Motif port, and it has > some technical advantages over the others, and the other people seem to > be neutral on the subject, I'll restore Motif support to the emacs-28 > branch in a day or so. I didn't yet decide that we should restore it, and doing that on emacs-28 requires even more consideration.