Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!swrinde!gem.mps.ohio-state.edu!uakari.primate.wisc.edu!caesar.cs.montana.edu!ogccse!schaefer From: schaefer@ogccse.ogc.edu (Barton E. Schaefer) Newsgroups: comp.mail.mush Subject: Re: mp -m and mush Message-ID: <5729@ogccse.ogc.edu> Date: 20 Nov 89 18:05:51 GMT References: <2909@taux01.UUCP> Reply-To: schaefer@ogccse.UUCP (Barton E. Schaefer) Organization: Oregon Graduate Institute (formerly OGC), Beaverton, OR Lines: 31 In article <2909@taux01.UUCP> crehta@taux01.nsc.com (Ran Ever-Hadani) writes: } A request from mush.Gods: } } Is it possible to add an option to disable the pagefeeds } mush inserts between messages in a multi-message lpr? No. However, we do plan to eliminate the formfeeds and add an option to put them back. :-) } In my print_cmd, I use mp 2.3, which has a -m option to deal } with multi-message printing. When fed to mp -m, The added } pagefeeds cause a blank page to be inserted between each } two messages in the output. Use the cmd facility to change "lpr" so it uses "pipe". The "pipe" command writes multiple messages in the same way that lpr does, but without inserting the form feeds. Hence you might do cmd lpr 'pipe \!* "$print_cmd"' which will enable you to use a much simpler $print_cmd. (BTW, the "lpr" command and $print_cmd variable may actually go away in future releases, because the "pipe" command offers a much more general way to access lpr and other unix software tools.) -- Bart Schaefer "Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has schaefer@cse.ogi.edu tried to contact us." -- Calvin (used to be cse.ogc.edu)