On Mon, Oct 30, 2000 at 12:25:13PM -0800, Krzys Majewski wrote: > Anybody using xsm successfully? Do things like Emacs support it? For > example, if I've got an Emacs window with twelve hundred unsaved > buffers and I hit Ctrl-Alt-Backspace (nuking the X session), will > logging back in resume my Emacs with all its buffers? If not, why > haven't those X slackers implemented this yet! > -chris
I've used it in the past, but I don't think it'll quit do what you ask. Maybe it'll restart emacs (but emacs probably won't open all those old buffers -- unless you can configure it to do so??). Still, it's pretty nice for configuring several different session types. It would be pretty trick to be able to have a complete session freeze/thaw. I think it would require OS support to really work though. -- #! /bin/sh # ppp-address: What's my Internet Address for ppp0 ? /sbin/ifconfig ppp0 2> /dev/null | grep 'inet addr:' | sed \ 's=.*inet addr\:\([0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\).*=\1='