lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev address@hidden: some problems]


From: Thomas Dickey
Subject: Re: lynx-dev address@hidden: some problems]
Date: Sat, 15 Jun 2002 11:32:49 -0400
User-agent: Mutt/1.2.5i

On Sat, Jun 15, 2002 at 11:42:32PM +0900, Hataguchi Takeshi wrote:
 
> The cause seems to be that LYgetEnum allows abbreviations for name.
> So LYgetEnum can't determine whether "FIRST" is "FIRST" itself or an
> abbreviation of "FIRST_REVERSED".

true (I don't think it should allow abbreviations - if it does, your patch
still won't help)
 
> I think we should remove ambiguousness between them.  I wrote a patch
> against this problem.
> --
> Takeshi Hataguchi
> E-mail: address@hidden
> 
> --- LYrcFile.c.bak    Mon Nov 19 10:37:14 2001
> +++ LYrcFile.c        Sat Jun 15 00:58:22 2002
> @@ -115,10 +115,10 @@
>  
>  PRIVATE Config_Enum tbl_visited_links[] = {
>      { "FIRST_REVERSED",      VISITED_LINKS_AS_FIRST_V | 
> VISITED_LINKS_REVERSE },
> -    { "FIRST",               VISITED_LINKS_AS_FIRST_V },
> +    { "FIRST_NORMAL",                VISITED_LINKS_AS_FIRST_V },
>      { "TREE",                VISITED_LINKS_AS_TREE    },
>      { "LAST_REVERSED",       VISITED_LINKS_AS_LATEST | VISITED_LINKS_REVERSE 
> },
> -    { "LAST",                VISITED_LINKS_AS_LATEST  },
> +    { "LAST_NORMAL",         VISITED_LINKS_AS_LATEST  },
>      { NULL,          DEFAULT_VISITED_LINKS }
>  };
>  
> 
> ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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