From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.bugs Subject: Re: `print' does not print Date: Fri, 22 Mar 2002 20:35:26 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <1659-Fri22Mar2002203525+0200-eliz@is.elta.co.il> References: <200203202019.g2KKJfs4410490@jupiter.akutech-local.de> <2593-Fri22Mar2002121734+0200-eliz@is.elta.co.il> <15515.2661.133668.691007@jupiter.akutech-local.de> <3791-Fri22Mar2002135807+0200-eliz@is.elta.co.il> <15515.15905.64808.177966@jupiter.akutech-local.de> <2110-Fri22Mar2002190057+0200-eliz@is.elta.co.il> <15515.28200.228210.321561@jupiter.akutech-local.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1016822364 16529 127.0.0.1 (22 Mar 2002 18:39:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 22 Mar 2002 18:39:24 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16oTwh-0004IL-00 for ; Fri, 22 Mar 2002 19:39:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oTwe-0002pT-00; Fri, 22 Mar 2002 13:39:20 -0500 Original-Received: from balder.inter.net.il ([192.114.186.15]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oTwI-0002oG-00 for ; Fri, 22 Mar 2002 13:38:58 -0500 Original-Received: from zaretsky (diup-217-145.inter.net.il [213.8.217.145]) by balder.inter.net.il (Mirapoint) with ESMTP id BGQ71450; Fri, 22 Mar 2002 20:38:44 +0200 (IST) Original-To: ralfixx@gmx.de X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: <15515.28200.228210.321561@jupiter.akutech-local.de> (message from Ralf Fassel on Fri, 22 Mar 2002 18:47:20 +0100) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:90 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:90 > Date: Fri, 22 Mar 2002 18:47:20 +0100 > From: Ralf Fassel > > | How about disassembly of printchar? Does it show the call to fwrite > | in both cases? > > You mean the assembler code output as of gcc -S ... print.c? No, I meant the "disassembly printchar" command typed at GDB's prompt. > | What happens if you replace `fwrite' with `fflush' followed by > | `write'? Does that change anything? > > Errr, yes, it does. Aha! So this might be a buffering issue. Does it help to keep fwrite, but put fflush right after it? > I don't know whether it makes much sense to dig deeper here. While > I'm as curious what is the problem here, maybe I just go and fetch the > CVS version and see what happens there. If you can try the CVS version, please do. I don't think this problem has anything to do with Emacs versions, though. _______________________________________________ Bug-gnu-emacs mailing list Bug-gnu-emacs@gnu.org http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs