From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19298 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE Newsgroups: gmane.emacs.gnus.general Subject: Re: multipart/related test Date: 29 Nov 1998 19:56:10 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035157673 10894 80.91.224.250 (20 Oct 2002 23:47:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:47:53 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA22050 for ; Sun, 29 Nov 1998 13:56:55 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB16557; Sun, 29 Nov 1998 12:56:45 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 29 Nov 1998 12:56:43 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id MAA22064 for ; Sun, 29 Nov 1998 12:56:34 -0600 (CST) Original-Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA22027 for ; Sun, 29 Nov 1998 13:56:19 -0500 (EST) Original-Received: from ramses.informatik.uni-dortmund.de (ramses.cs.uni-dortmund.de [129.217.20.180]) by waldorf.cs.uni-dortmund.de with SMTP id TAA07417 for ; Sun, 29 Nov 1998 19:56:11 +0100 (MET) Original-Received: (grossjoh@localhost) by ramses.informatik.uni-dortmund.de id TAA10533; Sun, 29 Nov 1998 19:56:11 +0100 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "29 Nov 1998 15:56:52 +0100" Original-Lines: 28 User-Agent: Gnus/5.070056 (Pterodactyl Gnus v0.56) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:19298 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:19298 Just installed pgnus-0.56 and w3-4.0pre.30 on Emacs 20.3, and this is what happened: ,----- | Signaling: (wrong-number-of-arguments # 3) | (buffer-string nil nil (mm-handle-buffer part)) | (setq data (buffer-string nil nil (mm-handle-buffer part)) content-type (mm-handle-type part) encoding (symbol-name (mm-handle-encoding part))) | (if (not part) (message "Unknown CID encounterred: %s" url) (setq data (buffer-string nil nil ...) content-type (mm-handle-type part) encoding (symbol-name ...)) (if (= 0 ...) (setq content-type "text/plain")) (if (= 0 ...) (setq encoding "8bit")) (if (listp content-type) (setq content-type ...)) (setq url-current-content-length (length data) url-current-mime-type content-type url-current-mime-encoding encoding url-current-mime-headers (list ... ...)) (and data (insert data))) | (let ((content-type nil) (encoding nil) (part nil) (data nil)) (setq part (mm-get-content-id url)) (if (not part) (message "Unknown CID encounterred: %s" url) (setq data ... content-type ... encoding ...) (if ... ...) (if ... ...) (if ... ...) (setq url-current-content-length ... url-current-mime-type content-type url-current-mime-encoding encoding url-current-mime-headers ...) (and data ...))) | url-cid-gnus("003e01be1642$a526f940$b86efea9@win") | (cond ((fboundp ...) (url-cid-gnus url)) (t (message "Unable to handle CID URL: %s" url))) | (if (not (string-match "^cid:\\(.*\\)" url)) (message "Malformed CID URL: %s" url) (setq url (url-unhex-string ...)) (cond (... ...) (t ...))) | url-cid("cid:003e01be1642$a526f940$b86efea9@win") | url-retrieve-internally("cid:003e01be1642$a526f940$b86efea9@win" nil) | url-retrieve("cid:003e01be1642$a526f940$b86efea9@win") | w3-fetch("cid:003e01be1642$a526f940$b86efea9@win") | widget-image-notify((image :args nil alt "[cid:003e01be1642$a526f940$b86efea9@win]" ismap nil usemap nil :href nil :target nil :button-face (w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w3-style-face-00001 w3-style-face-00000 w3-style-face-00000) :src "cid:003e01be1642$a526f940$b86efea9@win" where # :children ((item :args nil :value usemap :format "%[%t%]" :tag "[cid:003e01be1642$a526f940$b86efea9@win]" :button-face ... :tab-order -1 :delete widget-default-delete :action widget-default-action :notify widget-image-callback :parent #0 :help-echo widget-image-summarize :button-overlay # :from # :to #)) buffer #) (item :args nil :value usemap :format "%[%t%]" :tag "[cid:003e01be1642$a526f940$b86efea9@win]" :button-face (w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w 3! ! -style-face-00002 w3-style-face-00001 w3-style-face-00000 w3-style-face-00000) :tab-order -1 :delete widget-default-delete :action widget-default-action :notify widget-image-callback :parent (image :args nil alt "[cid:003e01be1642$a526f940$b86efea9@win]" ismap nil usemap nil :href nil :target nil :button-face (w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w3-style-face-00001 w3-style-face-00000 w3-style-face-00000) :src "cid:003e01be1642$a526f940$b86efea9@win" where # :children (#0) buffer #) :help-echo widget-image-summarize :button-overlay # :from # :to #) nil) | widget-apply((image :args nil alt "[cid:003e01be1642$a526f940$b86efea9@win]" ismap nil usemap nil :href nil :target nil :button-face (w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w3-style-face-00001 w3-style-face-00000 w3-style-face-00000) :src "cid:003e01be1642$a526f940$b86efea9@win" where # :children ((item :args nil :value usemap :format "%[%t%]" :tag "[cid:003e01be1642$a526f940$b86efea9@win]" :button-face ... :tab-order -1 :delete widget-default-delete :action widget-default-action :notify widget-image-callback :parent #0 :help-echo widget-image-summarize :button-overlay # :from # :to #)) buffer #) :notify (item :args nil :value usemap :format "%[%t%]" :tag "[cid:003e01be1642$a526f940$b86efea9@win]" :button-face (w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w! ! 3-style-face-00002 w3-style-face-00001 w3-style-face-00000 w3-style-face-00000) :tab-order -1 :delete widget-default-delete :action widget-default-action :notify widget-image-callback :parent (image :args nil alt "[cid:003e01be1642$a526f940$b86efea9@win]" ismap nil usemap nil :href nil :target nil :button-face (w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w3-style-face-00001 w3-style-face-00000 w3-style-face-00000) :src "cid:003e01be1642$a526f940$b86efea9@win" where # :children (#0) buffer #) :help-echo widget-image-summarize :button-overlay # :from # :to #) nil) | widget-default-action((item :args nil :value usemap :format "%[%t%]" :tag "[cid:003e01be1642$a526f940$b86efea9@win]" :button-face (w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w3-style-face-00001 w3-style-face-00000 w3-style-face-00000) :tab-order -1 :delete widget-default-delete :action widget-default-action :notify widget-image-callback :parent (image :args nil alt "[cid:003e01be1642$a526f940$b86efea9@win]" ismap nil usemap nil :href nil :target nil :button-face (w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w3-style-face-00001 w3-style-face-00000 w3-style-face-00000) :src "cid:003e01be1642$a526f940$b86efea9@win" where # :children (#0) buffer #) :help-echo widget-image-summarize :button-overlay # :from # :to #) nil) | widget-apply((item :args nil :value usemap :format "%[%t%]" :tag "[cid:003e01be1642$a526f940$b86efea9@win]" :button-face (w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w3-style-face-00001 w3-style-face-00000 w3-style-face-00000) :tab-order -1 :delete widget-default-delete :action widget-default-action :notify widget-image-callback :parent (image :args nil alt "[cid:003e01be1642$a526f940$b86efea9@win]" ismap nil usemap nil :href nil :target nil :button-face (w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w3-style-face-00001 w3-style-face-00000 w3-style-face-00000) :src "cid:003e01be1642$a526f940$b86efea9@win" where # :children (#0) buffer #) :help-echo widget-image-summarize :button-overlay # :from # :to #) :action nil) | widget-apply-action((item :args nil :value usemap :format "%[%t%]" :tag "[cid:003e01be1642$a526f940$b86efea9@win]" :button-face (w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w3-style-face-00001 w3-style-face-00000 w3-style-face-00000) :tab-order -1 :delete widget-default-delete :action widget-default-action :notify widget-image-callback :parent (image :args nil alt "[cid:003e01be1642$a526f940$b86efea9@win]" ismap nil usemap nil :href nil :target nil :button-face (w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w3-style-face-00002 w3-style-face-00001 w3-style-face-00000 w3-style-face-00000) :src "cid:003e01be1642$a526f940$b86efea9@win" where # :children (#0) buffer #) :help-echo widget-image-summarize :button-overlay # :from # :to #) nil) | widget-button-press(2300) | call-interactively(widget-button-press) `----- kai -- Life is hard and then you die.