> How do I set up Lynx, so that I can call it up?
As I did with w3m (nicer with tables):
url-viewers="/usr/bin/w3m _URL_"
Could you explain it better. I don't understand it.
This ist an excerpt from .pinerc
You can configure (Al)pine interactively as well:
M S C
Then find the line beginning with "URL-Viewers", press C and change the
field to "/usr/bin/lynx _URL_"
I tried that and it didn't work.
When they ask you to name your URL viewer, do you just say LYNX?
> On Tue, 8 Feb 2011, Holger Marzen wrote:
>>
>> You can configure (Al)pine interactively as well:
>>
>> M S C
>>
>> Then find the line beginning with "URL-Viewers", press C and change the
>> field to "/usr/bin/lynx _URL_"
>>
> I tried that and it didn't work.
>
> When they ask you to name your URL viewer, do you just say LYNX?
Open a Terminal-Prompt an type:
which lynx<ENTER>
The system will probable answer with:
/usr/bin/lynx
Start (al)pine and go to M S C
Scroll down until the line beginning with URL-Viewers is highlighted.
Then press C. You'll see an editable line on the bottom, Change it to
Change field url-viewers list entry : "/usr/bin/lynx _URL_"
Don't forget the double quotes.
Then press <ENTER> and exit setup with E. (al)pine will ask you
Commit changes ("Yes" replaces settings, "No" abandons changes)?
Then press Y and you're done.
Hi Holger.
Someone on my system told me to use:
URL Viewers= "/usr/pkg/bin/lynx _URL_"
It seems to be working.
I can't answer for Pine, but in FORTRAN I just make a system call:
Result = SYSTEM ( 'lynx ' // URL // ' > ' // FileName )
and then I open and do whatever I want with FileName's contents.
--
-- Myron A. Calhoun.
Five boxes preserve our freedoms: soap, ballot, witness, jury, and cartridge
NRA Life Member & Certified Instructor for Rifle, Pistol, & Home Firearm Safety
Also Certified Instructor for the Kansas Concealed-Carry Handgun (CCH) license
ForTran I !!! ???? Not yet ForTran II, even?? :-)