railwaycat / homebrew-emacsmacport

Emacs mac port formulae for the Homebrew package manager
BSD 2-Clause "Simplified" License
1.68k stars 126 forks source link

Not behaiving as expected #359

Open chookity-pokk opened 1 year ago

chookity-pokk commented 1 year ago

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.

brew tap railwaycat/emacsmacport
brew install emacs-mac

Version: 29.1

OS: 13.5.1 on a Macbook Pro (M2)

dpassen commented 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.

dmitrym0 commented 1 year ago

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
fast-90 commented 10 months ago

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:

Version: 29.1

OS: 14.2.1 on a Macbook Pro (M3 Pro)