From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61960 Path: news.gmane.org!not-for-mail From: Hynek Schlawack Newsgroups: gmane.emacs.gnus.general Subject: Re: Viewing HTML-mails with external browsers - proposed code Date: Mon, 13 Feb 2006 16:37:19 +0100 Message-ID: <87hd73nuc0.fsf@ularx.de> References: <874q56xeh4@ularx.de> <878xt8wi4l@ularx.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139845071 15267 80.91.229.2 (13 Feb 2006 15:37:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2006 15:37:51 +0000 (UTC) Original-X-From: ding-owner+m10487@lists.math.uh.edu Mon Feb 13 16:37:47 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F8flH-0008Ex-IU for ding-account@gmane.org; Mon, 13 Feb 2006 16:37:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1F8flD-0007qW-00; Mon, 13 Feb 2006 09:37:07 -0600 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1F8fkz-0007qR-00 for ding@lists.math.uh.edu; Mon, 13 Feb 2006 09:36:53 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1F8fkx-0007Tf-K1 for ding@lists.math.uh.edu; Mon, 13 Feb 2006 09:36:53 -0600 Original-Received: from relay1.mail.vrmd.de ([81.28.232.18]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1F8fkw-0005Ht-00 for ; Mon, 13 Feb 2006 16:36:51 +0100 Original-Received: from [84.189.71.195] (helo=squirrel.selfip.org) by relay1.mail.vrmd.de with esmtpa (Exim 4.60) (envelope-from ) id 1F8fkw-0002Nx-Ib for ding@gnus.org; Mon, 13 Feb 2006 16:36:50 +0100 Original-To: ding@gnus.org In-Reply-To: (Reiner Steib's message of "Mon, 13 Feb 2006 15:53:09 +0100") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Relay-User: mailout@ularx.de X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61960 Archived-At: * Reiner Steib wrote: >>> Maybe we get more feedback now that I committed it to `gnus-art.el'. >> ;-) >> I make a proposal to make `mm-make-temp-file' the copy of >> `make-temp-file' which is defined in Emacs 22. Now >> `mm-make-temp-file' is an alias to `make-temp-file' which >> doesn't allow the optional 3rd argument in Emacs 21. [...] > Please do if you think it make sense. > In the mean time I've added a quick workaround (concat ... ".html") > for the suffix Unfortunately, this ain't a viable way to go. Because make-temp-file apparently creates the file which leads to two temp-files per call (one empty without .html and the actual file). :( Suggestions?