Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not behaiving as expected #359

Open
chookity-pokk opened this issue Aug 25, 2023 · 3 comments
Open

Not behaiving as expected #359

chookity-pokk opened this issue Aug 25, 2023 · 3 comments

Comments

@chookity-pokk
Copy link

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
Copy link

dpassen commented Aug 29, 2023

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
Copy link

dmitrym0 commented Sep 5, 2023

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
Copy link

fast-90 commented Jan 4, 2024

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.
  • Built-in org-mode hangs (although this might be my config since it doesn't happen with 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants