Questions tagged [mac]

16 questions
12
votes
7 answers

Emacs on new Mac M1?

Is anyone successfully running a windowed emacs, (not terminal emacs), on one of the new Mac M1s? Does this port work? https://emacsformacosx.com Is there another?
Rich Pixley
  • 221
  • 1
  • 2
  • 4
3
votes
1 answer

EmacsForMacOSX build 27.2-2 cannot be opened on mac M1

This question is about Emacs 27.2-2 from https://emacsformacosx.com/ on Mac M1. From the release notes1 M1 support should be added since 27.2-1. However, on latest stable version I was getting an error "This application will not run on your…
timcoding
  • 31
  • 3
1
vote
1 answer

"Eager macro-expansion failure" message when starting Emacs 28.2 from the mac terminal

I have upgraded my emacs using brew install emacs-plus. Now when I run emacs & from the terminal, the following message appears. Eager macro-expansion failure: (wrong-number-of-arguments (3 . 4) 2) Eager macro-expansion failure:…
Evan Aad
  • 1,461
  • 1
  • 14
  • 29
1
vote
2 answers

Does "brew install --cask emacs" install a GUI version of Emacs for M1?

Just wondering if "brew install --cask emacs" installs Emacs for the M1 with the GUI.
servytor
  • 11
  • 2
1
vote
1 answer

How to access symbols in emacs, which are accessed normally by alt key

I tried my best to find a solution to my problem in internet. I gave up looking. I am trying learning emacs on a mac. There are symbols I normally type by using the alt key. However in emacs I do not have access to them (in my german keyboard…
Phaernos
  • 13
  • 2
1
vote
0 answers

Mac OS and possibly other GUIs: Why is default "s-g" behaving differently from "C-s" in isearch-mode

I don't really want s-g to exit the Isearch minor mode but it does. The reason this is happening to me is unclear, because investigation of the binding of s-g reveals it is supposed to be a standard isearch-repeat-forward. So it seems that Emacs has…
nate
  • 63
  • 5
1
vote
0 answers

Emacs M-x binding on Mac M1

In emacs M-x command-name can be used to invoke a command. However in Mac M1, for some reason, this is not working. Basically, I am trying option + x or M-x. Any idea about this?
Invariance
  • 111
  • 1
1
vote
1 answer

Tramp/Emacs 27 freeze on Mac

I'm facing a major issue with Tramp and Emacs 27.1 on a Mac (10.15.7), which makes it almost impossible to work on remote files ... As soon as I start to type a SSH or SCP based URL in the mini buffer (after C-x C-f), I get a dialog from the OS,…
Micl
  • 21
  • 1
1
vote
1 answer

How can I access Mac menu bar help via keyboard?

I'd like to be able to search Emacs's Mac menu bar entries using the keyboard, as you normally do in most other Mac applications using s-? (this answer suggest that it should be possible?). I've unbound s-? from calling info, but that has not…
avv
  • 1,563
  • 10
  • 24
0
votes
0 answers

Mapping Command key to Control key not working for mac

I am trying to map Command key to Control key, and Option key to Meta key in Emacs for mac. I installed using macports. I located the init file using describe-variable and user-init-file. I copied into the init file the text (when (eq system-type…
Van Latimer
  • 101
  • 2
0
votes
1 answer

Emacs on MacOS 12.5+: Commands failed with 127

I recently started working at a company that mandates we all use MacOS. I have installed emacs and would like to use my config, which leverages visual-regexp-steroids.el, but I am receiving an OS error that some executable is not found. I am not…
clo_jur
  • 101
0
votes
0 answers

mac osx how to use emacs with .rst file

use emacs 28.1 on my mac osx 14.5. I would compile restructured text file but I obtain error. CAn someone tell me the exact command I've to type to obtain it? I mean: what do I need to compile rst file other that emacs?
RenatoP
  • 121
  • 4
0
votes
1 answer

Emacs' titlebar and dialogs theme is not matching Mac OS general settings

Before starting, I'm on Mac OS Monterey (12.2.1) with M1 chip. My Emacs' version is 27.2. I made a change to let Emacs accessing my entire disk because it can't by default. I followed this article which worked because now Emacs can open any file…
0
votes
0 answers

some emacs bindings undefined on macOS

For instance, for s-! (M-! on my linux machine, running a single shell command) it says it is undefined, although s-x (M-x) works just fine (It seems like on mac it calls it s and not M?) Help am new to mac
0
votes
1 answer

How do I set path for ag for helm-do-grep-ag

I am on MacOS (darwin) and when I attempt helm-do-grep-ag I get a zsh error zsh:1: command not found: ag. What is the proper way to address this? My ag is homebrewed and so is in /usr/local/bin I verified the setting of PATH in both bash and zsh…
Chip Grandits
  • 267
  • 1
  • 6
1
2