emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/mm-view.el


From: ShengHuo ZHU
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mm-view.el
Date: Thu, 07 Feb 2002 10:57:56 -0500

Index: emacs/lisp/gnus/mm-view.el
diff -c emacs/lisp/gnus/mm-view.el:1.6 emacs/lisp/gnus/mm-view.el:1.7
*** emacs/lisp/gnus/mm-view.el:1.6      Wed Dec  5 14:27:45 2001
--- emacs/lisp/gnus/mm-view.el  Thu Feb  7 10:57:55 2002
***************
*** 89,94 ****
--- 89,95 ----
        (setq text (mm-get-part handle))
        (let ((b (point))
            (url-standalone-mode t)
+           (url-gateway-unplugged t)
            (url-current-object
             (url-generic-parse-url (format "cid:%s" (mm-handle-id handle))))
            (width (window-width))
***************
*** 120,127 ****
                (let ((w3-strict-width width)
                      ;; Don't let w3 set the global version of
                      ;; this variable.
!                     (fill-column fill-column)
!                     (url-standalone-mode t))
                  (condition-case var
                      (w3-region (point-min) (point-max))
                    (error
--- 121,127 ----
                (let ((w3-strict-width width)
                      ;; Don't let w3 set the global version of
                      ;; this variable.
!                     (fill-column fill-column))
                  (condition-case var
                      (w3-region (point-min) (point-max))
                    (error
***************
*** 214,220 ****
  
  (defun mm-w3-prepare-buffer ()
    (require 'w3)
!   (let ((url-standalone-mode t))
      (w3-prepare-buffer)))
  
  (defun mm-view-message ()
--- 214,221 ----
  
  (defun mm-w3-prepare-buffer ()
    (require 'w3)
!   (let ((url-standalone-mode t)
!       (url-gateway-unplugged t))
      (w3-prepare-buffer)))
  
  (defun mm-view-message ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]