Questions tagged [emacs-mac-port]
For questions concerning the emacs-mac version of emacs, maintained by Mitsuharu Yamamoto, which supports certain Mac-specific features not supported in the official GNU emacs.
17 questions
0 votes
0 answers
42 views
Daemons and ghosts on MacOS Sequoia rendering emacs almost unuseable
I am trying to incorporate the emacs daemon into my workflow to eliminate startup times and keep emacs running in the background even when the app is not open. For a while I was doing this manually (...
2 votes
2 answers
176 views
Nordic characters rendered incorrectly in non-file buffers
I am having trouble with nordic characters (å, ä and ö) not rendering correctly in Emacs. In text files, they render correctly, but in dired and other non-file buffers (like counsel-find-file) they ...
1 vote
1 answer
132 views
PDF appears very dark when viewed in DocView on MacOS
When I view PDFs in Emacs using DocView, they appear much darker than they should: I am not sure why this happens -- I haven't changed any settings related to DocView or enabled any minor modes that ...
0 votes
0 answers
1k views
Transparent title-bar not really transparent on Emacs 26.1
I'm using the emacs-mac port installed via Homebrew in macOS 10.14.4. (I installed it with the flag --with-natural-title-bar). I enabled the transparent title bar feature with defaults write org.gnu....
2 votes
1 answer
892 views
Unable to use emacsclient with emacs server when running mac port of emacs
I am running the mac port version of emacs that I installed via homebrew (see here). I'm also trying to run the Emacs server to avoid long startup times. To do this, I first run the server: /...
1 vote
1 answer
367 views
How to get rid of strange tab in "emacs-mac" frame
On macOS High Sierra I have install the "emacs-mac" Emacs port via homebrew. The Emacs version now is 25.3.3. When starting up Emacs I get this strange tab in my Emacs frame: I have set the Document ...
2 votes
1 answer
445 views
How to detect Emacs Mac Port in Elisp?
I recently explored the Emacs Mac Port developed by Yamamoto Mitsuharu. It feels great and I would like to try using it instead of vanilla GNU Emacs. However, I have some code in my init files which ...
0 votes
1 answer
225 views
How can I get Emacs to launch new frame when a file is dropped onto the Dock icon?
I have Emacs installed with brew install emacs-mac --HEAD --with-cocoa --with-gnutls --with-librsvg --with-imagemagick. I have the final .app binary in the OS X Dock. If I drag a file onto the Dock ...