Upgrading to Emacs 29.1
It appears upgrading my Anaconda Python distribution killed my Emacs, so I figured I’d try upgrading to the latest version to see if that fixed things. It did :)
Since upgrading Emacs to 29.1 no longer required the manual configuration changes I had to make when upgrading to 28.2, I’ll document the procedure I used on MacOS Ventura 13.6.1
- Go to https://mirrors.kernel.org/gnu/emacs/
- Identify the correct file
cdto an appropriate directorycurl -f "https://mirrors.kernel.org/gnu/emacs/emacs-29.1.tar.gz" > emacs-29.1.tar.gztar xzf emacs-29.1.tar.gzcd emacs-29.1./configure --with-nsmakemake install- Drag
nextstep/Emacs.appto the Applications directory