From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7365 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.user Subject: Re: cid problems Date: Tue, 23 May 2006 10:43:08 +0900 Organization: Emacsen advocacy group Message-ID: References: <1148296300.206613.52570@38g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1148352017 5474 80.91.229.2 (23 May 2006 02:40:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 May 2006 02:40:17 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue May 23 04:40:14 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FiMof-0007EC-6J for gegu-info-gnus-english@m.gmane.org; Tue, 23 May 2006 04:40:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FiMoe-0003l8-Mh for gegu-info-gnus-english@m.gmane.org; Mon, 22 May 2006 22:40:12 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 62 Original-X-Trace: individual.net ZyjDPZAP0aU/ZzzhArM1KAv+Fpb03i0tuo1jtKTo8hT6CuNts= X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:19wgD7Ozq3EFBZ3iru0fsATeweE= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77548 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:7365 Archived-At: >>>>> In <1148296300.206613.52570@38g2000cwa.googlegroups.com> >>>>> google@mirror.to wrote: > I recently upgraded to No Gnus 0.4 from Debian, > under XEmacs 21.4 patch 17 Jumbo Shrimp, > and cid rendering seems to have stopped working. > It's possible I changed something in .gnus, but I don't think so... > Here's what seems like it might be relavent: Well, I found nothing to stop the cid rendering there. Actually I tried Gnus v0.4 and your configuration, and could see images which have been embedded as cid urls in some html messages. I think there may be another cause. For instance, your XEmacs has been built with no image libraries, there are no contents related to a cid tag within a message, etc. > (setq mm-automatic-display > '( > "application/pgp-signature" > "image/gif" > "image/jpeg" > "image/png" > "message/delivery-status" > "message/rfc822" > "multipart/related" > "multipart/mixed" > "text/enriched" > "text/html" > "text/richtext" > )) Although there's no problem if you are sure what you do, using `setq' to set such a list variable might let you overlook some significant elements that have been added in the new Gnus release (it is a basic problem that will happen when using `M-x customize-option' as well, though). A better way to do that seems to be the use of `add-to-list' and/or `remove'. > (setq mm-discouraged-alternatives > '("text/html" > "text/richtext")) > (add-to-list 'mm-inlined-types "message/rfc822") > (setq mm-inline-large-images 'T) > (setq mm-inline-text-html-with-images 'T) > (setq mm-w3m-safe-url-regexp 'nil) > (setq mm-text-html-renderer 'w3m) > (setq w3m-default-display-inline-images 'T) > (setq w3m-display-inline-image 'T) > I had to set mm-w3m-safe-url-regexp to nil to make cid's render before > I upgraded. Despite what the manual said, under the previous debian > gnus rev, > if I left it alone, cid's didn't work, and when I flipped it to nil, > they did... I don't think what you are talking about is cid. As far as I know, cid tags are used to point contents which are embedded in messages themselves as MIME parts. Contents being able to be displayed by setting `mm-w3m-safe-url-regexp' to nil are external links, such as http tags.