diff lisp/gnus/gnus-art.el @ 43166:aa31e3865857

* gnus-art.el (article-wash-html): Bind url-gateway-unplugged. * mm-view.el (mm-w3-prepare-buffer): Ditto. (mm-inline-text): Ditto. Suggested by Dave Love <fx@gnu.org>. * mml.el (mml-preview): Disable local map. * mml.el (mml-preview): Bind `q'.
author ShengHuo ZHU <zsh@cs.rochester.edu>
date Thu, 07 Feb 2002 15:57:55 +0000
parents 1e4516b1d514
children b8391c00e2c9
line wrap: on
line diff
--- a/lisp/gnus/gnus-art.el	Thu Feb 07 11:23:35 2002 +0000
+++ b/lisp/gnus/gnus-art.el	Thu Feb 07 15:57:55 2002 +0000
@@ -1667,6 +1667,7 @@
 	  (narrow-to-region (point) (point-max))
 	  (mm-setup-w3)
 	  (let ((w3-strict-width (window-width))
+		(url-gateway-unplugged t)
 		(url-standalone-mode t))
 	    (condition-case var
 		(w3-region (point-min) (point-max))