George Plymale II
George Plymale II
@aiguofer @jdtsmith Yes, sorry about that. The way I've worked around this issue is by using the [mac-pseudo-daemon package](https://github.com/DarwinAwardWinner/mac-pseudo-daemon) which I mentioned in the article.
@jdtsmith Perhaps you can bind Cmd-Q to `save-buffers-kill-emacs`? In any case, I'm glad it worked for you otherwise.
@jdtsmith Ah, I see. Got it. No worries, everyone has their own preferences. Personally I don't bind Cmd-Q to `save-buffers-kill-emacs`, but I use Cmd-Ctrl-Q instead. Also you're right about tabs...
@Cumol I have no problems with `emacsclient --create-frame` when I use the mac-pseudo-daemon package which I mentioned above.
@ywwry66 Sorry for the delayed response. I never run `emacs --daemon` anymore with this patch. Instead, I use a package called [mac-pseudo-daemon](https://github.com/DarwinAwardWinner/mac-pseudo-daemon). I wrote a blog article dealing with the...
Has anyone else found any other solutions to this problem? I've run into the same issue, except that when I type `M-x redraw-display`, nothing happens - it stays frozen. I'm...
@TwentyFourD Unfortunately, I can't use the Homebrew formula, because I apply a few [minor](https://ylluminarious.github.io/2019/05/23/how-to-fix-the-emacs-mac-port-for-multi-tty-access/) [patches](https://goykhman.ca/gene/blog/2020/2020-12-06-emacs-27-multi-tty-patch.html) to my own build. The problem, however, seems uncannily similar in its symptoms, so I'm...
@TwentyFourD Thanks a lot for your advice! I finally tried running the railwaycat Homebrew tap, and you're correct, my patch is included in the formula here. I've been running for...
Darn, it seems like I might have spoken too soon. A day after I posted my above comment, I decided to reboot my machine. That night, I ran into this...
I was able to get `fuse-ext2` to compile just fine with Macports. All I needed was to install these ports: ``` # port install e2fsprogs # port install libtool ```...