On 2000.08.24, in <[EMAIL PROTECTED]>,
        "Brendan Cully" <[EMAIL PROTECTED]> wrote:
> As I recall, doing something like adding copiousoutput to the
> particular mailcap entry may work (by getting mutt to wait for you to
> press a key)... or maybe it was needsterminal...

I think the problem is that netscape -remote returns immediately once
the command is delivered, and not necesarily after the remote operation
has completed the page load.

> On Thursday, 24 August 2000 at 16:41, David Champion wrote:
> > #!/bin/sh
> > ## Wrap ns so that it doesn't lose the file
> > set -- `echo $1 | sed -e 's/\(.*\)\.\([^\.][^\.]*\)$/\1 \2/'`
> > file=$1-tmp.$2
> > echo ln -s $1.$2 ${file}
> > netscape -remote "openURL(${file}, new-window)"
> > exec sh -c "sleep 60; rm -f ${file}" &

Oops -- this last line obviously won't work.  Maybe just cut out the
"exec".

-- 
 -D.    [EMAIL PROTECTED]        NSIT    University of Chicago

Reply via email to