lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV broken behavior in current patched lynx executable and referenc


From: Larry W. Virden, x2487
Subject: LYNX-DEV broken behavior in current patched lynx executable and reference.com
Date: Sat, 23 Nov 1996 14:35:59 -0500

Platform: SPARC/Solaris 2.4/Sun's compiler
Lynx configuration: Lynx 2-6, Fote's patches from 11/22, RP's color patch
solaris2 ncurses and RP's color options selected:


# Solaris 2 style sheets via ncurses using Sun's unbundled C compiler
# define RESOLVLIB (above) for the "LIBS" entry if needed
# Solaris2 doesn't have or need ranlib. (ignore the error message about that :)
solaris2-ncurses-color:
        cd WWW/Library/solaris2; $(MAKE) CC="cc" LYFLAGS="$(CCFLAGS) \
                $(SITE_LYDEFS)"
        cd src; $(MAKE) STYLE=$(STYLE) all CC="cc" MCFLAGS="$(CCFLAGS) 
$(LDFLAGS) \
                -DUNIX -DSVR4 -DSOLARIS2 \
                -DCURS_PERFORMANCE -DUTMPX_FOR_UTMP -DUSE_DIRENT \
                -DLOCALE -DHAVE_TERMIOS_H \
                -DCS -DUNPAINT_CACHE \
                -DNCURSES -DFANCY_CURSES \
                $(NINCLUDE) -I../$(WWWINC) $(SITE_DEFS)" \
                LIBS="$(NLIBDIR) $(NLIB) \
                -L/usr/ccs/lib -R/usr/ccs/lib -lnsl -lsocket \
                $(RESOLVLIB) $(WAISLIB) $(SOCKSLIB) $(SITE_LIBS)" \
                WWWLIB="../WWW/Library/solaris2/libwww.a" 


Behavior problem.

I login to my registered Reference.com account and select one of my queries.
The HTML has one increasingly annoying bad behavior - the BASE tag is
before the <HTML>...</HTML> structure; some one here on the mailing list
is apparently using the same software, because his web page has the
same thing.

There's no DOCTYPE, and I am not sure what DTD reference.com thinks they
are using, so validation is difficult.  Plus, they use the increasingly
annoying URL parm passing structure of &variable=value.

When I start moving down the page, I get to a form with the following
format.  As I move down thru the fields, lynx stops at the HelpWindow
mode and doesn't display me moving the cursor farther.

Even worse, when I go in and tell lynx to move me directly to the
bottom of the entire page, lynx terminates with error; however, no
core dump was generated.

If someone out there is also using reference.com, would you let me
know if you have found a patch for lynx 2.6 to allow me to use reference.com
again?

<form method="get" action=
"/cgi-bin/pn/go" target="_self">
<input type="hidden" name="userid" value="address@hidden">
<input type="hidden" name="passwd" value="dragon">
<input type="hidden" name="search" value="advanced">
<input type="hidden" name="qname" value="Q005">
<b><a href="/pn/help/searching.html#General"
target="HelpWindow">Find</a>:</b>
<INPUT NAME="querytext" SIZE=40 VALUE="( tcl or tk ) and not ( 'tcl techno*' or 
'tk techno*' )">
<input type="submit" name="choice" value="Search">
<INPUT TYPE="reset" VALUE="Reset">
<input type="submit" name="choice" value="New Query">
<br><small><b>To find the king</b>: elvis AND (alive OR lives OR sighting)
</small>
<center>
<input type="checkbox" name="cancel"  checked > Show cancelled messages
<input type="checkbox" name="control" checked > Show control messages
</center>
<p><b>Filter the results by message header fields:</b>
<pre>
<a href="/pn/help/searching.html#Subject" target="HelpWindow">Subject</a>:      
    <INPUT NAME="subj" SIZE=30 VALUE="">
<a href="/pn/help/searching.html#AuthorName" target="HelpWindow">Author's 
Name</a>:    <INPUT NAME="name" SIZE=30 VALUE="not tk* ">
<a href="/pn/help/searching.html#AuthorAddr" target="HelpWindow">Author's 
Address</a>: <INPUT NAME="login" SIZE=8 VALUE=""><b>@</b><INPUT NAME="host" 
SIZE=19 VALUE="not *tk OR *tcl ">
<a href="/pn/help/searching.html#Organization" 
target="HelpWindow">Organization</a>:     <INPUT NAME="organization" SIZE=30 
VALUE="">
<a href="/pn/help/searching.html#Groups" target="HelpWindow">Groups</a>:        
   <INPUT NAME="groups" SIZE=30 VALUE="comp AND NOT ( comp.lang.tcl OR 
