info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Moving the cursor down the lines of an HTML-email


From: Charles Philip Chan
Subject: Re: Moving the cursor down the lines of an HTML-email
Date: Tue, 07 Aug 2012 14:46:34 -0400
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

asjo@koldfront.dk (Adam Sjøgren) writes:

Hello Adam:

> What version of w3m do you use? Do you have any setup related to
> w3m/html?

Emacs version: 24.1.50.1 (x86_64-suse-linux-gnu, GTK+ Version 2.22.1) of
2012-06-13

W3M version: w3m/0.5.2, options 
lang=en,m17n,image,color,ansi-color,mouse,menu,cookie,ssl,ssl-verify,external-uri-loader,nntp,gopher,ipv6,alarm,mark

Gnus version: Ma Gnus v06

Here is my W3M setup for Gnus:

,----
| (setq
|  mm-inline-text-html-renderer 'mm-inline-text-html-render-with-w3m
|  w3m-display-inline-image t
|  gnus-article-wash-function 'gnus-article-wash-html-with-w3m)
| 
| (setq mm-text-html-renderer 'w3m)
| (setq mm-inline-text-html-with-images t)
| 
| (defun gnus-summary-w3m-safe-toggle-inline-images (&optional arg)
|   "Toggle displaying of all images in the article buffer.
|   If the prefix arg is given, all images are considered to be safe."
|     (interactive "P")
|       (save-excursion
|           (set-buffer gnus-article-buffer)
|               (w3m-safe-toggle-inline-images arg)))
|               
|               (eval-after-load "gnus-sum"
|                 '(define-key gnus-summary-mode-map
|                      "\C-i" 'gnus-summary-w3m-safe-toggle-inline-images))
`----

I also have Emacs-w3m installed and configured.

Regards,
Charles

-- 
Dijkstra probably hates me
(Linus Torvalds, in kernel/sched.c)

Attachment: pgpZiQj9XPOuN.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]