From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rami A Newsgroups: gmane.emacs.help Subject: postscript printing in emacs Date: Wed, 19 Jun 2013 16:46:09 -0700 (PDT) Message-ID: <34388c9b-86fc-4f47-9a7b-1601f10c8ac0@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1371686695 30676 80.91.229.3 (20 Jun 2013 00:04:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Jun 2013 00:04:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 20 02:04:56 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UpSMy-0008Lw-LN for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Jun 2013 02:04:56 +0200 Original-Received: from localhost ([::1]:35600 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpSMy-000479-7N for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Jun 2013 20:04:56 -0400 X-Received: by 10.224.200.202 with SMTP id ex10mr5373621qab.8.1371685569714; Wed, 19 Jun 2013 16:46:09 -0700 (PDT) X-Received: by 10.50.131.135 with SMTP id om7mr271428igb.7.1371685569512; Wed, 19 Jun 2013 16:46:09 -0700 (PDT) Original-Path: usenet.stanford.edu!bw2no2351625qab.0!news-out.google.com!y6ni3510qax.0!nntp.google.com!j2no886315qak.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=148.87.19.194; posting-account=HZ4YzgoAAABkTSCruZ7Bs4hufjlOUmBF Original-NNTP-Posting-Host: 148.87.19.194 User-Agent: G2/1.0 Injection-Date: Wed, 19 Jun 2013 23:46:09 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:199348 X-Mailman-Approved-At: Wed, 19 Jun 2013 20:04:13 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91612 Archived-At: Hi all, I have aliased pw to be: mp -l -s "\!*" <\!* | lp which prints buffers in a nice format 2 pages on each printed page in landscape. But I have to do that from a shell. How do I incorporate this functionality in emacs so I could choose a region or simply print the whole buffer using "postscript print from buffer/region" from inside emacs?