Manoj Srivastava <[EMAIL PROTECTED] (va, manoj)> writes:
> Since the string mm-w3m-local-map-property does not appear in Debian
> package for Gnus, I don't see how it can be fixed. Are you sure you
> are loading the stand alone Gnus and not the builtin one?
It does appear, just use apt-get source gnus, then grep for it in
lisp/mm-view.el.
If you compare the Debian source package with a fresh checkout of CVS
HEAD, you'll notice that it differs significantly. This bug in
particular is caused by this hunk from the Debian diff.gz:
pacem:/tmp$ filterdiff -z -i \*/mm-view.el gnus_5.10.6-1.NO.20050809-2.diff.gz
--- gnus-5.10.6-1.NO.20050809.orig/lisp/mm-view.el
+++ gnus-5.10.6-1.NO.20050809/lisp/mm-view.el
[ ... snip lots of unrelated stuff ... ]
@ -226,25 +226,22 @@
[...]
(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))))
+ (nconc (mm-w3m-local-map-property)
+ ;; Put the mark meaning this part was rendered by emacs-w3m.
+ '(mm-inline-text-html-with-w3m t)))))
(mm-handle-set-undisplayer
handle
`(lambda ()
Oh, and in case you were wondering:
pacem:/tmp$ gpg --verify gnus_5.10.6-1.NO.20050809-2.dsc
gpg: Signature made Wed Aug 10 21:55:40 2005 CEST using DSA key ID BF24424C
gpg: Good signature from "Manoj Srivastava <[EMAIL PROTECTED]>"
gpg: aka "Manoj Srivastava <[EMAIL PROTECTED]>"
gpg: aka "Manoj Srivastava <[EMAIL PROTECTED]>"
gpg: aka "Manoj Srivastava <[EMAIL PROTECTED]>"
gpg: aka "Manoj Srivastava <[EMAIL PROTECTED]>"
gpg: aka "Manoj Srivastava <[EMAIL PROTECTED]>"
gpg: aka "Manoj Srivastava <[EMAIL PROTECTED]>"
gpg: aka "Manoj Srivastava <[EMAIL PROTECTED]>"
gpg: aka "Manoj Srivastava <[EMAIL PROTECTED]>"
gpg: aka "Manoj Srivastava <[EMAIL PROTECTED]>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C
pacem:/tmp$ md5sum gnus_5.10.6-1.NO.20050809-2.diff.gz
f575dc0047cca0713ee203c1a3364ffe gnus_5.10.6-1.NO.20050809-2.diff.gz
pacem:/tmp$ grep gnus_5.10.6-1.NO.20050809-2.diff.gz
gnus_5.10.6-1.NO.20050809-2.dsc
f575dc0047cca0713ee203c1a3364ffe 320781 gnus_5.10.6-1.NO.20050809-2.diff.gz
pacem:/tmp$
--
,''`.
: :' : Romain Francoise <[EMAIL PROTECTED]>
`. `' http://people.debian.org/~rfrancoise/
`-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]