From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Redirecting standard output Date: Thu, 21 Apr 2011 12:29:10 -0400 Message-ID: References: <83oc402ky4.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1303403361 25240 80.91.229.12 (21 Apr 2011 16:29:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Apr 2011 16:29:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 21 18:29:16 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QCwkl-0002Aj-7C for ged-emacs-devel@m.gmane.org; Thu, 21 Apr 2011 18:29:15 +0200 Original-Received: from localhost ([::1]:46412 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCwkk-0007L0-MW for ged-emacs-devel@m.gmane.org; Thu, 21 Apr 2011 12:29:14 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:59486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCwki-0007Ko-SW for emacs-devel@gnu.org; Thu, 21 Apr 2011 12:29:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCwkh-0001gp-VH for emacs-devel@gnu.org; Thu, 21 Apr 2011 12:29:12 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:60524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCwkh-0001gl-Tt for emacs-devel@gnu.org; Thu, 21 Apr 2011 12:29:11 -0400 Original-Received: from localhost ([127.0.0.1]:34223) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCwkg-0000m8-JT; Thu, 21 Apr 2011 12:29:10 -0400 X-Spook: clones Maple MIT-LL Mena Ortega Mafia 9/11 quarter X-Ran: 6}D:@?Bf0GKif=5Tz!L@Ryn2Hh.bM``-gzG"ym]hXw&ZZ6OvPL/qJr`./}agsW@ZChUY;( X-Hue: yellow X-Attribution: GM In-Reply-To: (Lars Magne Ingebrigtsen's message of "Thu, 21 Apr 2011 15:25:29 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:138617 Archived-At: Lars Magne Ingebrigtsen wrote: > However, redirecting STDERR to a buffer seems like it would be quite > complicated, unfortunately. That's what the elisp manual says: Creating a Synchronous Process [...] You can't directly specify a buffer to put the error output in; that is too difficult to implement.