From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "tcp" Newsgroups: gmane.emacs.help Subject: More emacs print question Date: Sun, 13 Oct 2002 04:05:35 GMT Organization: home Sender: help-gnu-emacs-admin@gnu.org Message-ID: Reply-To: "tcp" NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1034482537 5285 127.0.0.1 (13 Oct 2002 04:15:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 13 Oct 2002 04:15:37 +0000 (UTC) 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 180aAC-0001N0-00 for ; Sun, 13 Oct 2002 06:15:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 180a5w-0005vD-00; Sun, 13 Oct 2002 00:11:12 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!nntp-server.caltech.edu!attla2!ip.att.net!attbi_feed3!attbi.com!rwcrnsc51.ops.asp.att.net.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Original-NNTP-Posting-Host: 12.237.94.130 Original-X-Complaints-To: abuse@attbi.com Original-X-Trace: rwcrnsc51.ops.asp.att.net 1034481935 12.237.94.130 (Sun, 13 Oct 2002 04:05:35 GMT) Original-NNTP-Posting-Date: Sun, 13 Oct 2002 04:05:35 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:105993 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2540 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2540 Hi, I'm trying to print some c++/java files using emacs print from the command line with no avail. Can someone please help. Here is what I did: emacs -batch -f ps-print-buffer MyProg.cpp It would only print the *SCRATCH* buffer. TIA. --- tcp