[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev Lynx 2.8.3.dev5: some little problems.
From: |
Vlad Harchev |
Subject: |
Re: lynx-dev Lynx 2.8.3.dev5: some little problems. |
Date: |
Sun, 1 Aug 1999 15:34:44 +0500 (SAMST) |
On Sat, 31 Jul 1999, Frederic L. W. Meunier wrote:
> Hi. I compiled Lynx 2.8.3.dev5 using --host=i586-pc-linux-gnu --enable-debug
> --enable-warnings --disable-nls --with-screen=slang --enable-addrlist-page
> --enable-cjk --enable-default-colors --enable-file-upload
> --enable-justify-elts --enable-prettysrc --enable-read-eta
> --enable-source-cache --enable-externs --enable-font-switch
> --enable-cgi-links --enable-change-exec --enable-exec-links
> --enable-exec-scripts --enable-nsl-fork
> and Slang 1.3.8, gcc 2.95.
>
> I noticed 3 strange things in this version (maybe I need to read some
> docs...). The first one is that it's displaying some text with more spaces
> between the words. An example:
>
> http://core.freshmeat.net/appindex/1998/08/08/902556124.html
>
> THUD is a register transfer level (RTL) simulation environment
> optimized for cycle-based designs.
>
> Look at the spaces. There are no spaces but Lynx displays it like that.
>
> Alternate Download: shows
>
> Alternate Download:
This is due justification enabled (I said that without hyphenation justified
text can look somewhat ugly if there are lot of urls or other non-wrappable
pieces).
Use '-justify-' commandline option do inhibit justification (until
hyphenation is implemented).
>[...]
Best regards,
-Vlad