unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Doug Davis <ddavis@ddavis.io>
To: emacs-devel@gnu.org
Subject: Re: installing or compiling GNU emacs on Mac Catalina (fink for the moment)
Date: Sun, 21 Feb 2021 19:11:23 -0500	[thread overview]
Message-ID: <m2v9alx8pg.fsf@ddavis.io> (raw)
In-Reply-To: <8735xp5lb9.fsf@mat.ucm.es> (Uwe Brauer's message of "Sun, 21 Feb 2021 19:26:34 +0100")

Uwe Brauer <oub@mat.ucm.es> writes:

> I know on the list are some Mac Users, so any comments on these issues.

I'll give a brief rundown of my macOS GNU Emacs experience.

>     1. Aquamacs (but this is based on GNU 25 and I am not sure what else
>        it uses).

It's been a number of years since I've tried using Aquamacs. As you
mentioned it's based on GNU Emacs 25 and hasn't moved much lately, but I
think a new maintainer may have taken over recently (I'm not sure);
perhaps development will pick up.

>     2. https://emacsformacosx.com/ (haven't tried it out) it is 27.1-1
>        which is pretty good.

My first GNU Emacs experience on a Mac was with emacsformacosx.com and
it worked fine, but I know it currently has some issues around not being
a notarized binary (recent Apple security thing). It's also wrapped by a
ruby script that gave some folks headaches at some point (I may be
misremembering this issue). I'm not familiar with using it over the last
couple of years.

>     3. Try the one shipped with fink (that fails at the moment),
>        macports (next candidate) or homebrew (I am sceptical about that
>        one since it does not rely on sudo)

I've never used fink. The binary shipped with Homebrew (by the `emacs`
formula) is solid; but it's not compiled with a window system. There are
other Homebrew taps that make building Emacs easy; like
https://github.com/d12frosted/homebrew-emacs-plus
and
https://github.com/railwaycat/homebrew-emacsmacport
which uses the `mac' window system port.

>     4. Compile the latest master. This I want to do besides having an
>        official GNU emacs.

This is what I use (and have been for quite some time). I use Homebrew
to get the dependencies (i.e. gnutls and jansson) and build from scratch
(in the emacs repo):

./autogen.sh
./configure --with-modules
make
make install

Then I copy ./nextstep/Emacs.app to /Applications

I won't endorse one of the methods as "the best way" or "correct way" -
just say that I've found building from the latest commit in emacs.git
(every week or so, with help from Homebrew to get some dependencies) to
be a satisfactory GNU Emacs experience on macOS.



  reply	other threads:[~2021-02-22  0:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-21 18:26 installing or compiling GNU emacs on Mac Catalina (fink for the moment) Uwe Brauer
2021-02-22  0:11 ` Doug Davis [this message]
2021-02-22  7:36   ` Uwe Brauer
2021-02-22  1:26 ` Tim Cross
2021-02-22  7:40   ` Uwe Brauer
2021-02-22 19:32     ` Tim Cross
2021-02-23 23:10   ` Matt Armstrong
2021-02-24  1:41     ` Tim Cross
2021-02-24  5:10       ` Matt Armstrong
2021-02-22  5:43 ` Pankaj Jangid
2021-02-22  7:41   ` Uwe Brauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2v9alx8pg.fsf@ddavis.io \
    --to=ddavis@ddavis.io \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).