Richard G. Ball ([EMAIL PROTECTED]) said something to this effect on 06/19/2001:
> On Jun 20, 12:24am, Suresh Ramasubramanian wrote:
> > Subject: Re: urlview in a new window
> > Richard G. Ball [mutt-users] <19/06/01 12:56 -0400>:
> > > Is there a way to have helpers like urlview open up a new terminal window
> so
> > > the message window can stay visible?
> >
> >  Run it in an xterm and see ... (and call lynx as xterm -e lynx, for
> example).
> 
> I did try it a couple of different ways and I didn't succeed which is why I
> asked.
> 
> I don't want lynx to start up in a new xterm I want urlview to display the
> list of URL's in a new window and the "obvious" way:
> 
>   macro pager \Cb |xterm -e urlview\n
> 
> doesn't work.

how about something like:

  macro pager \Cb | cat > /tmp/urlview.txt; xterm -e urlview /tmp/urlview.txt

This works for me.

(darren)

-- 
What if nothing exists and we're all in somebody's dream? Or what's
worse, what if only that fat guy in the third row exists?
    -- Woody Allen

Reply via email to