lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] URL completion


From: Thomas Dickey
Subject: Re: [Lynx-dev] URL completion
Date: Mon, 5 Apr 2004 16:04:02 -0400
User-agent: Mutt/1.5.4i

On Sun, Mar 28, 2004 at 09:46:33PM -0600, Joe Clark wrote:
> New installation of Lynx 2.8.4rel.1 on a box. I have the URL prefixed and 
> suffixes turned on, but when _g_oto command is given and I just type a 
> domain mantissa (like _google_), I get a page of local system information.
> 
> What other setting do I have to look at?

It seems to work for me (though I don't pay much attention to this).
The trace file would show what guesses are being made ("lynx -trace"
makes a $HOME/Lynx.trace file):

Looking up google first
LYGetHostByName: parsing `google'.
CHILD gethostbyname: (nil) 
LYGetHostByName: NSL_FORK child 1816 exited, status 0x1.
LYGetHostByName: Can't find internet node name `google'.
Looking up www.google.com, guessing...
LYGetHostByName: parsing `www.google.com'.
CHILD gethostbyname: 0x402e55e4 { h_name = 0x8203638 "www.google.akadns.net",
         h_aliases = 0x8203520 {  0x8203613 "www.google.com", 0x0 },
         h_addrtype = 2, h_length = 4,
         h_addr_list = 0x82035f0 { 0x8203650 "216.239.39.147", 0x8203658 
"216.239.39.104", 0x8203660 "216.239.39.99", 0x0 } }
CHILD fill_rehostent: 0x8192b80 { h_name = 0x8192bb8 "www.google.akadns.net",
         h_aliases = 0x8192ba4 {  0x8192bce "www.google.com", 0x0 },
         h_addrtype = 2, h_length = 4,
         h_addr_list = 0x8192b94 { 0x8192bac "216.239.39.147", 0x8192bb0 
"216.239.39.104", 0x8192bb4 "216.239.39.99", 0x0 } }
Read from pipe: 0x8192b80 { h_name = 0x8192bb8 "www.google.akadns.net",
         h_aliases = 0x8192ba4 {  0x8192bce "www.google.com", 0x0 },
         h_addrtype = 2, h_length = 4,
         h_addr_list = 0x8192b94 { 0x8192bac "216.239.39.147", 0x8192bb0 
"216.239.39.104", 0x8192bb4 "216.239.39.99", 0x0 } }
LYGetHostByName: NSL_FORK child 1817 exited, status 0x0.
End of LYGetHostByName: 0x8192b80 { h_name = 0x8192bb8 "www.google.akadns.net",
         h_aliases = 0x8192ba4 {  0x8192bce "www.google.com", 0x0 },
         h_addrtype = 2, h_length = 4,
         h_addr_list = 0x8192b94 { 0x8192bac "216.239.39.147", 0x8192bb0 
"216.239.39.104", 0x8192bb4 "216.239.39.99", 0x0 } }
LYGetHostByName: Resolved name to a hostent.
Trying: 'http://www.google.com'
HTParse: aName:`http://www.google.com'
   relatedName:`'
   want: punc anchor path host access
HTParse: (ABS)
HTParse:      result:`http://www.google.com/'
LYMain: User in REMOTE domain
Entering mainloop, startfile=http://www.google.com/
getfile: getting http://www.google.com/

HTParse: aName:`http://www.google.com/'
   relatedName:`'
   want: host
HTParse:      result:`www.google.com'
LYSyslog http://www.google.com/
-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]