unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Emacs - W3m - Tables
@ 2008-01-16 11:02 Will
  2008-01-16 15:34 ` Chris McMahan
  0 siblings, 1 reply; 4+ messages in thread
From: Will @ 2008-01-16 11:02 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

I'd like to view simple html tables within GNU Emacs using W3m.
This works well for simple text. However, if I want to look at tables I 
get squared boxes instead of proper table borders.

How can I tell Emacs/W3m to display it correctly?

I am using GNU Emacs V22.1 on Windows XP. W3m is running under Cygwin.

Best, Will

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Emacs - W3m - Tables
  2008-01-16 11:02 Emacs - W3m - Tables Will
@ 2008-01-16 15:34 ` Chris McMahan
  2008-01-16 16:13   ` Will
  2008-01-16 16:14   ` Will
  0 siblings, 2 replies; 4+ messages in thread
From: Chris McMahan @ 2008-01-16 15:34 UTC (permalink / raw)
  To: help-gnu-emacs


The squares you see are a result of the font you're using. It doesn't
have the characters in the fontset necessary to draw the table.

You have two options that I can think of:

1. Use a different font within emacs that does support the full charset
   Bitstream Sans Mono and DejaVu Sans Mono work well for me. The
   DejaVu is actually a variant of the Bitstream with more characters
   included. You can find the DejaVu font here:
   http://sourceforge.net/projects/dejavu

2. Use ASCII characters only to draw the tables. You then revert to
   +, - and | characters to draw any tables and horizontal rules. They
   don't look as clean, but will be guaranteed to work no matter what
   font you use. You can change to this mode with the following
   setting in your configuration:
   (setq w3m-use-symbol nil)

I hope this helps!

- Chris

Will <schimpanski@gmx.de> writes:

> Hi,
>
> I'd like to view simple html tables within GNU Emacs using W3m.
> This works well for simple text. However, if I want to look at tables
> I get squared boxes instead of proper table borders.
>
> How can I tell Emacs/W3m to display it correctly?
>
> I am using GNU Emacs V22.1 on Windows XP. W3m is running under Cygwin.
>
> Best, Will

-- 
     (.   .)
  =ooO=(_)=Ooo=====================================
  Chris McMahan | first_initiallastname@one.dot.net
  =================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Emacs - W3m - Tables
  2008-01-16 15:34 ` Chris McMahan
@ 2008-01-16 16:13   ` Will
  2008-01-16 16:14   ` Will
  1 sibling, 0 replies; 4+ messages in thread
From: Will @ 2008-01-16 16:13 UTC (permalink / raw)
  To: help-gnu-emacs

You were very helpful. Option 2 works fine for me!

Thanks, Will

Chris McMahan skrev:
> The squares you see are a result of the font you're using. It doesn't
> have the characters in the fontset necessary to draw the table.
> 
> You have two options that I can think of:
> 
> 1. Use a different font within emacs that does support the full charset
>    Bitstream Sans Mono and DejaVu Sans Mono work well for me. The
>    DejaVu is actually a variant of the Bitstream with more characters
>    included. You can find the DejaVu font here:
>    http://sourceforge.net/projects/dejavu
> 
> 2. Use ASCII characters only to draw the tables. You then revert to
>    +, - and | characters to draw any tables and horizontal rules. They
>    don't look as clean, but will be guaranteed to work no matter what
>    font you use. You can change to this mode with the following
>    setting in your configuration:
>    (setq w3m-use-symbol nil)
> 
> I hope this helps!
> 
> - Chris
> 
> Will <schimpanski@gmx.de> writes:
> 
>> Hi,
>>
>> I'd like to view simple html tables within GNU Emacs using W3m.
>> This works well for simple text. However, if I want to look at tables
>> I get squared boxes instead of proper table borders.
>>
>> How can I tell Emacs/W3m to display it correctly?
>>
>> I am using GNU Emacs V22.1 on Windows XP. W3m is running under Cygwin.
>>
>> Best, Will
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Emacs - W3m - Tables
  2008-01-16 15:34 ` Chris McMahan
  2008-01-16 16:13   ` Will
@ 2008-01-16 16:14   ` Will
  1 sibling, 0 replies; 4+ messages in thread
From: Will @ 2008-01-16 16:14 UTC (permalink / raw)
  To: help-gnu-emacs

Dear Chris,

you were very helpful. Option 2 works fine for me!

Thanks, Will

Chris McMahan skrev:
> The squares you see are a result of the font you're using. It doesn't
> have the characters in the fontset necessary to draw the table.
> 
> You have two options that I can think of:
> 
> 1. Use a different font within emacs that does support the full charset
>    Bitstream Sans Mono and DejaVu Sans Mono work well for me. The
>    DejaVu is actually a variant of the Bitstream with more characters
>    included. You can find the DejaVu font here:
>    http://sourceforge.net/projects/dejavu
> 
> 2. Use ASCII characters only to draw the tables. You then revert to
>    +, - and | characters to draw any tables and horizontal rules. They
>    don't look as clean, but will be guaranteed to work no matter what
>    font you use. You can change to this mode with the following
>    setting in your configuration:
>    (setq w3m-use-symbol nil)
> 
> I hope this helps!
> 
> - Chris
> 
> Will <schimpanski@gmx.de> writes:
> 
>> Hi,
>>
>> I'd like to view simple html tables within GNU Emacs using W3m.
>> This works well for simple text. However, if I want to look at tables
>> I get squared boxes instead of proper table borders.
>>
>> How can I tell Emacs/W3m to display it correctly?
>>
>> I am using GNU Emacs V22.1 on Windows XP. W3m is running under Cygwin.
>>
>> Best, Will
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-01-16 16:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-16 11:02 Emacs - W3m - Tables Will
2008-01-16 15:34 ` Chris McMahan
2008-01-16 16:13   ` Will
2008-01-16 16:14   ` Will

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).