Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • This doesn't seem to work as expected either. At first glance, it appears to open as many panes with emacsclient as needed, but if I attempt to kill a sway/i3 window with one of them by using the macro such as Mod+Shift+Q instead of closing the emacsclient the emacs way C - x C - c, all other emacsclients freeze and I am forced to kill the emacs daemon. Both ways close the window immediately, but only the emacs way exits gracefully. Also, it puts my emacsdaemon's CPU usage at 100% Commented Apr 3, 2019 at 19:27
  • Also when using this method after mucking around with opening and closing new windows, upon trying any key macros I get the emacs message Wrong type argument: terminal-live-p, #<Frame F5 0x456ed50> Commented Apr 3, 2019 at 19:35
  • Maybe there's a problem with your init file. Have you tried running Emacs without it? Commented Apr 3, 2019 at 19:35
  • Well I that seems to solve it. Thats a shame, because the GUI emacs works fine. And my .emacs.el file is some 2000 lines =( Commented Apr 3, 2019 at 19:58
  • You can use binary search to find the culprit. Commented Apr 3, 2019 at 20:10