Questions tagged [osx]

for questions about graphical and terminal versions of Emacs on macOS operating system. Please specify which package of Emacs for macOS you are using!

macOS consists of a Mach/BSD-based kernel, operating system interfaces primarily based on FreeBSD, and additional frameworks (written in C, C++ and Objective-C) providing user interface and application-level services.

There are several packages of Emacs for macOS with slightly different feature sets. When asking about Emacs on macOS, please specify which package you are using (the URL where you downloaded it is often good enough).

There are several others; see also What is the difference between Aquamacs and other Mac versions of Emacs?

455 questions
113
votes
3 answers

How to Restore File System Access in macOS Catalina

I updated to macOS Catalina which requires the user through pop-ups to allow any app trying to access the file system for the first time. No such pop-up is appearing for Emacs. Running the script shared…
wsaleem
  • 1,233
  • 3
  • 10
  • 8
109
votes
5 answers

What is the difference between Aquamacs and other Mac versions of Emacs?

Macintosh users have several choices of pre-built Emacs. I am aware of the following versions: YAMAMOTO Mitsuharu's Emacs Mac Port David Caldwell's Emacs for Mac OS X Vincent Goulet's Emacs Modified for macOS David Reitter's Aquamacs Some…
Eric Brown
  • 3,212
  • 4
  • 16
  • 20
43
votes
4 answers

Why can't I list the contents of Desktop on macos using dired?

When I do C-x C-f on ~/Desktop/ in macos Catalina, I get the following error. Listing directory failed but 'access-file' worked I can list the directory for just ~. I'm new to Emacs and know little else. I've tried installing Emacs through Homebrew…
user25536
39
votes
3 answers

How to set up elpy to use python3?

When setting up my emacs for a new work environment, I am unable to get the elpy configuration to correctly use python 3. I have installed all of the required packages in /usr/local/bin and have installed them using python3. Right now, when I run…
adam
  • 491
  • 1
  • 4
  • 3
33
votes
7 answers

Copy text from Emacs to OS X clipboard

When I run Emacs in a text terminal instead of the normal GUI mode, I can copy in Emacs by activating the start of a region with C-SPC, and then select what I want, and then do M-w. Is there any way to get a region copied this way be available in…
Galder Zamarreño
  • 1,527
  • 2
  • 12
  • 21
28
votes
3 answers

Org Mode link to open directory in Dired

I'd like to have a link like [[file:~/projects][Projects]] open directly in Dired rather than Finder (I'm on a Mac), which is what it does now. Is there a way? (Of course there's a way. It's Emacs.)
JohnJ
  • 507
  • 4
  • 10
27
votes
2 answers

Using conda environments in emacs

What is the best way to use conda environmets using emacs as a Python IDE? I have got different conda environments while programming in Python: $ conda info -e # conda environments: # django /Users/Pablo/anaconda/envs/django scipy …
PabloRdrRbl
  • 435
  • 1
  • 4
  • 7
26
votes
5 answers

Emacsdaemon and Emacsclient on Mac

OS: OS X 10.9.5, Mavericks GNU Emacs 24.3.1 (x86_64-apple-darwin13.1.0, Carbon Version 1.6.0 AppKit 1265.19) of 2014-04-03 on Rainers-MacBook-Pro-3.local I installed emacs via homebrew from railwaycat and it works nicely - no complaints. I do…
Rainer
  • 897
  • 10
  • 16
25
votes
7 answers

Emacs and command line $PATH disagreements on OSX

Having some issues with PATH settings on Emacs that are affecting my Haskell environment: I'm using ZSH, and when I go to the command line and call echo $PATH, it returns:…
Galder Zamarreño
  • 1,527
  • 2
  • 12
  • 21
23
votes
2 answers

set-mark-command (C-SPC) not recognised/broken

I would like to know how to start troubleshooting the following: C-SPC is not doing anything. It's not appearing in the mini-buffer when I type it but when I look at M-x set-mark-commandit's showing as bound to C-SPC. Environment I've installed GNU…
m__
  • 923
  • 1
  • 7
  • 12
22
votes
3 answers

emacs on terminal does not recognise option as alt-key on mac

I am on a mac and I am running emacs 24.4.1, but I have the same problem also with 22.1.1. When I open mac on a terminal on the remote host, it does not recognise option key (alt) like the meta key. I have modified the .emacs in the following…
simona
  • 403
  • 2
  • 4
  • 7
22
votes
7 answers

how install emacs 26 (or whatever latest ver) on mac

Someone (in another SE answer) mentioned a feature thats only available in 26, so I guess now I gotta upgrade. How do you install emacs 26 on macOS Sierra? What I tried: Googled how install emacs 26 Mac, brew install emacs.
american-ninja-warrior
  • 3,773
  • 2
  • 21
  • 40
19
votes
4 answers

Emacs 28.2 error in macOS Ventura: `image-type: Invalid image type ‘svg’`

since upgrading to macOS Ventura, my Emacs 28.2 installation throws the error message image-type: Invalid image type ‘svg’ at the startup of Emacs. M-: (image-type-available-p 'svg) RET returns t. Might someone know why this error occurs and how to…
pahohu
  • 191
  • 1
  • 3
17
votes
3 answers

Failed to download 'gnu' archive

I tried to install emacs and in an attempt to install MELPA, tried: (this is my init.el file) (package-initialize) (add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/")) (add-to-list 'package-archives '("melpa" .…
bobbob
  • 171
  • 1
  • 1
  • 4
16
votes
2 answers

How to start Emacs from the Terminal window as a GUI application (macOS)

I've installed Emacs via Homebrew. The version that got installed is 25.3.1. It was installed as the file whose full path is /usr/local/bin/emacs. When I execute emacs at a Terminal window, Emacs starts inside the self-same window as a console…
Evan Aad
  • 1,461
  • 1
  • 14
  • 29
1
2 3
30 31