Gnus development mailing list
 help / color / mirror / Atom feed
* w3m support problem...
@ 2002-01-29 13:56 Josh Huber
  2002-01-29 22:58 ` Katsumi Yamaoka
  0 siblings, 1 reply; 5+ messages in thread
From: Josh Huber @ 2002-01-29 13:56 UTC (permalink / raw)


IMHO, there is a problem with the w3m support recently added -- when
you read an HTML message inline, it switches to w3m mode, changing all
the keybindings, etc.  For example pressing `h' to switch to the
article view, and attempting to switch back to the summary buffer with
`h' again just moves the cursor up one line in the article buffer.

What would be ideal, I think would be to use w3m to render the html,
but not to treat the article as a web page.

Also, it would be nice if links could be clicked on as in normal
emails which call an external browser ;)

Would this be hard?
-- 
Josh Huber



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

* Re: w3m support problem...
  2002-01-29 13:56 w3m support problem Josh Huber
@ 2002-01-29 22:58 ` Katsumi Yamaoka
  2002-01-30 13:11   ` Katsumi Yamaoka
  0 siblings, 1 reply; 5+ messages in thread
From: Katsumi Yamaoka @ 2002-01-29 22:58 UTC (permalink / raw)


Hi,

I have the same complaint from people.  I promise all to fix it
in the near future.  Please use the following hook until it has
been done.

(add-hook 'gnus-article-prepare-hook
	  (lambda nil (setq mm-w3m-minor-mode nil)))

>>>>> In <873d0pz2eq.fsf@paradoxical.net>
>>>>>	Josh Huber <huber@alum.wpi.edu> wrote:

> IMHO, there is a problem with the w3m support recently added -- when
> you read an HTML message inline, it switches to w3m mode, changing all
> the keybindings, etc.
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



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

* Re: w3m support problem...
  2002-01-29 22:58 ` Katsumi Yamaoka
@ 2002-01-30 13:11   ` Katsumi Yamaoka
  2002-01-31 18:59     ` Josh Huber
  0 siblings, 1 reply; 5+ messages in thread
From: Katsumi Yamaoka @ 2002-01-30 13:11 UTC (permalink / raw)


Hi,

>>>>> In <yosu8zagzrwa.fsf@jpl.org>
>>>>>	Katsumi Yamaoka <yamaoka@jpl.org> wrote:

> I have the same complaint from people.  I promise all to fix it
> in the near future.  Please use the following hook until it has
> been done.

> (add-hook 'gnus-article-prepare-hook
> 	  (lambda nil (setq mm-w3m-minor-mode nil)))

The future has come.  I've committed the new implementation in
Gnus CVS.  Please test!

>>>>> In <873d0pz2eq.fsf@paradoxical.net>
>>>>>	Josh Huber <huber@alum.wpi.edu> wrote:

> IMHO, there is a problem with the w3m support recently added -- when
> you read an HTML message inline, it switches to w3m mode, changing all
> the keybindings, etc.
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



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

* Re: w3m support problem...
  2002-01-30 13:11   ` Katsumi Yamaoka
@ 2002-01-31 18:59     ` Josh Huber
  2002-02-01 12:31       ` Katsumi Yamaoka
  0 siblings, 1 reply; 5+ messages in thread
From: Josh Huber @ 2002-01-31 18:59 UTC (permalink / raw)


Katsumi Yamaoka <yamaoka@jpl.org> writes:

> The future has come.

Indeed ;)

> I've committed the new implementation in Gnus CVS.  Please test!

It's almost there.  I'd still like arrow keys to just move the point
around, but they jump to different links/fields & the right arrow key
follows links.

ttyl,

-- 
Josh Huber



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

* Re: w3m support problem...
  2002-01-31 18:59     ` Josh Huber
@ 2002-02-01 12:31       ` Katsumi Yamaoka
  0 siblings, 0 replies; 5+ messages in thread
From: Katsumi Yamaoka @ 2002-02-01 12:31 UTC (permalink / raw)


>>>>> In <87aduu4a9x.fsf@paradoxical.net>
>>>>>	Josh Huber <huber@alum.wpi.edu> wrote:

> It's almost there.  I'd still like arrow keys to just move the point
> around, but they jump to different links/fields & the right arrow key
> follows links.

Ok.  I've done.  The new variable `mm-w3m-mode-dont-bind-keys'
contains [up], [right], [left] and [down].  They should not be
bound to the emacs-w3m commands.
-- 
Katsumi Yamaoka <yamaoka@jpl.org>
;; I'll be unplugged ten minutes from now till Monday (in Japan).



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

end of thread, other threads:[~2002-02-01 12:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-29 13:56 w3m support problem Josh Huber
2002-01-29 22:58 ` Katsumi Yamaoka
2002-01-30 13:11   ` Katsumi Yamaoka
2002-01-31 18:59     ` Josh Huber
2002-02-01 12:31       ` Katsumi Yamaoka

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 NNTP newsgroup(s).