From maintainers-request at octave dot org Sun Jan 30 15:57:06 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 14:58:57 -0700 I am on FC3 and I cannot reproduce this problem: octave:1> bogus error: `bogus' undefined near line 1 column 1 octave:1> junk = ones(100) warning: connection to external pager (pid = 26581) lost -- warning: attempting to finish pending computations... warning: broken pipe octave:2> bogus error: `bogus' undefined near line 2 column 1 octave:2> junk = ones(100) octave:3> octave:3> bogus error: `bogus' undefined near line 3 column 1 octave:3> junk = ones(1000) warning: connection to external pager (pid = 26583) lost -- warning: attempting to finish pending computations... warning: broken pipe (I am hitting "q" after first page is displayed) octave:4> bogus error: `bogus' undefined near line 4 column 1 octave:4>