From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16351 invoked from network); 8 Oct 2007 10:09:21 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 8 Oct 2007 10:09:21 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 70140 invoked from network); 8 Oct 2007 10:09:15 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 8 Oct 2007 10:09:15 -0000 Received: (qmail 748 invoked by alias); 8 Oct 2007 10:09:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23913 Received: (qmail 729 invoked from network); 8 Oct 2007 10:09:12 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 8 Oct 2007 10:09:12 -0000 Received: (qmail 69899 invoked from network); 8 Oct 2007 10:09:12 -0000 Received: from wx-out-0506.google.com (66.249.82.238) by a.mx.sunsite.dk with SMTP; 8 Oct 2007 10:09:06 -0000 Received: by wx-out-0506.google.com with SMTP id h27so1209840wxd for ; Mon, 08 Oct 2007 03:09:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=gY6mPi7w5OIi8/3OhRdTD4pRDvLmT3FgdZ/qu9U0a9k=; b=m7YjPO6Ahlom2rQzkJpkHh6PQuuo/P9r5oh2+gXyOXxNxt7qWYuDieOohC95QJqCiBfEuWK7LYlFubo5PLgEwjW82hNum38vDO9rsHtfgJlC1uQ6roecXl47OZHaRVz6fk/wHC5PVJZhczTfHAdk313PXzYW2fjBbnSl7Xs0RmE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=hKbzhGThMdBl1h/i01CvfSVVl875yYFMAbESyQIhcIcld5f47R2XNAA++KclxGtaqpYhtP3IMtCY7oO1TNaaj1UmxTfco0K56xwDrF/x3nMOqzPLQ4iU4mEjNyaMCLYYpEKD5yMmh40SJUj5ulcXC2HtDOdTn2yKrOy088yuYQc= Received: by 10.90.55.16 with SMTP id d16mr3380581aga.1191838144406; Mon, 08 Oct 2007 03:09:04 -0700 (PDT) Received: by 10.90.93.19 with HTTP; Mon, 8 Oct 2007 03:09:04 -0700 (PDT) Message-ID: Date: Mon, 8 Oct 2007 12:09:04 +0200 From: "Nikolai Weibull" Sender: nikolai.weibull@gmail.com To: zsh-workers Subject: Failing to write to history file if containing directory doesn't exist MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 097c0c242d5835af Zsh currently fails to write a history file if the directory containing it doesn't exist. Would a patch that creates the parent directory if it doesn't exist before attempting to write to the history file be of any interest? I'd be willing to write such a patch, but if this behavior is undesirable, I won't waste my time.