From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Niels Freimann Newsgroups: gmane.emacs.help Subject: Re: postscript print buffer Date: Thu, 1 May 2003 10:03:41 +0200 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <200305011003.41056.nfreimann@firemail.de> References: Reply-To: nfreimann@firemail.de NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1051776476 7597 80.91.224.249 (1 May 2003 08:07:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 1 May 2003 08:07:56 +0000 (UTC) Cc: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Thu May 01 10:07:54 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19B96g-0001yP-00 for ; Thu, 01 May 2003 10:07:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19B95u-00005b-02 for gnu-help-gnu-emacs@m.gmane.org; Thu, 01 May 2003 04:07:06 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19B95I-0008IX-00 for help-gnu-emacs@gnu.org; Thu, 01 May 2003 04:06:28 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19B94N-00081H-00 for help-gnu-emacs@gnu.org; Thu, 01 May 2003 04:05:34 -0400 Original-Received: from lmsmtp01.st1.spray.net ([212.78.202.111]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19B94H-0007po-00 for Help-gnu-emacs@gnu.org; Thu, 01 May 2003 04:05:26 -0400 Original-Received: from linux (p508129A3.dip0.t-ipconnect.de [80.129.41.163]) by lmsmtp01.st1.spray.net (Postfix) with ESMTP id 547FF1E784; Thu, 1 May 2003 10:05:20 +0200 (MEST) Original-To: Francois Fleuret User-Agent: KMail/1.4.3 In-Reply-To: X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9109 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9109 Hi Francois, thanks a lot! Have a nice day. Cheers -Niels=20 On Wednesday 30 April 2003 21:29, Francois Fleuret wrote: > Hi, > > Niels Freimann wrote on 30 Apr 2003 18:39:06 MET: > > I appreciate postscript print buffer very much, however I don't know > > how to configure larger fonts. Any idea? > > (setq ps-font-size 12) > > seems to do that sort of thing > > And have you noticed that PC keyboards have a "print" key ? This is my > > setting for ps-print: > >> (defun ps-print-in-file (filename) > >> "Prints the buffer in a postscript file" (interactive "FPS file: "= ) > >> (ps-print-buffer-with-faces filename)) > >> > >> (define-key global-map [(print)] 'ps-print-in-file) > >> (define-key global-map [(shift print)] 'ps-print-buffer-with-faces) > > So that [print] alone prints to a file (and asks for the filename > first) and [shift print] prints directly > > Regards, > > FF > _______________________________________________ > Help-gnu-emacs mailing list > Help-gnu-emacs@gnu.org > http://mail.gnu.org/mailman/listinfo/help-gnu-emacs