alanthird@alien.topBtoEmacs@communick.news•How do I wait for resize events to finish in elisp?English
1·
1 year agoI think you can do (sit-for 0) which will force a redisplay, after which, hopefully, your frame will be resized.
I think you can do (sit-for 0) which will force a redisplay, after which, hopefully, your frame will be resized.
What exactly are you doing here?
Presumably you’re running Emacs on a remote, Linux, server, and trying to display it locally using XQuartz over ssh X forwarding?
If so then the locally installed version of Emacs is irrelevant. It’s not used in any way. You want to look at the version of Emacs installed on the remote server.
As u/fiddlerwoaroof said, you need to install lucid emacs on the server.
If you just want to run it locally on your Mac then forget about X, install the brew version and it’ll Just Work. But it sounds like you already have that working.