My two cents...
My two cents...
Posted Jul 8, 2011 1:58 UTC (Fri) by njs (subscriber, #40338)In reply to: My two cents... by dskoll
Parent article: A Firefox user plays with Chromium
I use this trick, so any time I need an emacs I instead get a frame attached to the great mother emacs process, which is transparently spawned on demand if it isn't already running: http://www.emacswiki.org/emacs/EmacsClient#toc2
(I like getting a text-mode emacs for doing things like typing commit messages, and that works with this too, you just pass -nw to emacsclient.)
When I delete the frame (which I have bound to C-x C-c), then the frame goes away and the emacsclient process returns. (There's still some message about using "C-c #" to dismiss the buffer, but I never do and it works fine.)
I've been running this way for a few months now, and so far it's all been smooth.
This thread reminds me that now that this is working, I should reconsider installing It's all Text! I never did before because the emacs startup overhead was too annoying :-)
Posted Jul 8, 2011 15:09 UTC (Fri)
by alex (subscriber, #1355)
[Link]
emacsclient?