From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: kgold@watson.ibm.com (kgold) Newsgroups: gmane.emacs.help Subject: Re: emacs 21.3.1 printing on Intel/Linux Date: 26 Jan 2005 15:05:09 GMT Organization: IBM T.J. Watson Research Center Message-ID: <41f7b1a5$1_3@news1.prserv.net> References: <41f58c46_2@news1.prserv.net> <41f6bbc4_4@news1.prserv.net> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1106751647 31869 80.91.229.6 (26 Jan 2005 15:00:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Jan 2005 15:00:47 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 26 16:00:22 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 1Ctoeb-0005Pd-00 for ; Wed, 26 Jan 2005 16:00:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ctoqv-00064S-4P for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Jan 2005 10:13:05 -0500 X-Newsreader: xrn 9.02 Original-Newsgroups: gnu.emacs.help Original-NNTP-Posting-Host: yktgi01e0-s5.watson.ibm.com Original-X-Trace: 26 Jan 2005 15:05:09 GMT, yktgi01e0-s5.watson.ibm.com Original-Lines: 25 Original-X-Complaints-To: abuse@prserv.net Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news4.google.com!news.glorb.com!newscon02.news.prodigy.com!newscon06.news.prodigy.com!prodigy.net!feedeast.aleron.net!newsfeed.yul.equant.net!newsfeed.us.prserv.net!prserv.net!news1.prserv.net!alpha.watson.ibm.com!kgold Original-Xref: shelby.stanford.edu gnu.emacs.help:128152 Original-To: help-gnu-emacs@gnu.org 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:23651 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23651 "Eli Zaretskii" writes: > > 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". Thanks. The trick was to load ps-print. After that, the customize options appeared, as did the ps-print-headers variable.