Saying `I' on an image (<IMG SRC="..."> or <A HREF="..."> makes no difference) offers me to save the image.
There is a variable called `w3m-display-inline-image' but setting it to `t' doesn't make any difference. Perhaps this setting does only make sense for XEmacs and Emacs 21.
Cheers, Ray -- "I heard if you play the NT-4.0-CD backwards, you get a satanic message." "Thats nothing, if you play it forward, it installs NT-4.0"
Raymond Scholz wrote: > There is a variable called `w3m-display-inline-image' but setting it > to `t' doesn't make any difference. Perhaps this setting does only > make sense for XEmacs and Emacs 21.
Yes, with Emacs 21 you will get inline images -- very nice. w3m.el is a nice browser, how can I use this mode in Gnus for rendering html-Mails?
Dirk
-- A morning without coffee is like something without something else.
--(Once apon a time, in gnu.emacs.help,)-- --(Dirk Meyer said it like only they can.)--
> Raymond Scholz wrote: > > There is a variable called `w3m-display-inline-image' but setting it > > to `t' doesn't make any difference. Perhaps this setting does only > > make sense for XEmacs and Emacs 21.
> Yes, with Emacs 21 you will get inline images -- very nice. w3m.el is > a nice browser, how can I use this mode in Gnus for rendering > html-Mails?
How will this work for the console? Will it try to launch an external viewer much like links or w3m does? /me has visions of a framebufferd gnuemacs graphical w3 browser floating in his head. /me smackes himself upside the head
-- --(t...@faux.local|04:45|/home/faux)-- cat .sig GUI's are for slackers. Get ibpconf.sh 6.1 on freshmeat.net --(t...@faux.local|04:45|/home/faux)-- export UIN=66618055
It's a damn poor mind that can only think of one way to spell a word. - Andrew Jackson
>>>>> On Tue Jul 17, Dirk writes: > Yes, with Emacs 21 you will get inline images -- very nice. w3m.el > is a nice browser, how can I use this mode in Gnus for rendering > html-Mails?
John Wiegley <jo...@gnu.org> writes: > >>>>> On Tue Jul 17, Dirk writes:
> > Yes, with Emacs 21 you will get inline images -- very nice. w3m.el > > is a nice browser, how can I use this mode in Gnus for rendering > > html-Mails?
Wow, that works great - much better and faster than W3!
The only problem is that it does nothing when you mouse-2 on links (although they are still highlighted). Is there any way of getting it to invoke browse-url (or equivalent)?
>The only problem is that it does nothing when you mouse-2 on links >(although they are still highlighted). >Is there any way of getting it to invoke browse-url (or equivalent)?
isn't w3m-mode just w3m running in a term-mode buffer? if so it's unlikely that you can invoke emacs functions, though you might be able to convince w3m to use the mouse itself.
those who know me have no need of my name <not-a-real-addr...@usa.net> writes:
| <ug0buh07g....@ariel.co.uk> divulged: | | >The only problem is that it does nothing when you mouse-2 on links | >(although they are still highlighted). | >Is there any way of getting it to invoke browse-url (or equivalent)? | | isn't w3m-mode just w3m running in a term-mode buffer? if so it's unlikely
Definitely not. I'm sure John's emacs-w3m washing could be modified (well, actually it is emacs-w3m's rendering code that has to be modified/augmented/adviced/whateva) to do the same thing the default W3 washing does, but I don't really have any need to read HTML mails so I won't be doing that :)
> Wow, that works great - much better and faster than W3!
> The only problem is that it does nothing when you mouse-2 on links > (although they are still highlighted). > Is there any way of getting it to invoke browse-url (or equivalent)?
> > Wow, that works great - much better and faster than W3!
> > The only problem is that it does nothing when you mouse-2 on links > > (although they are still highlighted). > > Is there any way of getting it to invoke browse-url (or equivalent)?
That works great here, too. But if I haven't started emacs-w3m before I start gnus, I get an error complaining about w3m-region (which I can fix with (autoload 'w3m-region "w3m") ) and about an unbound variable, w3m-mode-map. What's the best way to handle that?
>But if I haven't started emacs-w3m before I start gnus, I get an error >complaining about w3m-region (which I can fix with >(autoload 'w3m-region "w3m") ) >and about an unbound variable, w3m-mode-map. >What's the best way to handle that?
as long as it's somewhere in your load-path either (load-library "w3m") or (require 'w3m).
-- warning: i hate typing uppercase and will do my utmost to avoid it. hence where the emacs norm is to use M-, \M-, C-, \C-, RET, SPC, i use \m-, \m-, \c-, \c-, <ret>, and <spc>.