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: Sun, 19 Dec 2021 13:25:58 +0200 Message-ID: <83sfuo96pl.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> <87fsqp9cvn.fsf@yahoo.com> <87mtkwzxpd.fsf@telefonica.net> <871r2898rl.fsf@yahoo.com> <87ilvkzx1m.fsf@telefonica.net> <87wnk07tfq.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15571"; mail-complaints-to="usenet@ciao.gmane.io" Cc: ofv@wanadoo.es, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 19 12:28:31 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 1myuMf-0003pf-Nj for ged-emacs-devel@m.gmane-mx.org; Sun, 19 Dec 2021 12:28:29 +0100 Original-Received: from localhost ([::1]:38904 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1myuMe-0003ZB-0j for ged-emacs-devel@m.gmane-mx.org; Sun, 19 Dec 2021 06:28:28 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:48120) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myuKb-0002Cx-IV for emacs-devel@gnu.org; Sun, 19 Dec 2021 06:26:22 -0500 Original-Received: from [2001:470:142:3::e] (port=59126 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 1myuKa-0007bY-Jf; Sun, 19 Dec 2021 06:26:20 -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=n0+a3BbjdAobiRTDQNHxmL8TVCTHgO8Nsq37bAYPHYk=; b=Q83vumGPxBxa bWTu9p2FfrxCM7cdL3lSA0D4NsrbQZ0hcJWr11QITvam24A0a2PggqTjxc816ZvzASyd6ZNQTk7AU B0Nq2quDXYXuq222014695rQBg6w3t+Ac4KQpyaby4QSXthdvKB/rsLtHo0Ogtbxlv8bov9HC/0o2 L3sOHV5FjrDpcd3VRD7GohSlvbK8OZT0QLqZ60GAYk/yQR4GThcx07um3oTprIcGzrKVafak3qrP1 jeTzOomD1QWra/1B9Hquk1d8twYu0JinkIaiA5VLA3liCMLiswMkDwd7YaHgE0RWngYJQhg4qSPKr FYuEEYda3D5O+OZ1sbFLhw==; Original-Received: from [87.69.77.57] (port=3021 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 1myuKM-0006o3-IW; Sun, 19 Dec 2021 06:26:09 -0500 In-Reply-To: <87wnk07tfq.fsf@yahoo.com> (message from Po Lu on Sun, 19 Dec 2021 18:58:01 +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:282411 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Sun, 19 Dec 2021 18:58:01 +0800 > > Both the Motif build and the "Lucid" build use the Lucid library. Even > the GTK build, PGTK port, NS port and W32 port use parts of the Lucid > library for handling menus. The only GUI port that is completely free > of lwlib is the Haiku port. I think you are mistaken: the MS-Windows build doesn't use lwlib code. Its menu code is entirely native w32 code, see w32menu.c.