[gnu.emacs.bug] problem with process-send-string with long string to send

TRANLE@INTELLICORP.COM (Minh Tran-Le) (02/24/90)

I have been using emacs-18.55 on multiple platforms (hp, suns, ps2 ...)
and I have notice that the emacs function 'process-send-string' cannot
send to the subprocess any strings longer than ~ 760 characters long.

Does anybody known where that limitation come from ?

It is sort of anoying because when you use packages such as cmulisp, you cannot
do a 'compile region' or 'compile defun' of function of decent size.

Thanks, Tran Le.

-------

shin@sgtp.apple.JUICE (Sugou Shinichirou) (02/27/90)

In article <9002240517.AA27046@life.ai.mit.edu> TRANLE@INTELLICORP.COM (Minh Tran-Le) writes:

   and I have notice that the emacs function 'process-send-string' cannot
   send to the subprocess any strings longer than ~ 760 characters long.

   Does anybody known where that limitation come from ?

EmacsLisp manual says:

  The kernel may fail if you send more characters than it will hold in
an input buffer.  If necessary, use a temporary file, and send a program
to read it.
--
CAUTION: (1) If you are out of Japan, reply-command in the news system
             may NOT generate my address correctly.
             Please use the following address instead.

               shin%sgtp.apple.juice.or.jp@uunet.uu.net

         (2) I have no relation to Apple Computer Inc. :-)
S.Sugou