On Sat, Jun 15, 2002 at 12:56:27PM +0900, Hataguchi Takeshi wrote: > I'm forwarding this mail, because the original sender said to me that > he couldn't see it in the FLORA archive after a half day he has sent > it to lynx-dev.
oh. There was some discussion earlier this year about moving the archive to savannah.gnu.org (but I visited flora about a week ago and it seemed to be updated recently, and just now, visiting savannah, I don't see any sign of a mailing list archive). > ------- Start of forwarded message ------- > Return-Path: <[EMAIL PROTECTED]> > Date: Sat, 15 Jun 2002 11:48:21 +0900 > From: vortex5 <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: some problems > MIME-Version: 1.0 > X-Mailer: CMAIL WRITER Version 2.33.0.0 (Build:Nov 17 2001) > Content-Type: text/plain; charset=ISO-2022-JP > Content-Transfer-Encoding: 7bit > > Dear, developpers. > Thank you for wonderful software. > > I would like to report some problems. > Excuse me for my English. > > My versions are Windows 95 ported, ver.2.8.5 dev8. > > > (1) On "Visited Links Page" > I can't change sorting method by the popup menu. > I've confirmed this since 2.8.4 rel1. > > It will work, by changing a form option string, > "visited_pages_type" to "visited_links" in src/LYHistory.c. > > > (2) lynx.rc (and lynx.cfg?) > I'm setting "visited_links=FIRST" on my lynx.rc. But lynx > can't recognize this on startup, it always sets a default value. > > To compare strings from lynx.rc and internal, LYgetEnum() in > "src/LYrcFile.c" uses strncasecomp(), I believe. > > This time, string "FIRST" may match twice, "FIRST" and > "FIRST_REVERSED". Then LYgetEnum() returns FALSE, and the > default value is turned to be set. > > Instead of using strncasecomp(), strcasecomp() solves this > problem. But some side effects might occur, because I don't > know the purpose of using strncasecomp() here. probably a bug (I don't recall if it was that way in the code that I reorganized to make LYgetEnum(), or if I did it that way myself). > LYgetEnum() was merged from "src/LYReadCFG.c" on 2.8.5 dev5. > > > (3) FTP path (DOSPATH related? no problem?) > Visiting a FTP directory, like "ftp://xxx.xxx.com/pub/", > lynx sets the title to "C:\pub\". Is this a normal behavior? > I've confirmed this since 2.8.4 rel1 enabling DIRED_SUPPORT. > Without DIRED_SUPPORT, not occurs. again, a bug (will have to test/debug on win32 to see what's involved). thanks... -- Thomas E. Dickey <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
