Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Cc: jidanni@jidanni.org, emacs-w3m@namazu.org
Subject: [emacs-w3m:10503] Re: nnrss vs. copy link location
Date: Thu, 04 Dec 2008 10:58:37 +0900	[thread overview]
Message-ID: <b4m7i6gg0qa.fsf@jpl.org> (raw)
In-Reply-To: <20081204.021742.256018989115879870.nao.aota@gmail.com>

>>>>> Naohiro Aota wrote:
> It seems that there is something wrong with Gnus.

> mm-inline-text-html-render-with-w3m() in mm-view.el
> .-------------------------------------------------------------------------------
>|	(let ((w3m-safe-url-regexp mm-w3m-safe-url-regexp)
>|	      w3m-force-redisplay)
>|	  (w3m-region (point-min) (point-max) nil charset))
> `-------------------------------------------------------------------------------

> Here, links' special keymap (w3m-link-map) is set.

> .-------------------------------------------------------------------------------
>|	(when (and mm-inline-text-html-with-w3m-keymap
>|		   (boundp 'w3m-minor-mode-map)
>|		   w3m-minor-mode-map)
>|	  (add-text-properties
>|	   (point-min) (point-max)
>|	   (list 'keymap w3m-minor-mode-map
>|		 ;; Put the mark meaning this part was rendered by
> emacs-w3m.
>|		 'mm-inline-text-html-with-w3m t)))
> `-------------------------------------------------------------------------------

> But here, the previous keymap is overridden. :(

> Anyway, I wrote a patch to fix this problem. Could you check it?

Thank you for fixing the bug.  I verified that the patch does
the trick and realized that the mouse handling on links got to be
very convenient.  I've committed your patch (that was broken but
I repaired manually) in both the Gnus trunk and the Emacs trunk.

Regards,



  parent reply	other threads:[~2008-12-04  1:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-03  0:51 jidanni
2008-12-03  2:18 ` Robert D. Crawford
2008-12-03  3:26   ` jidanni
2008-12-03 17:17 ` [emacs-w3m:10493] " Naohiro Aota
2008-12-03 19:21   ` jidanni
2008-12-04  1:58   ` Katsumi Yamaoka [this message]
2008-12-04 20:14     ` [emacs-w3m:10503] " Reiner Steib
2008-12-04 22:14       ` [emacs-w3m:10509] " Katsumi Yamaoka

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=b4m7i6gg0qa.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    --cc=emacs-w3m@namazu.org \
    --cc=jidanni@jidanni.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).