help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

diary


From: John W. Eaton
Subject: diary
Date: Thu, 30 Jul 1998 00:14:21 -0500 (CDT)

On 25-Jul-1998, Wonkoo Kim <address@hidden> wrote:

| I think the problem is solved.
| 
| I had put 
|   diary "file.log"
| at the beginning of a .m file, and 
|   diary off
| at the end of the .m file.  However, it looks like I have to
| remove "diary off" from the .m file, and I have to issue it
| directly from Octave session.  I don't know why, but it worked
| that way.

I agree that this is a bug, but I see no easy way to fix it.

The problem is that nothing is written to the diary file until output
is flushed to the pager, and that normally only happens just before a
prompt is printed.

jwe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]