Excerpts from William Morgan's message of Mon Feb 18 15:34:42 +0100 2008: > Reformatted excerpts from Marko Myllymäki's message of 2008-02-18: > > Is it possible to change where sup saves the messages under editing? > > Sup just crashed and I lost quite a long message editing in /tmp/ ;) > > > > I'd like the edited messages be saved to .sup/editing/* > > Just because it's in /tmp doesn't mean it's automatically deleted, does > it? (Except maybe at system startup.)
If you're using Tempfile then closing the file, delete it. And closing the process can force it to close it's files. I've locally workaround this problem by defining a custom script that keep a copy in ~/tmp as the sup editor. Regards, -- Nicolas Pouillard aka Ertai
signature.asc
Description: PGP signature
_______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
