X-Account-Key: account2 Return-Path: Received: from toip2.bellnexxia.net ([209.226.175.85]) by tomts34-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050911022021.BVEB2657.tomts34-srv.bellnexxia.net@toip2.bellnexxia.net> for ; Sat, 10 Sep 2005 22:20:21 -0400 Received: from lists.sourceforge.net (HELO mail.sourceforge.net) ([66.35.250.206]) by toip2.bellnexxia.net with ESMTP; 10 Sep 2005 22:20:18 -0400 Received: from sc8-sf-db2-new-b.sourceforge.net ([10.3.1.41] helo=projects.sourceforge.net) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1EEHS6-0005KW-2q; Sat, 10 Sep 2005 19:20:18 -0700 Received: from projects.sourceforge.net (localhost.localdomain [127.0.0.1]) by projects.sourceforge.net (8.12.11/8.12.10) with ESMTP id j8B2KHRU010460; Sat, 10 Sep 2005 19:20:17 -0700 Received: (from postgres@localhost) by projects.sourceforge.net (8.12.11/8.12.11/Submit) id j8B2KHFR010453; Sat, 10 Sep 2005 19:20:17 -0700 Date: Sat, 10 Sep 2005 19:20:17 -0700 Message-Id: <200509110220.j8B2KHFR010453@projects.sourceforge.net> X-Authentication-Warning: projects.sourceforge.net: postgres set sender to "SourceForge.net" using -f To: noreply@sourceforge.net From: "SourceForge.net" Subject: [ maxima-Bugs-765510 ] writefile broken in Windows 5.9.0 Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Bugs item #765510, was opened at 07/03/03 11:18 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104933&aid=765510&group_id=4933 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Lisp Core Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Stavros Macrakis (macrakis) Assigned to: Nobody/Anonymous (nobody) Summary: writefile broken in Windows 5.9.0 Initial Comment: writefile("c:/temp/dribble"); x^3; closefile(); Creates the file specified, but doesn't put anything into it. I tried ending the Maxima session to see if there was some channel still open or something, but that didn't change anything. I also tried running a very long session, to see if there was some buffer flushing problem, but that didn't help either. Maxima 5.9.0 GCL 2.5.0 mingw Windows 2000 Athlon ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 09/10/05 19:20 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Robert Dodier (robert_dodier) Date: 08/27/05 09:16 Message: Logged In: YES user_id=501686 5.9.1cvs on clisp and gcl, writefile creates and writes both %i and %o stuff to the file. 5.9.1 official release on cmucl, writefile writes only %o. There have been several changes to src/macsys.lisp, which defines $WRITEFILE, so it's possible this has been fixed. It's also possible that this is a problem in the implementation of DRIBBLE in Lisp. Marking this item as "pending" -- should be retested. ---------------------------------------------------------------------- Comment By: Doug Stewart (dougstewart) Date: 05/07/05 10:10 Message: Logged In: YES user_id=1274253 WinXp Maxima 5.9.1 writefile("test.txt"); This creates the file OK but the only thing that gets put in the file is the things typed at the command prompt. The results from Maxima do not show up in the file. Nothing shows up from a batch file just the typed characters when you call the batch file. Also the end of line characters are the Linux method so the file cannot be used by Notepad, must use OOo. or wordpad. I hope this helps. Doug Stewart ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104933&aid=765510&group_id=4933