Path: news.mathworks.com!newsfeed-00.mathworks.com!nlpi057.nbdc.sbc.com!prodigy.net!news.glorb.com!news2.glorb.com!postnews.google.com!e38g2000yqa.googlegroups.com!not-for-mail
From: Rune Allnor <allnor@tele.ntnu.no>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Diary quirkyness
Date: Thu, 12 Mar 2009 10:09:17 -0700 (PDT)
Organization: http://groups.google.com
Lines: 11
Message-ID: <43679d96-bbe2-4432-973b-673b2a88d7e3@e38g2000yqa.googlegroups.com>
References: <gp9j86$i4r$1@fred.mathworks.com>
NNTP-Posting-Host: 77.16.213.0
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1236877757 3420 127.0.0.1 (12 Mar 2009 17:09:17 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Thu, 12 Mar 2009 17:09:17 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: e38g2000yqa.googlegroups.com; posting-host=77.16.213.0; 
	posting-account=VAp5gAkAAAAmkCze5hvZtMeedpZWNthI
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET 
	CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022),gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:524382


On 12 Mar, 00:59, "Todd Welti" <twe...@harman.com> wrote:
> I have some code that uses "diary" near the start to make a log file.

You should be a bit carful about this. Things might have
changed since then, but ten years ago, DIARY logged what
went on in the command window. So anything that was not
entered or displayed in the command window (like using F5
to run a program from the editor window) was just missing
from the diary file.

Rune