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

DELIVERY FAILURE: User whchan (whchan@xxxxxxxxxxx) not listed in DominoDirectory



Your message

  Subject: [Re: url-http.el breaks Emacs/W3]

was not delivered to:

  whchan@xxxxxxxxxxx

because:

  User whchan (whchan@xxxxxxxxxxx) not listed in Domino Directory


Could not process part with Content-Type: message/delivery-status.

---- Begin included message ----
you need this if you're using w3 under emacs 22.

---- Begin included message ----
Sorry about my delay in answering...

The patch looks fine to me when I look in the archives; anyway here is
a shorter version.  It doesn't fix the indentation of the
w3-fetch-callback function, but should be able to pass through most
e-mail systems unharmed.

Magnus

*** w3.el	03 Mar 2006 04:13:41 +0100	1.32
--- w3.el	02 Oct 2006 00:28:26 +0200	
***************
*** 293,299 ****
  	(w3-setup-reload-timer uri (url-view-url t)
  			       (string-to-int (or reload "5"))))))
  
! (defun w3-fetch-callback (url)
    (w3-nasty-disgusting-http-equiv-handling (current-buffer) url)
    ;; Process any cookie and refresh headers.
    (let (headers)
--- 293,306 ----
  	(w3-setup-reload-timer uri (url-view-url t)
  			       (string-to-int (or reload "5"))))))
  
! (defun w3-fetch-callback (&rest args)
!   (let ((url (cond
! 	      ;; see callback argument conventions in docstring of
! 	      ;; `url-retrieve'
! 	      ((eq (car args) :redirect)
! 	       (caddr args))
! 	      (t
! 	       (car args)))))
    (w3-nasty-disgusting-http-equiv-handling (current-buffer) url)
    ;; Process any cookie and refresh headers.
    (let (headers)
***************
*** 369,375 ****
  	;; Must be an external viewer
  	(mm-display-part handle)
  	;;(mm-destroy-parts handle)
! 	)))))
  
  ;;;###autoload
  (defun w3-fetch (&optional url target)
--- 376,382 ----
  	;; Must be an external viewer
  	(mm-display-part handle)
  	;;(mm-destroy-parts handle)
! 	))))))
  
  ;;;###autoload
  (defun w3-fetch (&optional url target)
---- End included message ----
---- End included message ----

Emacspeak Files | Subscribe | Unsubscribe | Search