From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: temp file hole? Date: Thu, 04 Oct 2007 16:49:50 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1191509408 2710 80.91.229.12 (4 Oct 2007 14:50:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Oct 2007 14:50:08 +0000 (UTC) To: Stefan Monnier , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 04 16:50:05 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IdS1P-0000mb-1A for ged-emacs-devel@m.gmane.org; Thu, 04 Oct 2007 16:49:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdS1I-0007Uq-96 for ged-emacs-devel@m.gmane.org; Thu, 04 Oct 2007 10:49:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IdS1E-0007RY-Jm for emacs-devel@gnu.org; Thu, 04 Oct 2007 10:49:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IdS1A-0007JT-63 for emacs-devel@gnu.org; Thu, 04 Oct 2007 10:49:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdS19-0007JQ-Vw for emacs-devel@gnu.org; Thu, 04 Oct 2007 10:49:36 -0400 Original-Received: from mailrelay2.alcatel.de ([194.113.59.96]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IdS18-0000fa-QQ for emacs-devel@gnu.org; Thu, 04 Oct 2007 10:49:35 -0400 Original-Received: from slbhab.alcatel.de (slbhab.bln.sel.alcatel.de [149.204.63.218]) by mailrelay2.alcatel.de (8.13.4/8.13.4/ICT) with ESMTP id l94EnPZ5001084; Thu, 4 Oct 2007 16:49:25 +0200 In-Reply-To: (Michael Albinus's message of "Thu, 04 Oct 2007 15:56:54 +0200") User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux) X-Scanned-By: MIMEDefang 2.51 on 149.204.45.73 X-Detected-Kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:80239 Archived-At: I wrote: > The other reason why I have switched from make-temp-file to > make-temp-name is that make-temp-file creates a file without the > possibility to declare a file name extension. This is true for Emacs 21. For Emacs 22/23, I can use make-temp-file as it is, of course. Best regards, Michael.