Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Charles Philip Chan <cpchan@bell.net>
To: info-gnus-english@gnu.org
Subject: Re: Moving the cursor down the lines of an HTML-email
Date: Tue, 07 Aug 2012 14:46:34 -0400	[thread overview]
Message-ID: <87ipcumtf9.fsf@karnak.MagnumOpus.khem> (raw)
In-Reply-To: <874noe60vl.fsf@topper.koldfront.dk>


[-- Attachment #1.1: Type: text/plain, Size: 1415 bytes --]

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 #1.2: Type: application/pgp-signature, Size: 197 bytes --]

[-- Attachment #2: Type: text/plain, Size: 162 bytes --]

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

  reply	other threads:[~2012-08-07 18:46 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-07 15:59 Adam Sjøgren
2012-08-07 17:06 ` Charles Philip Chan
2012-08-07 17:57   ` Adam Sjøgren
2012-08-07 18:46     ` Charles Philip Chan [this message]
2012-08-07 18:49       ` Adam Sjøgren
2012-08-07 20:39         ` Charles Philip Chan
2012-08-08  8:45           ` Adam Sjøgren
2012-08-08  9:12             ` Charles Philip Chan
2012-08-08 12:22               ` Adam Sjøgren
2012-08-08 12:30                 ` Adam Sjøgren
2012-08-08 13:29                   ` Charles Philip Chan
2012-08-08 13:31                     ` Adam Sjøgren
2012-08-08 13:53                       ` Charles Philip Chan
2012-08-08 14:17                         ` Adam Sjøgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ipcumtf9.fsf@karnak.MagnumOpus.khem \
    --to=cpchan@bell.net \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).