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

Emacs fails to display screen on graphics #1533

Open
iwahbe opened this issue Aug 5, 2019 · 11 comments
Open

Emacs fails to display screen on graphics #1533

iwahbe opened this issue Aug 5, 2019 · 11 comments

Comments

@iwahbe
Copy link

iwahbe commented Aug 5, 2019

Screen Shot 2019-08-04 at 10 08 55 PM

I did my first load and build following the given instructions:
$ brew install gnutls texinfo autoconf
$ ./autogen.sh
$ ./configure --enable-rust-debug
$ make
$ RUST_BACKTRACE=1 src/remacs -q

I didn't see any error messages, but I only get the blank screen. The graphics window is responsive. I can do things like M-x and the top of the screen changes from*GNU Emacs* to *Minibuf-1*. The scroll bars appear and scroll, and I can use them to derive I can split windows using M-x 2 and M-x 3.
I have not seen a working version, so I can't give a full repo. I'm running a 2016 13-inch mac book pro on macOS Mojave 10.14.5 (18F132). I would be happy to provide any other info, if requested.

@shaleh
Copy link
Collaborator

shaleh commented Aug 6, 2019

to test safely it is src/remacs -Q that is a capital Q not a lower case q.

I just did a build on 10.13.6 all is well here. We had issues on Mojave a little while back but I thought they were resolved.

@iwahbe
Copy link
Author

iwahbe commented Aug 6, 2019

I just repeated the test with src/remacs -Q. I got the same result.

@benreyn
Copy link

benreyn commented Aug 14, 2019

I am getting the same thing on my local build. I can run elisp in batch mode but there is no display.

@shaleh
Copy link
Collaborator

shaleh commented Aug 14, 2019

Grumble. Looks like we need to do something for the current MacOS. I have avoid upgrading due to work apps as well.

@scoiatael
Copy link
Contributor

FYI there's no problem with upstream as of emacs-mirror/emacs@da0f8db - the weird thing is there's nothing in logs nor trace. I'll try merging upstream locally and see if that helps :)

@darrenkenny
Copy link

I'm seeing this too, and it looks very similar to the issue #895 too, which was meant to have been fixed, but seems to be back again.

I am seeing this on macOS 10.14.6 and using the latest master branch as of Dec 13.

@skoji
Copy link

skoji commented Jan 3, 2020

Same here with macOS 10.15.2 using latest master (239a4fb).

@shaleh
Copy link
Collaborator

shaleh commented Jan 6, 2020

I have started work on what is turning out to be a massive PR that will bring us towards the top of Emacs 26. I am not sure yet how to break it up into manageable pieces. I might post the whole thing and we can all find a way to make it work.

@r4ravi2008
Copy link

r4ravi2008 commented Jan 27, 2020

still facing the same issue, any update on this?

@r4ravi2008
Copy link

For anyone still having this issue, starting like this in terminal works fine for me:
src/remacs -nw
I am using doom config with remacs and it works too..

@shaleh
Copy link
Collaborator

shaleh commented Feb 9, 2020

There are fixes we have not been able to port to remacs yet. Sorry for the frustration.

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

7 participants