Open chookity-pokk opened 1 year ago
IIRC, the full-screen button doesn't behave as you expect if menu-bar-mode is disabled. Consider re-enabling that if its disabled in your config.
I had a similar issue, Emacs wasn't focusing. Building like so seemed to help:
brew install emacs-mac --with-imagemagick --with-no-title-bars --with-starter --with-modern-icon --with-imagemagick --with-modules --with-emacs-sexy-icon
I have similar issues as well. In particular, just installing with "brew install emacs-mac" (i.e. without flags) resulted in the issue where all my keyboard inputs were written in the terminal in stead of Emacs. Installing with the flags provided by @dmitrym0 solved this issue, but now I am facing some other issues:
emacsclient
is not working. I can run emacs --daemon
just fine, but emacsclient -nc
does not pop up any window.emacs -Q
, though strangely I don't have this issue with emacs-plus for example).Version: 29.1
OS: 14.2.1 on a Macbook Pro (M3 Pro)
Sorry for the vague title but there are a few problems that showed up and I wanted them to be in one place in the event they're all related. Emacs doesn't show up when I run
Command-SPACE
and type it in.When I launch it from the terminal with
emacs
it launches just fine but any text I write is instead written in the terminal.I also can't make it full screen, it only expands vertically when I hit the full screen button (the green one in the header and double clicking the header). I am able to manually expand it horizontally but when I hit the full screen button afterwards it goes back to being tall and skinny, no matter the set width.
Install: Followed the two steps from the readme.
Version: 29.1
OS: 13.5.1 on a Macbook Pro (M2)