From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: flush_pending_output on msdos and w32 Date: Fri, 01 Oct 2010 11:14:30 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1285946262 2990 80.91.229.12 (1 Oct 2010 15:17:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Oct 2010 15:17:42 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 01 17:17:40 2010 Return-path: Envelope-to: ged-emacs-devel@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 1P1hMh-0005MW-S7 for ged-emacs-devel@m.gmane.org; Fri, 01 Oct 2010 17:17:40 +0200 Original-Received: from localhost ([127.0.0.1]:57297 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1hMh-0003aw-3q for ged-emacs-devel@m.gmane.org; Fri, 01 Oct 2010 11:17:39 -0400 Original-Received: from [140.186.70.92] (port=40560 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1hJf-0001eV-R4 for emacs-devel@gnu.org; Fri, 01 Oct 2010 11:14:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1hJe-0001Nd-Kf for emacs-devel@gnu.org; Fri, 01 Oct 2010 11:14:31 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:54390) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P1hJe-0001NX-GG for emacs-devel@gnu.org; Fri, 01 Oct 2010 11:14:30 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P1hJe-0004OA-C6 for emacs-devel@gnu.org; Fri, 01 Oct 2010 11:14:30 -0400 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131167 Archived-At: Does flush_pending_output do anything on msdos and w32? It does not on all other platforms. If it does, can it be simplified?