From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: possible `with-current-buffer' bug Date: Mon, 07 Feb 2011 05:16:16 -0500 Message-ID: References: <87mxm9rnbw.fsf@escher.home> <87oc6onsic.fsf@member.fsf.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1298104413 19277 80.91.229.12 (19 Feb 2011 08:33:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 19 Feb 2011 08:33:33 +0000 (UTC) Cc: tassilo@member.fsf.org, help-gnu-emacs@gnu.org To: Le Wang Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 07 11:17:18 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PmO9m-0002vn-E3 for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Feb 2011 11:17:18 +0100 Original-Received: from localhost ([127.0.0.1]:38612 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmO9l-0003Yh-ML for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Feb 2011 05:17:17 -0500 Original-Received: from [140.186.70.92] (port=52764 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmO8p-0003XV-RS for help-gnu-emacs@gnu.org; Mon, 07 Feb 2011 05:16:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmO8o-0000he-Nk for help-gnu-emacs@gnu.org; Mon, 07 Feb 2011 05:16:19 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:36412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmO8m-0000gx-Bt; Mon, 07 Feb 2011 05:16:16 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1PmO8m-0004gQ-AL; Mon, 07 Feb 2011 05:16:16 -0500 In-reply-to: (message from Le Wang on Mon, 7 Feb 2011 17:23:09 +0800) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79212 Archived-At: > Date: Mon, 7 Feb 2011 17:23:09 +0800 > From: Le Wang > Cc: help-gnu-emacs@gnu.org > > I'm not sure what the command line length limit is for other OS, but on > Vista, it's pretty short. How short is "pretty short"? It should be 32K if we invoke commands directly, or 8K if we do that through a Windows shell (which should only happen if there's a pipe in the command).