From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: patch: write-file to arbitrary target directory Date: Sat, 17 Nov 2007 18:31:09 -0500 Message-ID: References: <86r6ip7k4x.fsf@nirvana.pusto.de> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1195342417 15257 80.91.229.12 (17 Nov 2007 23:33:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Nov 2007 23:33:37 +0000 (UTC) Cc: usenet@pusto.de, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 18 00:33:42 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 1ItXAR-0000Mt-Ff for ged-emacs-devel@m.gmane.org; Sun, 18 Nov 2007 00:33:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItXAE-0007t3-6l for ged-emacs-devel@m.gmane.org; Sat, 17 Nov 2007 18:33:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ItX84-00071M-2h for emacs-devel@gnu.org; Sat, 17 Nov 2007 18:31:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ItX82-00070d-Fe for emacs-devel@gnu.org; Sat, 17 Nov 2007 18:31:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItX82-00070Z-Av for emacs-devel@gnu.org; Sat, 17 Nov 2007 18:31:10 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ItX82-0007r9-2x for emacs-devel@gnu.org; Sat, 17 Nov 2007 18:31:10 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1ItX81-0007rO-1H; Sat, 17 Nov 2007 18:31:09 -0500 In-reply-to: (message from Stefan Monnier on Fri, 16 Nov 2007 23:28:41 -0500) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:83487 Archived-At: > This patch improves 'write-file' by creating all parent directories of > target file (in spirit of proposal by Juri[1]). Please place this functionality in the `interactive' form, not in the main body. Are you suggesting it should create the directories while reading the arguments? That doesn't seem right.