From maintainers-request at octave dot org Sun Jan 30 16:16:17 2005 Subject: Re: Reprise: external pager quitting kills standard error From: "Dmitri A. Sergatskov" To: Daniel J Sebald CC: maintainers at octave dot org Date: Sun, 30 Jan 2005 15:18:21 -0700 Daniel J Sebald wrote: >> octave:2> junk = ones(100) >> warning: connection to external pager (pid = 18461) lost -- >> warning: attempting to finish pending computations... >> octave:3> bogus I just have noticed the difference between your output (and "Daniel J. Peng" from the links) and mine: octave:2> ones(2500,25) warning: connection to external pager (pid = 26872) lost -- warning: attempting to finish pending computations... warning: broken pipe octave:3> error("aoeo") error: aoeo octave:3> junk = ones(1000) warning: connection to external pager (pid = 26874) lost -- warning: attempting to finish pending computations... warning: broken pipe octave:4> bogus error: `bogus' undefined near line 4 column 1 octave:4> I have an extra line: warning: broken pipe I have no idea what it might mean... Dmitri. --