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: Cleaning out old X11 toolkits? Date: Sun, 14 Feb 2021 21:15:09 +0200 Message-ID: <8335xybgw2.fsf@gnu.org> References: <1c0598ce-c364-1711-8280-18e4ae091fb6@yandex.ru> <2fd8df6a-1993-fc1e-6e65-12938b0f57b3@gmx.at> <83y2ftdtkr.fsf@gnu.org> <5bde0ea3-8921-e17c-2390-243233ef2a34@gmx.at> <83sg61doxl.fsf@gnu.org> <9974c5a7-3276-9ec8-5e3b-4139c379f070@gmx.at> <87h7mg6z1q.fsf@yandex.com> <5bab990d-11f1-d20c-1bf3-be0cac5a723f@gmx.at> <06611459-b700-aad2-4a1b-f37d143c3b6e@gmx.at> <6c360f5f-362a-714b-a5cf-452155698101@gmx.at> <83blcmbkvs.fsf@gnu.org> <86o8gmikd8.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7041"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Andy Moreton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Feb 14 20:17: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 1lBMu2-0001k1-AE for ged-emacs-devel@m.gmane-mx.org; Sun, 14 Feb 2021 20:17:54 +0100 Original-Received: from localhost ([::1]:38592 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lBMu1-0007i5-Be for ged-emacs-devel@m.gmane-mx.org; Sun, 14 Feb 2021 14:17:53 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50808) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lBMrt-0006Ka-Jm for emacs-devel@gnu.org; Sun, 14 Feb 2021 14:15:46 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43560) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lBMrp-0005MK-PO; Sun, 14 Feb 2021 14:15:39 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2074 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lBMrL-0002sG-2j; Sun, 14 Feb 2021 14:15:33 -0500 In-Reply-To: <86o8gmikd8.fsf@gmail.com> (message from Andy Moreton on Sun, 14 Feb 2021 18:18:11 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:264765 Archived-At: > From: Andy Moreton > Date: Sun, 14 Feb 2021 18:18:11 +0000 > > > GMP cannot be removed, since we now support bignums, and that's not an > > optional feature. > > However if libgmp is not found, emacs should be using lib/mini-gmp* as > the GMP implementation (slower than libgmp but aways available). So how is that a win? you get the same functionality with worse performance. --without-all is supposed to remove functionality.