Re: [Lynx-dev] Still some display problems (dev.13)

2005-10-19 Thread Thorsten Glaser
Thomas Dickey dixit:

Though a quick check adding a br or p after the /pre doesn't help.
Removing the blanks does.  This isn't a new problem.  Comparing with IE,
I see that it puts out the blanks, but puts a carriage return after them.
Opera is doing the same thing.

I don't necessarily think forcing a line feed and carriage return after a
/pre is a good thing to do, but as long as it fixes this issue...

Thanks!

bye,
//mirabile
-- 
I believe no one can invent an algorithm. One just happens to hit upon it
when God enlightens him. Or only God invents algorithms, we merely copy them.
If you don't believe in God, just consider God as Nature if you won't deny
existence.  -- Coywolf Qi Hunt


___
Lynx-dev mailing list
Lynx-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/lynx-dev


Re: [Lynx-dev] Still some display problems (dev.13)

2005-10-19 Thread Thomas Dickey

On Wed, 19 Oct 2005, Thorsten Glaser wrote:


Thomas Dickey dixit:


Though a quick check adding a br or p after the /pre doesn't help.
Removing the blanks does.  This isn't a new problem.  Comparing with IE,
I see that it puts out the blanks, but puts a carriage return after them.
Opera is doing the same thing.


I don't necessarily think forcing a line feed and carriage return after a
/pre is a good thing to do, but as long as it fixes this issue...


It did seem an ugly solution, but I guess the gcc people tuned it against
mozilla, which in turn means it works just like IE

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


___
Lynx-dev mailing list
Lynx-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/lynx-dev


[Lynx-dev] Unknown ctermid function under OS/2 emx/gcc

2005-10-19 Thread YANAGIHARA Nobuyuki
I've tried to build lynx2.8.6dev14 under OS/2 warp emx/gcc environment.
Configure and compile are done successful. 
At the link, an error occurs: ctermid is missing.
because ctermid function is not supported undex emx/gcc.

Could you establish a new keyword such as HAVE_CTERMID to test 
in the configure process, in order to avoid the linkage failure 
under OS/2 emx/gcc.

 / chagrin / VYL00513 at nifty.ne.jp / 



___
Lynx-dev mailing list
Lynx-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/lynx-dev


Re: [Lynx-dev] Unknown ctermid function under OS/2 emx/gcc

2005-10-19 Thread Thomas Dickey
On Wed, Oct 19, 2005 at 08:36:08PM +0900, YANAGIHARA Nobuyuki wrote:
 I've tried to build lynx2.8.6dev14 under OS/2 warp emx/gcc environment.
 Configure and compile are done successful. 
 At the link, an error occurs: ctermid is missing.
 because ctermid function is not supported undex emx/gcc.
 
 Could you establish a new keyword such as HAVE_CTERMID to test 
 in the configure process, in order to avoid the linkage failure 
 under OS/2 emx/gcc.

I could - but I've compiled previous versions (which have the reference
to ctermid) on OS/2 without problem.  It's a POSIX function as well.
So I'm curious to see what problem I'm working around - whether this
is a very old emx, ec.

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


___
Lynx-dev mailing list
Lynx-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/lynx-dev