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

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

Re: command-line emacs tops out at 16384?


From: Kevin Rodgers
Subject: Re: command-line emacs tops out at 16384?
Date: Mon, 30 Jun 2003 10:55:55 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

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:&lt;kevin.rodgers&#64;ihs.com&gt;";>Kevin Rodgers</a>



reply via email to

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