Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Richard Riley <rileyrgdev@gmail.com>
To: info-gnus-english@gnu.org
Subject: Re: Best way to see html stuff
Date: Wed, 17 Dec 2008 17:57:07 +0100	[thread overview]
Message-ID: <gibb4k$fpr$1@usenet238.motzarella.org> (raw)
In-Reply-To: <mailman.2936.1229509724.26697.info-gnus-english@gnu.org>

Tassilo Horn <tassilo@member.fsf.org> writes:

> Torben Knudsen <tk@es.aau.dk> writes:
>
> Hi Torben,
>
>> What is the advantages of using emacs-w3m?
>
> It's inside emacs, so you don't need any window switching and all
> article/summary mode bindings are available.  Indeed, the article buffer
> is the same as usual but rendered nicely.
>
>> How does emacs-w3m compare with firefox?
>
> Firefox renders more correct, especially when the mail contains CSS or
> frames.  But to reply or move to the next article you have to switch
> back to the emacs frame.
>
>> Can I still click on links and se them in firefox?
>
> With RET it'll be opened with emacs-w3m, but I think that there's a way
> to use an external browser.  (For example by advicing the function
> triggered by RET and call browse-url-browser-function whin in
> gnus-article-mode.
>
> Bye,
> Tassilo

I use this which also allows you to use hidden or rendered links in w3m
as well as text urls. Use prefix for launch in your configured external
browser (e.g C-u F4)


,----
| ; use f4 for direct URLs. C-u f4 for external default browser.
| (global-set-key (kbd "<f4>") 'rgr/browse-url)
| 
| (defun rgr/browse-url (arg &optional url)
|   (interactive "P")
|   (setq url (or url (w3m-url-valid (w3m-anchor)) (browse-url-url-at-point) (region-or-word-at-point)))
|   (if arg
|       (when url (browse-url-default-browser url))
|     (if  url (browse-url url) (call-interactively 'browse-url))
|     ))
`----

  parent reply	other threads:[~2008-12-17 16:57 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-15  7:52 Torben Knudsen
2008-12-15 10:47 ` Tassilo Horn
     [not found] ` <mailman.2783.1229338035.26697.info-gnus-english@gnu.org>
2008-12-16  8:12   ` Torben Knudsen
2008-12-16  8:38     ` Quotation style (was: Best way to see html stuff) Teemu Likonen
2008-12-16 14:19       ` Torben Knudsen
2008-12-16 19:26     ` Best way to see html stuff Tassilo Horn
     [not found]     ` <mailman.2886.1229455591.26697.info-gnus-english@gnu.org>
2008-12-17  7:30       ` Torben Knudsen
2008-12-17  8:06         ` Tassilo Horn
     [not found]         ` <mailman.2932.1229501180.26697.info-gnus-english@gnu.org>
2008-12-17  9:38           ` Torben Knudsen
2008-12-17 10:19             ` Tassilo Horn
     [not found]             ` <mailman.2934.1229509215.26697.info-gnus-english@gnu.org>
2008-12-17 11:15               ` Torben Knudsen
2008-12-17 11:40               ` Torben Knudsen
2008-12-17  8:00   ` Torben Knudsen
2008-12-17 10:28     ` Tassilo Horn
     [not found]     ` <mailman.2936.1229509724.26697.info-gnus-english@gnu.org>
2008-12-17 16:57       ` Richard Riley [this message]
2008-12-17 18:09     ` Charles philip Chan
     [not found]     ` <mailman.2966.1229537488.26697.info-gnus-english@gnu.org>
2008-12-19  7:26       ` Torben Knudsen
2008-12-19  8:32         ` Tassilo Horn

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='gibb4k$fpr$1@usenet238.motzarella.org' \
    --to=rileyrgdev@gmail.com \
    --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).