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: [EMAIL PROTECTED]
>
> --- 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 [EMAIL PROTECTED]
--
Thomas E. Dickey <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]