Re: lynx wraps table cells inproperly

2002-12-30 Thread Robert Land
On Sun, Dec 29, 2002 at 10:16:54PM +, Colin Watson wrote:
 On Sun, Dec 29, 2002 at 10:27:40PM +0100, Frank Gevaerts wrote:
  On Sun, Dec 29, 2002 at 07:31:22PM +, Colin Watson wrote:
   On Sun, Dec 29, 2002 at 07:47:27PM +0100, Robert Land wrote:
Paul - is links-ssl a deb package? I'm still using potato
and apt-cache search fails to find this application.
   
   potato didn't have links-ssl. I suggest upgrading.
  
  Or, if that isn't an option, getting the source package and building
  locally.
 
 Yup. I wouldn't necessarily bet on a lot of packages in unstable
 building on potato without backporting other build tools, though.
 
 -- 
 Colin Watson  [[EMAIL PROTECTED]]

Colin - what do you mean by backporting, downgrading the
compiler or something like that?

Robert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: lynx wraps table cells inproperly

2002-12-30 Thread Colin Watson
On Mon, Dec 30, 2002 at 01:22:32PM +0100, Robert Land wrote:
 On Sun, Dec 29, 2002 at 10:16:54PM +, Colin Watson wrote:
  On Sun, Dec 29, 2002 at 10:27:40PM +0100, Frank Gevaerts wrote:
   Or, if that isn't an option, getting the source package and building
   locally.
  
  Yup. I wouldn't necessarily bet on a lot of packages in unstable
  building on potato without backporting other build tools, though.
 
 Colin - what do you mean by backporting, downgrading the
 compiler or something like that?

No; backporting doesn't mean downgrading, it means building packages in
newer distributions for older distributions. I'm not thinking of the
compiler, but of tools like debhelper.

-- 
Colin Watson  [[EMAIL PROTECTED]]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: lynx wraps table cells inproperly

2002-12-30 Thread Robert Land
On Mon, Dec 30, 2002 at 01:18:29PM +, Colin Watson wrote:
 On Mon, Dec 30, 2002 at 01:22:32PM +0100, Robert Land wrote:
  Colin - what do you mean by backporting, downgrading the
  compiler or something like that?
 
 No; backporting doesn't mean downgrading, it means building packages in
 newer distributions for older distributions. I'm not thinking of the
 compiler, but of tools like debhelper.
 
 -- 
 Colin Watson  [[EMAIL PROTECTED]]

Thanks for the explaination.
Meantime I'm extremely happy with w3m which enables
to switch by key to alternativ browsers.
The tables are displayed perfecty.


Robert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




lynx wraps table cells inproperly

2002-12-29 Thread Robert Land
This is a problem relating to lynx 2.8.3 out of the
stable potato branch:

Having html code describing a 2 column table like this:

table
 tr
  tdvery_long_line_very_long_line_very_long_line
  tdvery_long_line_very_long_line_very_long_line
 tr

/table



.. is displayed in this manner if xterm does not
provide enough space in width:

very_long_line_very_long_line_very_long_line very_long
line_very_long_line_very_long_line

- in words the cells do not wrap up properly, the 
text in the right most cell continues on the left
side on the next line instead of keeping in the
belonging cell. Using end-tags does not help.


Is this a common behaviour of the lynx text browser?



Robert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: lynx wraps table cells inproperly

2002-12-29 Thread Paul Johnson
On Sun, Dec 29, 2002 at 09:32:45AM +0100, Robert Land wrote:

 Is this a common behaviour of the lynx text browser?

Yes.  This is also not a bug.  It's trying to fit things to your
terminal width.

If you want something that doesn't smash tables into term width, go
grab links-ssl.  Keyboard commands are roughly the same, [ and ]
scroll left and right roughly the same distance as INS and DEL does
moving up and down.

