help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: More emacs print question


From: Stefan Monnier <address@hidden>
Subject: Re: More emacs print question
Date: 13 Oct 2002 10:12:00 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>     emacs -batch -f ps-print-buffer MyProg.cpp

The options are executed sequentially, so first you start Emacs
in batch mode, then you call ps-print-buffer and after that you
load the file.  Try instead:

   emacs -batch MyProg.cpp -f ps-print-buffer


-- Stefan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]