comparison 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
comparison
equal deleted inserted replaced
43165:9714dc041391 43166:aa31e3865857
1665 (save-window-excursion 1665 (save-window-excursion
1666 (save-restriction 1666 (save-restriction
1667 (narrow-to-region (point) (point-max)) 1667 (narrow-to-region (point) (point-max))
1668 (mm-setup-w3) 1668 (mm-setup-w3)
1669 (let ((w3-strict-width (window-width)) 1669 (let ((w3-strict-width (window-width))
1670 (url-gateway-unplugged t)
1670 (url-standalone-mode t)) 1671 (url-standalone-mode t))
1671 (condition-case var 1672 (condition-case var
1672 (w3-region (point-min) (point-max)) 1673 (w3-region (point-min) (point-max))
1673 (error)))))))) 1674 (error))))))))
1674 1675