From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: emacs 21.3.1 printing on Intel/Linux Date: Wed, 26 Jan 2005 06:42:21 +0200 Message-ID: <01c50361$Blat.v2.4$91cefe20@zahav.net.il> References: <41f58c46_2@news1.prserv.net> <41f6bbc4_4@news1.prserv.net> NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1106714965 659 80.91.229.6 (26 Jan 2005 04:49:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Jan 2005 04:49:25 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 26 05:49:19 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ctf7G-0006fN-00 for ; Wed, 26 Jan 2005 05:49:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CtfJY-0008Le-Ow for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Jan 2005 00:02:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CtfIs-0008Dp-Dz for help-gnu-emacs@gnu.org; Wed, 26 Jan 2005 00:01:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CtfIk-0008AS-Oj for help-gnu-emacs@gnu.org; Wed, 26 Jan 2005 00:01:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CtfIk-00089o-NF for help-gnu-emacs@gnu.org; Wed, 26 Jan 2005 00:01:10 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ctf4A-00055U-1C for help-gnu-emacs@gnu.org; Tue, 25 Jan 2005 23:46:06 -0500 Original-Received: from zaretski (IGLD-83-130-211-151.inter.net.il [83.130.211.151]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id AJO17535 (AUTH halo1); Wed, 26 Jan 2005 06:46:00 +0200 (IST) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.4 In-reply-to: <41f6bbc4_4@news1.prserv.net> (kgold@watson.ibm.com) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:23638 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23638 > From: kgold@watson.ibm.com (kgold) > Date: 25 Jan 2005 21:36:04 GMT > > ps yielded many hits, but nothing obvious to do with printing. header > and footer yielded nothing. > > Could you be (much) more specific, please. Could _you_ be more specific? What does ``yielded nothing'' mean? What command(s) did you use and how, exactly? The following command: fgrep -e defcustom ps-print.el | fgrep -e header -e footer yielded 24 hits (using GNU Grep). You will get similar results if you visit ps-print.el and use "M-x occur" with a suitable regexp to find defcustom's whose names contain "header" or "footer". Another way to do that would be to "M-x load-library RET ps-print RET" and then use "M-x apropos-variable ps.*\(header\|footer\) RET". Okay?