From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7d86aabde69e3f9b1dfe81e6900913ec@plan9.ucalgary.ca> To: 9fans@cse.psu.edu Subject: Re: [9fans] getting mail working From: mirtchov@cpsc.ucalgary.ca In-Reply-To: <6f13965d0ffa470f8dcaf5847d28ca7c@caldo.demon.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 9 Sep 2003 23:38:17 -0600 Topicbox-Message-UUID: 30572b0a-eacc-11e9-9e20-41e7f4b1d025 [...] > before shutting down each time i do a Dump, which allows me to pick up [...] when using my laptop (and generally everywhere else, since I've gotten used to it) I like to run a separate acme session for reading mail in the background, giving me more desktop real estate for code. the way to do this is to start acme's Mail once and dump the window into a file, say acmemail.dump. then create a function in my profile that runs acme and starts Mail off the dump file. in my case it's: fn amail { acme -l $home/acmemail.dump } at this point you can safely cover the Mail acme window with other stuff -- just right-click on the face of the new mail arriving to bring it back on top. one slight issue with this is that you need to start a second 'plumber' before running acme again, otherwise messages and files will open in both acme sessions. this won't cause any trouble for the editor itself... andrey