From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.devel Subject: Re: Where has a cool feature gone? Date: Sun, 24 Jul 2022 07:28:47 +0200 Message-ID: References: <87sfmsumgu.fsf@disroot.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5boGaHHmvaxdrZdN" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12840"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jul 24 07:31:10 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 1oFUCq-00036f-Kx for ged-emacs-devel@m.gmane-mx.org; Sun, 24 Jul 2022 07:31:08 +0200 Original-Received: from localhost ([::1]:39436 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oFUCp-0005Ob-Ik for ged-emacs-devel@m.gmane-mx.org; Sun, 24 Jul 2022 01:31:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42610) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oFUAd-0004LX-5v for emacs-devel@gnu.org; Sun, 24 Jul 2022 01:28:51 -0400 Original-Received: from mail.tuxteam.de ([5.199.139.25]:44658) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oFUAb-0001XC-P8 for emacs-devel@gnu.org; Sun, 24 Jul 2022 01:28:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=From:In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:To:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=C/Qv/Q6pmuAAibPWs9afqW6j6qqyOK4oJgZYpQdRkEE=; b=uCogk5sDCQoBgwXg8fEFRqZl2n 1zo5Mug8olp2tv9KTJK1C0HDWby4qbuM0LITO4ZIuQK5MyV3RIPHZWZXGvUU0f1L/HnaCdP1g66bu hy3At83EYuHhQ2OvDWa5t1+jCOTYIJuH/qhZpaeXmMNp4LK4UFM7nqLvH8mYx1vbzHa/l6+1a7izn XLf3dtrt+OlVr3sz4jWFYoZrX6XKWoYiA17RIW83zratgRGURv5XyrxQHBY+aaLX9ocUkQPqEJujT HXCVcPVRYebZs5pKrvvamj/kkNY9CoCTa+RzeX4ZP/czCsG60EZOpkblrW+kAbLpFktWaNiMicgoS fi6h2bnw==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.94.2) (envelope-from ) id 1oFUAZ-0004JK-4i for emacs-devel@gnu.org; Sun, 24 Jul 2022 07:28:47 +0200 Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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:292565 Archived-At: --5boGaHHmvaxdrZdN Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 24, 2022 at 04:22:33PM +1200, Davin Pearson wrote: > I thought it might be easier to manually install Emacs rather > than get some third party software for installing Emacs. I haven't followed this thread, so I don't know about your concrete use case. But I don't think there's a general answer to this. Sometimes it's that way, sometimes it's this (and I don't know what you are referring to "third party": is it Guix or is it APT?). And, to tell the truth, there's always some third party involved: I do install Emacs from source, but am happy my distribution provides me with a pre-built buildchain (gcc, Make, autoconf, what not) so I don't have to do the full bootstrap. All is, as they say, relative ;-) Cheers --=20 t --5boGaHHmvaxdrZdN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCYtzYjwAKCRAFyCz1etHa RkSxAJsHktr0r4hxQ7BrdJ4Kypgq1J/3JgCfd3rBoLkzSZOJRI23tOzGJbK9KoU= =hTQc -----END PGP SIGNATURE----- --5boGaHHmvaxdrZdN--