From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.windows,gmane.emacs.help Subject: Re: Emacs gdb interface Date: Wed, 21 Mar 2012 20:51:21 +0200 Message-ID: <83ehsl23fa.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1332355894 23796 80.91.229.3 (21 Mar 2012 18:51:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 21 Mar 2012 18:51:34 +0000 (UTC) To: help-emacs-windows@gnu.org, help-gnu-emacs@gnu.org Original-X-From: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Wed Mar 21 19:51:33 2012 Return-path: Envelope-to: gnu-help-emacs-windows@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SAQdA-0008Qw-M0 for gnu-help-emacs-windows@m.gmane.org; Wed, 21 Mar 2012 19:51:32 +0100 Original-Received: from localhost ([::1]:52070 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAQdA-0002TP-3o for gnu-help-emacs-windows@m.gmane.org; Wed, 21 Mar 2012 14:51:32 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAQcz-00028e-NX for help-emacs-windows@gnu.org; Wed, 21 Mar 2012 14:51:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAQcx-0000Zk-PO for help-emacs-windows@gnu.org; Wed, 21 Mar 2012 14:51:21 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:55635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAQcx-0000Z9-9I; Wed, 21 Mar 2012 14:51:19 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M190080008BSI00@a-mtaout22.012.net.il>; Wed, 21 Mar 2012 20:51:16 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.228.0.19]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M19007H40DFR1T0@a-mtaout22.012.net.il>; Wed, 21 Mar 2012 20:51:16 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 X-BeenThere: help-emacs-windows@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion forum for users of the GNU Emacs port to Windows List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Original-Sender: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.windows:5319 gmane.emacs.help:84075 Archived-At: > Date: Wed, 21 Mar 2012 08:33:40 +0100 > From: Dani Moncayo > Cc: help-emacs-windows@gnu.org, help-gnu-emacs@gnu.org > > > There is no newline in the intended output, so perhaps the output isn't > > flushed yet. Does it appear if you step through the rest of the program? > > I've tried it and not, it never appears, even after I've reached the > end of the program. If you add the newline, the output appears at the end, but not in the input/output buffer. If there's no newline, I wouldn't expect the output to appear at all, in such a short program, since standard output redirected to pipes is fully-buffered on Windows, not line-buffered as on Posix systems.