-- 
 .''`. Baloo [EMAIL PROTECTED]
: :'  :proud Debian admin and user
`. `'`
  `-  Debian - when you have better things to do than to fix a system



msg21403/pgp0.pgp
Description: PGP signature


Re: lynx wraps table cells inproperly

2002-12-29 Thread Robert Land
On Sun, Dec 29, 2002 at 04:28:20AM -0800, Paul Johnson wrote:

 Yes.  This is also not a bug.  It's trying to fit things to your
 terminal width.
 
 If you want something that doesn't smash tables into term width, go
 grab links-ssl.  Keyboard commands are roughly the same, [ and ]
 scroll left and right roughly the same distance as INS and DEL does
 moving up and down.


Paul - is links-ssl a deb package? I'm still using potato
and apt-cache search fails to find this application.
Besides, what is links-ssl? The term ssl reminds me of 
secure socket layer but this doesn't seem to fit in this
context?



Robert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: lynx wraps table cells inproperly

2002-12-29 Thread Seneca
On Sun, Dec 29, 2002 at 07:47:27PM +0100, Robert Land wrote:
 On Sun, Dec 29, 2002 at 04:28:20AM -0800, Paul Johnson wrote:
 
  Yes.  This is also not a bug.  It's trying to fit things to your
  terminal width.
  
  If you want something that doesn't smash tables into term width, go
  grab links-ssl.  Keyboard commands are roughly the same, [ and ]
  scroll left and right roughly the same distance as INS and DEL does
  moving up and down.
 
 
 Paul - is links-ssl a deb package? I'm still using potato
 and apt-cache search fails to find this application.
 Besides, what is links-ssl? The term ssl reminds me of 
 secure socket layer but this doesn't seem to fit in this
 context?

links-ssl is post-potato deb. ssl is secure socket layer, and there is
also a links deb (also post-potato) that was not compiled with ssl
support. Although it has different keybindings, you could try w3m.

-- 
Seneca
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: lynx wraps table cells inproperly

2002-12-29 Thread Colin Watson
On Sun, Dec 29, 2002 at 07:47:27PM +0100, Robert Land wrote:
 On Sun, Dec 29, 2002 at 04:28:20AM -0800, Paul Johnson wrote:
  If you want something that doesn't smash tables into term width, go
  grab links-ssl.  Keyboard commands are roughly the same, [ and ]
  scroll left and right roughly the same distance as INS and DEL does
  moving up and down.
 
 Paul - is links-ssl a deb package? I'm still using potato
 and apt-cache search fails to find this application.

potato didn't have links-ssl. I suggest upgrading.

You could just use links or w3m though; both were in potato.

 Besides, what is links-ssl? The term ssl reminds me of 
 secure socket layer but this doesn't seem to fit in this
 context?

It is exactly Secure Sockets Layer, used in the secure version of HTTP.

Cheers,

-- 
Colin Watson  [[EMAIL PROTECTED]]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: lynx wraps table cells inproperly

2002-12-29 Thread Frank Gevaerts
On Sun, Dec 29, 2002 at 07:31:22PM +, Colin Watson wrote:
 On Sun, Dec 29, 2002 at 07:47:27PM +0100, Robert Land wrote:
  On Sun, Dec 29, 2002 at 04:28:20AM -0800, Paul Johnson wrote:
   If you want something that doesn't smash tables into term width, go
   grab links-ssl.  Keyboard commands are roughly the same, [ and ]
   scroll left and right roughly the same distance as INS and DEL does
   moving up and down.
  
  Paul - is links-ssl a deb package? I'm still using potato
  and apt-cache search fails to find this application.
 
 potato didn't have links-ssl. I suggest upgrading.

Or, if that isn't an option, getting the source package and building
locally. A trick I often use is to point my sources.list deb lines to
stable, and my debsrc lines to unstable (I ususally have no reason to
compile a package unless I need the one from unstable)

Frank
 
 You could just use links or w3m though; both were in potato.
 
  Besides, what is links-ssl? The term ssl reminds me of 
  secure socket layer but this doesn't seem to fit in this
  context?
 
 It is exactly Secure Sockets Layer, used in the secure version of HTTP.
 
 Cheers,
 
 -- 
 Colin Watson  [[EMAIL PROTECTED]]
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: lynx wraps table cells inproperly

2002-12-29 Thread Colin Watson
On Sun, Dec 29, 2002 at 10:27:40PM +0100, Frank Gevaerts wrote:
 On Sun, Dec 29, 2002 at 07:31:22PM +, Colin Watson wrote:
  On Sun, Dec 29, 2002 at 07:47:27PM +0100, Robert Land wrote:
   Paul - is links-ssl a deb package? I'm still using potato
   and apt-cache search fails to find this application.
  
  potato didn't have links-ssl. I suggest upgrading.
 
 Or, if that isn't an option, getting the source package and building
 locally.

Yup. I wouldn't necessarily bet on a lot of packages in unstable
building on potato without backporting other build tools, though.

-- 
Colin Watson  [[EMAIL PROTECTED]]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]