comp.lang.perl.tk OR comp.sys.mac.oop.tcl OR comp.jobs.offered ) ">
<a href="/pn/help/searching.html#Keywords" target="HelpWindow">Keywords</a>:    
     <INPUT NAME="keywords" SIZE=30 VALUE="">
</pre>
<hr><b>Search Parameters:</b><br>
<input type="submit" name="choice" value="Search">
<a href="/pn/help/searching.html#FilteringByDate"
target="HelpWindow">From</a>: <SELECT NAME="startmonth">
  <OPTION> Jan
  <OPTION> Feb
  <OPTION> Mar
  <OPTION> Apr
  <OPTION> May
  <OPTION> Jun
  <OPTION> Jul
  <OPTION> Aug
  <OPTION> Sep
  <OPTION selected> Oct
  <OPTION> Nov
  <OPTION> Dec
 </SELECT>
 <INPUT SIZE=2 NAME="startday" VALUE="24">
 <SELECT NAME="startyear">
  <OPTION selected> 1996
 </SELECT>
<a href="/pn/help/searching.html#FilteringByDate"
target="HelpWindow">To</a>: <SELECT NAME="endmonth">
  <OPTION> Jan
  <OPTION> Feb
  <OPTION> Mar
  <OPTION> Apr
  <OPTION> May
  <OPTION> Jun
  <OPTION> Jul
  <OPTION> Aug
  <OPTION> Sep
  <OPTION> Oct
  <OPTION selected> Nov
  <OPTION> Dec
 </SELECT>
 <INPUT SIZE=2 NAME="endday" VALUE="23">
 <SELECT NAME="endyear">
  <OPTION selected> 1996
 </SELECT>
<a href="/pn/help/searching.html#SearchMode"
target="HelpWindow">Mode</a>: <select name="mode">
<option selected> Quick
<option> Extended
</select>
<br>&#160;&#160;&#160;&#160;&#160;
<a href="/pn/help/hit-lists.html#TerseVerbose"
target="HelpWindow">Output format</a>: <SELECT NAME="verbosity">
 <OPTION>Verbose
 <OPTION SELECTED>Terse
</SELECT>
<a href="/pn/help/hit-lists.html#Ordering"
target="HelpWindow">Order by</a>: <SELECT NAME="ranking">
  <OPTION> Date
  <OPTION selected> Relevance
  <OPTION> Subject
  <OPTION> Name
  <OPTION> Login
  <OPTION> Host
  <OPTION> Organization
  <OPTION> Groups
</SELECT>
<br>&#160;&#160;&#160;&#160;&#160;
<a href="/pn/help/hit-lists.html#Paging"
target="HelpWindow">Show hits</a>
<INPUT SIZE=3 NAME="first" VALUE="1"> through
<INPUT SIZE=3 NAME="last" VALUE="25">
<a href="/pn/help/hit-lists.html#Score"
target="HelpWindow">Minimum score</a>:
<INPUT SIZE=3 NAME="score" VALUE="50">
<br>
<br>
<b><a href="/pn/help/stored-queries.html#Passive"
target="HelpWindow">Add New Query</a>:</b><br>
<input type="submit" name="choice" value="Add">
Name: <INPUT SIZE=10 name="newqname">
<br>
<input type="radio" name="add" value="Passive">
<a href="/pn/help/stored-queries.html#Passive"
target="HelpWindow">Passive</a>
<input type="radio" name="add" value="Active" checked>
<a href="/pn/help/stored-queries.html#Active"
target="HelpWindow">Active</a>
Run every <INPUT SIZE=2 name="addfreq" VALUE="7">
days,
Expire in <INPUT SIZE=3 name="addexpire" VALUE="180"> days
<br>
<b>Modify Existing Query Q005:</b><br>
<input type="submit" name="choice" value="Update">
Run every
<INPUT SIZE=2 NAME="updfreq" value="1">
days,
Expire in
<INPUT SIZE=3 NAME="updexpire" value="344">
days,
Display <INPUT SIZE=2 NAME="updlines" value="45">
lines,
Display <INPUT SIZE=2 NAME="updhits" value="25">
hits<br>
<input type="submit" name="choice" value="Delete">
from your profile<br>
<input type="submit" name="choice" value="Rename">
Q005 to <input size=10 name="newqname"><br>
<input type="submit" name="choice"
value="Deactivate"> this query.
<br>
<br><b>User Profile:</b><br>
<input type="submit" name="choice" value="View/Modify">
<br>
</form>
-- 
Larry W. Virden                 INET: address@hidden
<URL:http://www.teraform.com/%7Elvirden/> <*> O- "We are all Kosh."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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