lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev dev21: reverse video partly explained. Other stuff.


From: Leonid Pauzner
Subject: Re: lynx-dev dev21: reverse video partly explained. Other stuff.
Date: Sun, 4 Apr 1999 13:39:39 +0400 (MSD)

3-Apr-99 22:58 address@hidden wrote:

> And, why the literal "LYNXCOMPILEOPTS" in the info page?:

This is a new name for this internal page (was temporarily file name).
Unfortunately, there was a bug in dev21 so you couldn't see the page,
try the fix I sent earlier:

1-Apr-99 16:57 Leonid Pauzner wrote:

diff -u old/lygetfil.c ./lygetfil.c
--- old/lygetfil.c      Wed Mar 31 15:48:14 1999
+++ ./lygetfil.c        Thu Apr  1 16:51:02 1999
@@ -263,7 +263,7 @@
                         return(NOT_FOUND);
                    return(NORMAL);

-#ifdef HAVE_CFG_DEFS_H
+#if defined(HAVE_CONFIG_H) && !defined(NO_CONFIG_INFO)
                } else if (url_type == LYNXCOMPILE_OPTS_URL_TYPE) {
                    /* show compile-time settings */
                    StrAllocCopy(doc->address, (char *)lynx_compile_opts());




> <html>
> <head>
> <META http-equiv="content-type" content="text/html;charset=iso-8859-1">
> <title>Information about the current document</title>
> </head>
> <body>
> <h1>Lynx 2.8.2dev.21 (30 Mar 1999) (<a 
> href="http://www.slcc.edu/lynx/current/";
    >>development version</a>) - <a href="LYNXCOMPILEOPTS+:">compile time 
options</a>
> </h1>

> -- gil




reply via email to

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