all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Torsten Mueller <dev-null@shared-files.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Moving from Thunderbird to Emacs for mail and calendar
Date: Wed, 09 Sep 2009 14:40:31 +0200	[thread overview]
Message-ID: <uhbvcwatc.fsf@shared-files.de> (raw)
In-Reply-To: mailman.6303.1252497724.2239.help-gnu-emacs@gnu.org

Andreas Politz <politza@fh-trier.de> wrote:

> > > Yes, especially if it can use the w3m text browser + emacs-w3m
> > > to render the messages. w3m would need to be installed
> > > separately, but I don't know if it works on Windows.
> >
> > It does, very well.
>
> Is there are binary to be found somewhere ?

http://ftp.uni-erlangen.de/pub/pc/gnuwin32/cygwin/mirrors/cygnus/release/w3m/w3m-0.5.1-2.tar.bz2

This binary is compiled for cygwin but the package is standalone. This
means it contains all the required dlls. You will not have to install
a complete cygwin environment. Just unpack and run w3m.exe.

For use with emacs you will need to install the emacs-w3m package.
You will have to configure some things in .emacs:

1. The path to the binary:

(setq w3m-command "c:/usr/local/w3m-0.5.1-2/bin/w3m.exe")

2. The load-path to the lisp directory:

(setq load-path	(append load-path '("c:/usr/local/emacs-22.2.1/site-lisp/w3m/lisp")))

3. Load the w3m lisp module:

(load-library "w3m.elc")

Note: This line in a .emacs will slow down the startup process
dramatically. Perhaps it's a better way to put this into a function
("load-w3m" or similar) and call this on demand (M-x load-w3m).

4. And if you use Gnus - set w3m to render your HTML mails:

(setq mm-text-html-renderer 'w3m
      mm-inline-text-html-with-images t
      mm-inline-large-images t
)

If everthing goes well you can just type M-x w3m for browsing www.

T.M.


  parent reply	other threads:[~2009-09-09 12:40 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-08 23:33 Moving from Thunderbird to Emacs for mail and calendar Jeff Clough
2009-09-09  2:55 ` Bastien
2009-09-09  9:45   ` Tassilo Horn
     [not found]   ` <mailman.6296.1252489560.2239.help-gnu-emacs@gnu.org>
2009-09-09 10:08     ` Torsten Mueller
2009-09-09 12:00       ` Andreas Politz
     [not found]       ` <mailman.6303.1252497724.2239.help-gnu-emacs@gnu.org>
2009-09-09 12:40         ` Torsten Mueller [this message]
2009-09-09 15:39           ` Andreas Politz
     [not found] ` <mailman.6268.1252464957.2239.help-gnu-emacs@gnu.org>
2009-09-09  3:12   ` notbob
2009-09-09  7:18     ` Sébastien Vauban
2009-09-09  8:27       ` ken
2009-09-09 10:06         ` Andreas Politz
     [not found]       ` <mailman.6288.1252484861.2239.help-gnu-emacs@gnu.org>
2009-09-09  9:59         ` Sébastien Vauban
2009-09-09 23:31           ` ken
     [not found]           ` <mailman.6339.1252539077.2239.help-gnu-emacs@gnu.org>
2009-09-09 23:59             ` Richard Riley
2009-10-12 12:06   ` Francis Moreau
2009-10-12 12:47     ` Jeff Clough
     [not found]     ` <mailman.8593.1255351673.2239.help-gnu-emacs@gnu.org>
2009-10-12 12:56       ` Richard Riley
2009-10-12 13:40         ` Francis Moreau
2009-10-12 16:51           ` Richard Riley
2009-10-12 17:12           ` Andreas Politz
2009-10-13 13:29             ` Jeff Clough
     [not found]             ` <mailman.8683.1255440588.2239.help-gnu-emacs@gnu.org>
2009-10-13 13:58               ` Richard Riley
2009-10-13 15:33                 ` Jeff Clough
     [not found]                 ` <mailman.8686.1255448028.2239.help-gnu-emacs@gnu.org>
2009-10-13 16:20                   ` Richard Riley
2009-10-13 17:13                     ` Jeff Clough
2009-10-13 17:51                       ` Memnon Anon
2009-10-13 18:17                       ` Matt Lundin
     [not found]                     ` <mailman.8690.1255454017.2239.help-gnu-emacs@gnu.org>
2009-10-13 17:32                       ` rustom
2009-10-13 17:40                         ` Richard Riley
2009-10-13 17:35                       ` Richard Riley
2009-10-13 19:31                   ` Ted Zlatanov
2009-10-15 19:59                 ` Francis Moreau
2009-10-16 14:26                   ` Richard Riley
2009-10-16 19:23                     ` Francis Moreau
     [not found] ` <mailman.6308.1252506039.2239.help-gnu-emacs@gnu.org>
2009-09-09 14:35   ` Richard Riley
2009-09-09 15:48     ` Jeff Clough
     [not found]     ` <mailman.6321.1252511354.2239.help-gnu-emacs@gnu.org>
2009-09-10  5:17       ` Jason Rumney
2009-09-10  5:12   ` Jason Rumney
     [not found] ` <4AA7B21C.4000008@chaosphere.com>
2009-09-09 14:35   ` Bastien
2009-09-09 15:28     ` Jeff Clough
2009-09-09 22:25       ` Bastien
2009-09-09 17:55   ` Jeff Clough
     [not found] <mailman.6252.1252454441.2239.help-gnu-emacs@gnu.org>
2009-09-13  1:06 ` Dave Täht
2009-10-12  2:11   ` Anyone gone from mutt to Emacs? was: " David Combs
2009-10-25 13:12     ` Dave Täht
2009-10-27 12:03   ` Francis Moreau

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=uhbvcwatc.fsf@shared-files.de \
    --to=dev-null@shared-files.de \
    --cc=Urlicht@gmx.net \
    --cc=help-gnu-emacs@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.
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.