lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] nested-table in lynx2.8.6pre.2


From: patakuti
Subject: Re: [Lynx-dev] nested-table in lynx2.8.6pre.2
Date: Mon, 11 Sep 2006 10:10:53 +0900 (JST)

On Sun, 10 Sep 2006, address@hidden wrote:

> On Mon, 11 Sep 2006, Atsuhito Kohda wrote:
> 
> > On Sun, 10 Sep 2006 18:55:22 -0400 (EDT), Thomas Dickey wrote:
> >
> >>> I attached a sample html file to this mail.
> >>
> >> yes - that's the original case from your email in 2003.  But I get the
> >> same display whether I use
> >>
> >>    lynx -nested-tables=0 nestedTables.html
> >>    ~

I tried again and I found that the default value depends on configure
option.

1st case: on Windows (mingw)
    command line when configure:
        LDFLAGS="-mno-cygwin -static -L/mingw/lib" \
        LIBS="-lgdi32 -lmsvcrt -liconv -lgcrypt -lgpg-error -lwsock32 -ltasn1" \
        CFLAGS="-mno-cygwin -I/mingw/include -W \
        -Wall -O3 -D_WINDOWS -DSH_EX -DWIN_EX -DNOUSERS -DNOSIGHUP -DDOSPATH \
        -DUSE_ALT_BLAT_MAILER -DBOXHORI=0 -DBOXVERT=0" \
        CPPFLAGS="-mno-cygwin -I/mingw/include" \
        ./configure \
        --host=mingw32 \
        --with-screen=curses \
        --with-gnutls=/mingw \
        --with-zlib \
        --enable-externs \
        --enable-nested-tables \
        --enable-source-cache \
        --enable-nls \
        --enable-japanese-utf8

    the default value for nested-teble:
        % lynx -help | grep nested
          -nested_tables    toggles nested-tables logic (on)

2nd case: on Debian/Stable
    command line when configure:
        ./configure --with-screen=slang --enable-nested-tables

    the default value for nested-teble:
        % ./lynx -help | grep -i nested
          -nested_tables    toggles nested-tables logic (off)

Any way running with -nested_tables=0 and -nested_tables=1 shows
differnt output.  Only the former works fine.

> > I might misunderstand something but I saw a bit difference
> > between the above.
> >
> > At first, lynx showed me two lines (except title), the first
> > line with an indentation and the second line centerized but
> > after pressing ~ lynx showed me the first line flushed left
> > (terminology of TeX/LaTeX) and the second line flushed right
> > so I could see only
> > "Can you see this line when NESTED_TA" (i.e. "BLES on?" was
> > outside a terminal?).

It must be what I'm seeing.
The screen shot is the latter case.

http://lynx-win32-pata.sourceforge.jp/tmp/nestedTables.png

> That sounds like what we are talking about.  But in the second case,
> the screen starts with the truncated line, and after pressing ~ it
> should show the line centered.

It also depends on the terminal width.  I tried 80 columns.

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




reply via email to

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