/[emacs]/emacs/lisp/gnus/mm-view.el
ViewVC logotype

Diff of /emacs/lisp/gnus/mm-view.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by zsh, Wed Dec 5 19:27:45 2001 UTC revision 1.7 by zsh, Thu Feb 7 15:57:55 2002 UTC
# Line 89  Line 89 
89        (setq text (mm-get-part handle))        (setq text (mm-get-part handle))
90        (let ((b (point))        (let ((b (point))
91              (url-standalone-mode t)              (url-standalone-mode t)
92                (url-gateway-unplugged t)
93              (url-current-object              (url-current-object
94               (url-generic-parse-url (format "cid:%s" (mm-handle-id handle))))               (url-generic-parse-url (format "cid:%s" (mm-handle-id handle))))
95              (width (window-width))              (width (window-width))
# Line 120  Line 121 
121                  (let ((w3-strict-width width)                  (let ((w3-strict-width width)
122                        ;; Don't let w3 set the global version of                        ;; Don't let w3 set the global version of
123                        ;; this variable.                        ;; this variable.
124                        (fill-column fill-column)                        (fill-column fill-column))
                       (url-standalone-mode t))  
125                    (condition-case var                    (condition-case var
126                        (w3-region (point-min) (point-max))                        (w3-region (point-min) (point-max))
127                      (error                      (error
# Line 214  Line 214 
214    
215  (defun mm-w3-prepare-buffer ()  (defun mm-w3-prepare-buffer ()
216    (require 'w3)    (require 'w3)
217    (let ((url-standalone-mode t))    (let ((url-standalone-mode t)
218            (url-gateway-unplugged t))
219      (w3-prepare-buffer)))      (w3-prepare-buffer)))
220    
221  (defun mm-view-message ()  (defun mm-view-message ()

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26