all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* w3m.el no superscript
@ 2007-05-15 14:28 Sebastian Meisel
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Meisel @ 2007-05-15 14:28 UTC (permalink / raw)
  To: Emacs Mailing List

Hi,

I'm having a little problem with emacs-w3m: When I want to display a 
page with <SUP> ... </SUP> tags, these parts are
not displayed with superscript face but with a '^' before, which 
sometimes make reading really hard.

<SUP>a</SUP>test

results in '^atest'.

What is to do?

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

* Re: w3m.el no superscript
       [not found] <mailman.693.1179240000.32220.help-gnu-emacs@gnu.org>
@ 2007-05-16  0:35 ` Katsumi Yamaoka
  0 siblings, 0 replies; 2+ messages in thread
From: Katsumi Yamaoka @ 2007-05-16  0:35 UTC (permalink / raw)
  To: help-gnu-emacs

>>>>> In <mailman.693.1179240000.32220.help-gnu-emacs@gnu.org>
>>>>>	Sebastian Meisel wrote:

> I'm having a little problem with emacs-w3m: When I want to display a
> page with <SUP> ... </SUP> tags, these parts are
> not displayed with superscript face but with a '^' before, which
> sometimes make reading really hard.

> <SUP>a</SUP>test

> results in '^atest'.

> What is to do?

That's what the external w3m command does:

$ echo '<SUP>a</SUP>test' | w3m -halfdump -T text/html
^atest
<internal>
</internal>

The external w3m command has its own rule to interpret not only
<SUP> but also other tags.  Some are converted into others and
some are ignored.  For instance:

$ echo '<strong>a</strong>' | w3m -halfdump -T text/html
<b>a</b>
<internal>
</internal>

And then emacs-w3m processes and displays those outputs.

So, if you want w3m to work with the <SUP> tag in some way for
example, please contact the w3m team[1].  The emacs-w3m team[2]
will follow w3m changes soon.

Regards,

[1] http://sourceforge.net/projects/w3m/
[2] http://emacs-w3m.namazu.org/index-en.html#mailing_list

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

end of thread, other threads:[~2007-05-16  0:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-15 14:28 w3m.el no superscript Sebastian Meisel
     [not found] <mailman.693.1179240000.32220.help-gnu-emacs@gnu.org>
2007-05-16  0:35 ` Katsumi Yamaoka

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.