Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!uunet!zephyr.ens.tek.com!uw-beaver!cornell!batcomputer!swb From: swb@chumley.tn.cornell.edu (Scott Brim) Newsgroups: comp.mail.mh Subject: Re: mh and sequences Message-ID: Date: 21 Dec 90 15:11:34 GMT References: <4eb69609.20b6d@apollo.HP.COM> <5519@rossignol.Princeton.EDU> Sender: news@batcomputer.tn.cornell.edu Organization: /mu/swb/.organization Lines: 19 In-Reply-To: tr@samadams.princeton.edu's message of 20 Dec 90 22:34:44 GMT Nntp-Posting-Host: chumley.tn.cornell.edu In article <5519@rossignol.Princeton.EDU> tr@samadams.princeton.edu (Tom Reingold) writes: for i in `pick select` do echo -n 'message $i: ' read junk show $i done ... The problem with doing this is that you are forced to serialize, you can't pick and choose out of the sequence(s) selected. The only satisfying solution I can find is to front-end MH with GNU emacs, or maybe XMH, although I like the GNU emacs front-end environment better. (I know someone who converted to mush because he didn't have anything X-capable, he didn't want to learn emacs, and he couldn't stand not being able to pick and choose out of a selected list of messages!) Scott