From: "Stefan Monnier <foo@acm.com>" <monnier+gnu.emacs.help/news/@flint.cs.yale.edu>
Subject: Re: More emacs print question
Date: 13 Oct 2002 10:12:00 -0400 [thread overview]
Message-ID: <5l4rbqe8cv.fsf@rum.cs.yale.edu> (raw)
In-Reply-To: ji6q9.22933$Fz.55950@rwcrnsc51.ops.asp.att.net
> 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
next prev parent reply other threads:[~2002-10-13 14:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-13 4:05 More emacs print question tcp
2002-10-13 14:12 ` Stefan Monnier <foo@acm.com> [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-10-16 1:15 tcp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5l4rbqe8cv.fsf@rum.cs.yale.edu \
--to=monnier+gnu.emacs.help/news/@flint.cs.yale.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).