From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: command-line emacs tops out at 16384?
Date: Mon, 30 Jun 2003 10:55:55 -0600 [thread overview]
Message-ID: <3F006B9B.7050803@yahoo.com> (raw)
In-Reply-To: see-3C3BC8.20135829062003@news.west.cox.net
Sanford Selznick wrote:
> emacs -batch -eval '(find-file "/tmp/test")' -eval '(c-mode)' -eval
> '(indent-region (point-min) (point-max) nil)' -eval '(save-buffer)'
> -eval '(kill-buffer (current-buffer))'
I can't answer your question, but just want to point out that can be
simplified:
emacs --batch \
"/tmp/test" \
-f c-mode \
--eval '(indent-region (point-min) (point-max) nil)' \
-f save-buffer
--
<a href="mailto:<kevin.rodgers@ihs.com>">Kevin Rodgers</a>
next prev parent reply other threads:[~2003-06-30 16:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-30 3:13 command-line emacs tops out at 16384? Sanford Selznick
2003-06-30 16:55 ` Kevin Rodgers [this message]
2003-07-01 6:43 ` Harry Putnam
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=3F006B9B.7050803@yahoo.com \
--to=ihs_4664@yahoo.com \
/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).