home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / emacs / help / 4105 < prev    next >
Encoding:
Text File  |  1992-09-12  |  1015 b   |  27 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!spool.mu.edu!agate!dog.ee.lbl.gov!hellgate.utah.edu!fcom.cc.utah.edu!fcom.cc.utah.edu!alexeev
  3. From: alexeev@math.utah.edu (Valery A. Alexeev)
  4. Subject: lpr-buffer
  5. Message-ID: <ALEXEEV.92Sep12164701@solitude.math.utah.edu>
  6. Sender: news@fcom.cc.utah.edu
  7. Organization: Department of Mathematics, University of Utah
  8. Distribution: gnu
  9. Date: 12 Sep 92 16:47:01
  10. Lines: 15
  11.  
  12. This might be a very simple question but I couldn't figure it myself
  13. whatever I tried it was wrong.
  14. I cannot print anything from within emacs using M-x lpr-buffer or M-x
  15. lpr-region. Reason: when I normally print text files, I have to
  16. convert them to Postscript first, so I type something like
  17.  
  18. lptops -backwards | lpr -Pjwb120 file.txt
  19.  
  20. So I tried to change lpr-command in lpr.el from "lpr" to
  21. "lptops -backwards | lpr" and lpr-switches to "-Pjwb120", well it
  22. does't know the program "lptops -backwards | lpr", so it won't work.
  23.  
  24. Would some kind soul point me the solution ?
  25.  
  26. V.
  27.