From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: font size Date: Fri, 29 Jul 2005 17:07:24 +0300 Message-ID: References: <87wtnab5oa.fsf@wash.edu> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1122646663 24832 80.91.229.2 (29 Jul 2005 14:17:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 29 Jul 2005 14:17:43 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 29 16:17:36 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DyVfh-0000Pj-1d for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Jul 2005 16:17:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DyViB-0003yu-VF for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Jul 2005 10:19:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DyVf4-0001oi-86 for help-gnu-emacs@gnu.org; Fri, 29 Jul 2005 10:16:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DyVex-0001kS-29 for help-gnu-emacs@gnu.org; Fri, 29 Jul 2005 10:16:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DyVev-0001fY-6j for help-gnu-emacs@gnu.org; Fri, 29 Jul 2005 10:16:21 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DyVho-0008FB-Di for help-gnu-emacs@gnu.org; Fri, 29 Jul 2005 10:19:20 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-250-73.inter.net.il [83.130.250.73]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id BZG61386 (AUTH halo1); Fri, 29 Jul 2005 17:07:25 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org In-reply-to: <87wtnab5oa.fsf@wash.edu> (message from Baloff on 29 Jul 2005 14:24:37 +1000) 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: news.gmane.org gmane.emacs.help:28279 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28279 > From: Baloff > Date: 29 Jul 2005 14:24:37 +1000 > > I am trying to change the font size. > after reading in info info on how to seach the info. I was able to > find in info emacs ps-font-size should do it. > > but when I type ps in the mini buffer I get > > Possible completions are: > ps-despool ps-line-lengths > ps-mode ps-nb-pages-buffer > ps-nb-pages-region ps-print-buffer > ps-print-buffer-with-faces ps-print-customize > ps-print-region ps-print-region-with-faces > ps-spool-buffer ps-spool-buffer-with-faces > ps-spool-region ps-spool-region-with-faces > > nothing about font size. Try loading ps-print first, like this: M-x load-library RET ps-print RET and then try typing "ps TAB" again. (Some variables are only defined when the respective package is loaded into Emacs.) Btw, ps-font-size is only for the ps-print feature, it will not affect the fonts used for display. Are you sure this is what you need?