From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Matt Armstrong Newsgroups: gmane.emacs.devel Subject: Re: installing or compiling GNU emacs on Mac Catalina (fink for the moment) Date: Tue, 23 Feb 2021 15:10:41 -0800 Message-ID: References: <8735xp5lb9.fsf@mat.ucm.es> <877dn07ulj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22527"; mail-complaints-to="usenet@ciao.gmane.io" To: Tim Cross , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Feb 24 00:11:41 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 1lEgqD-0005mc-N6 for ged-emacs-devel@m.gmane-mx.org; Wed, 24 Feb 2021 00:11:41 +0100 Original-Received: from localhost ([::1]:53224 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lEgqC-0001gY-Ow for ged-emacs-devel@m.gmane-mx.org; Tue, 23 Feb 2021 18:11:40 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51198) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lEgpR-0001EF-G9 for emacs-devel@gnu.org; Tue, 23 Feb 2021 18:10:53 -0500 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]:47079) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lEgpO-0001A8-SD for emacs-devel@gnu.org; Tue, 23 Feb 2021 18:10:53 -0500 X-Originating-IP: 24.113.169.116 Original-Received: from matts-mbp-2016.lan (24-113-169-116.wavecable.com [24.113.169.116]) (Authenticated sender: matt@rfc20.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 444D4240003; Tue, 23 Feb 2021 23:10:44 +0000 (UTC) In-Reply-To: <877dn07ulj.fsf@gmail.com> Received-SPF: pass client-ip=217.70.183.193; envelope-from=matt@rfc20.org; helo=relay1-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham 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:265558 Archived-At: Tim Cross writes: > If you go with the vanilla emacs homebrew recipe, you can add a command > line option to have it build from the current repo HEAD. This is not a > bad option if you want to run latest bleeding edge. I don't tend to do > that because I prefer the stability of a released version when on the > mac. Just a FYI, as of two years ago it appears that Homebrew's vanilla emacs formula hard codes --without-ns and does not support --HEAD. See https://github.com/Homebrew/homebrew-core/pull/36070