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: Abysmal state of GTK build Date: Sun, 21 Aug 2022 16:35:56 +0300 Message-ID: <834jy5d8hv.fsf@gnu.org> References: <87ilmlluxq.fsf.ref@yahoo.com> <87ilmlluxq.fsf@yahoo.com> <87h725olz1.fsf@gnus.org> <8735dplo5d.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36547"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Aug 21 15:36:58 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 1oPl8M-0009K9-EA for ged-emacs-devel@m.gmane-mx.org; Sun, 21 Aug 2022 15:36:58 +0200 Original-Received: from localhost ([::1]:46880 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oPl8L-0000jC-Eq for ged-emacs-devel@m.gmane-mx.org; Sun, 21 Aug 2022 09:36:57 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48524) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPl7M-0007mT-V0 for emacs-devel@gnu.org; Sun, 21 Aug 2022 09:35:58 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:46152) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPl7M-0001vA-NA; Sun, 21 Aug 2022 09:35:56 -0400 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=t5fdQ63MTXBQFgFxv7+Qpptgqmgl8Rf1leY02BhSrUc=; b=p2NJMPratVas 8XI3+FxPgnlO4FzjTSE1kiK19nD1nM6VBXggs3JM/QhrMJ3whQHQXHcRb7bAs8XK4evrstYPT0d3E weZSFRp5evAr+Zih8Sm6I+wGSrrZF1W9nWU4ufe868faUQ+Op367cXeBrwHapzjwmookmcbMyyyp3 GT0Df/+KHDg51yFGKjhsCnoIjyD4vNpwr2fPcY8ONkrzZDd1wNpypVxq+Xtjr15109pr5NjD2mM6c dmDArOfG9WrkqzKxcvOyYQG9tJc7w2lo+Bix1uUxeafZf13fyDKajpE3ncrCh+I0MPVExl+kXwQfE EJ/7BpIBljKK4v4nBRYJ+Q==; Original-Received: from [87.69.77.57] (port=1430 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 1oPl7L-0005Mk-BU; Sun, 21 Aug 2022 09:35:56 -0400 In-Reply-To: <8735dplo5d.fsf@yahoo.com> (message from Po Lu on Sun, 21 Aug 2022 21:30:38 +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:293700 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Sun, 21 Aug 2022 21:30:38 +0800 > > I doubt that it would even be possible at all with our manpower to > implement "our own toolkit" on all platforms. Maybe someone should take another look at a possible use of Qt? In any case, the MS-Windows port is not part of this dilemma: we are using the only system "toolkit" available there, so we are quite consistent with the look-and-feel of other GUI apps, and lately extended our support for system-wide toolkit themes as well.