all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* command-line emacs tops out at 16384?
@ 2003-06-30  3:13 Sanford Selznick
  2003-06-30 16:55 ` Kevin Rodgers
  0 siblings, 1 reply; 3+ messages in thread
From: Sanford Selznick @ 2003-06-30  3:13 UTC (permalink / raw)


I've created a file "/tmp/test" that contains 20000 characters.  If I 
execute the following command on it from a console only the first 16384 
characters are input.

Why is this?

This is supposed to execute c-style wrapping on /tmp/test, and works 
great for file lengths < 16384.

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))'

Thank you,
  Sanford

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-07-01  6:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-30  3:13 command-line emacs tops out at 16384? Sanford Selznick
2003-06-30 16:55 ` Kevin Rodgers
2003-07-01  6:43   ` Harry Putnam

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.