lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV finding lynx.cfg (was Re: charsets)


From: Klaus Weide
Subject: LYNX-DEV finding lynx.cfg (was Re: charsets)
Date: Tue, 15 Jul 1997 16:06:05 -0500 (CDT)

On Tue, 15 Jul 1997, Foteos Macrides wrote:

> Ricardas Cepas <address@hidden> wrote:
> >[...]
> >        Another minor problem: lynx.cfg  is only read with
> >-cfg option though it is in userdefs.h:
> >#define LYNX_CFG_FILE "/usr/local/etc/lynx.cfg"
> >and the same pathname is in lynx binary.
> 
>       You must be using the development code set.  In it's src/LYMain.c
> find:
> 
>    /* If we still have no config file, check one in home directory */
>    if (NULL == lynx_cfg_file)
>      {
>       temp = make_homedir_lynxrc_filename (NULL);
>       if (temp != NULL)
>         {
>            if (NULL != (fp = fopen (temp, "r")))
>              {
>                 fclose (fp);
>                 StrAllocCopy (lynx_cfg_file, temp);
>              }
>            FREE(temp);
>         }
>      }
> 
> 
> and delete it.  Search the lynx-dev archives for more information about
> this.

It will be gone in the next development code 2.7.1ac-0.* checkin.

      
     Klaus

;
; 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]