Message-Id: <199710081903.EAA22539@mail.st.rim.or.jp> From: "Daisuke Aoyama" To: " Cc: ", "DJGPP ML" Subject: Re: emacs problems Date: Thu, 9 Oct 1997 04:01:18 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Precedence: bulk Sorry about previous empty mail. >> Is bash limited to 126-character command lines like COMMAND.COM? > >Are you using the DJGPP port of Bash? If so, it is not limited to 126 >characters. I have just tried "etags *.el" on my machine under Bash, >and it worked. > >> If not, what is its limit? > >the limit is 16K bytes minus the size of your environment (more, if >you stubedit bash.exe and enlarge its transfer buffer size beyond the >default 16KB). This is further explained in section 16.4 of the DJGPP >FAQ list. The real limit is not 16KB. If the program evalutes very long command line in the response file, it runs under bash with unlimited command line at bash prompt. But you may get an error caused by stack overflow before the limit. Daisuke Aoyama jack AT st DOT rim DOT or DOT jp