On Fri, Dec 17, 2010 at 7:20 PM, Zach Beane xach@xach.com wrote:
There are a lot of different ways. I use GNU screen http://www.gnu.org/software/screen/ to detach/reattach from interactive sessions running Emacs and slime attached to the Lisp webserver running http://wigflip.com/.
A modern, well-maintained alternative to GNU screen is tmux (http://tmux.sourceforge.net/). I switched to tmux as GNU screen sometimes locks up sessions.
-Hans