From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Cleaning out old X11 toolkits? Date: Sun, 14 Feb 2021 23:33:25 +0100 Message-ID: <87v9augtze.fsf@telefonica.net> 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> <8335xybgw2.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1917"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) To: emacs-devel@gnu.org Cancel-Lock: sha1:qfMj8C2I9aX5dD3nt0PVWbnoOsI= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Feb 14 23:34:35 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 1lBPyL-0000NP-Lu for ged-emacs-devel@m.gmane-mx.org; Sun, 14 Feb 2021 23:34:33 +0100 Original-Received: from localhost ([::1]:47472 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lBPyK-00060t-Ki for ged-emacs-devel@m.gmane-mx.org; Sun, 14 Feb 2021 17:34:32 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54242) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lBPxP-0005Sg-01 for emacs-devel@gnu.org; Sun, 14 Feb 2021 17:33:35 -0500 Original-Received: from ciao.gmane.io ([116.202.254.214]:56748) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lBPxN-0001we-8O for emacs-devel@gnu.org; Sun, 14 Feb 2021 17:33:34 -0500 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1lBPxL-0009jy-Ao for emacs-devel@gnu.org; Sun, 14 Feb 2021 23:33:31 +0100 X-Injected-Via-Gmane: http://gmane.org/ Received-SPF: pass client-ip=116.202.254.214; envelope-from=ged-emacs-devel@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action 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:264789 Archived-At: Eli Zaretskii writes: >> > 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? Building on a machine for installing on another one. It would be quite puzzling if Emacs works fine on the build machine but fails outright on the install machine. > you get the same functionality with worse > performance. --without-all is supposed to remove functionality. configure --help says: --without-all omit almost all features and build small executable with minimal dependencies If Emacs works without libgmp and libjson, they can't be considered as part of its minimal dependencies, IMO.