From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#6396: 24.0.50; doc string of `make-directory' Date: Sat, 12 Jun 2010 14:20:44 +0300 Message-ID: <83y6ekjy43.fsf@gnu.org> References: <97F917CF5A574BBB8919A5FEEBC1D225@us.oracle.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1276343148 11992 80.91.229.12 (12 Jun 2010 11:45:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 12 Jun 2010 11:45:48 +0000 (UTC) Cc: 6396-done@debbugs.gnu.org To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jun 12 13:45:47 2010 connect(): No such file or directory Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ONP9l-0004L2-2k for geb-bug-gnu-emacs@m.gmane.org; Sat, 12 Jun 2010 13:45:45 +0200 Original-Received: from localhost ([127.0.0.1]:36918 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ONOt4-0008Qs-Th for geb-bug-gnu-emacs@m.gmane.org; Sat, 12 Jun 2010 07:28:30 -0400 Original-Received: from [140.186.70.92] (port=46090 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ONOsz-0008PD-CJ for bug-gnu-emacs@gnu.org; Sat, 12 Jun 2010 07:28:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ONOsy-0001I2-Bj for bug-gnu-emacs@gnu.org; Sat, 12 Jun 2010 07:28:25 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:53250) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ONOsy-0001Hw-7y for bug-gnu-emacs@gnu.org; Sat, 12 Jun 2010 07:28:24 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1ONOmn-0008SX-Sw for bug-gnu-emacs@gnu.org; Sat, 12 Jun 2010 07:22:01 -0400 Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sat, 12 Jun 2010 11:22:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 6396 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 6396@debbugs.gnu.org, eliz@gnu.org Original-Received: via spool by 6396-done@debbugs.gnu.org id=D6396.127634170632504 (code D ref 6396); Sat, 12 Jun 2010 11:22:01 +0000 Original-Received: (at 6396-done) by debbugs.gnu.org; 12 Jun 2010 11:21:46 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ONOmY-0008SD-2l for submit@debbugs.gnu.org; Sat, 12 Jun 2010 07:21:46 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ONOmV-0008S6-7a for 6396-done@debbugs.gnu.org; Sat, 12 Jun 2010 07:21:44 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L3W00400FEAD800@a-mtaout20.012.net.il> for 6396-done@debbugs.gnu.org; Sat, 12 Jun 2010 14:20:44 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.88.125]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L3W004PAFIJEJ00@a-mtaout20.012.net.il>; Sat, 12 Jun 2010 14:20:44 +0300 (IDT) In-reply-to: <97F917CF5A574BBB8919A5FEEBC1D225@us.oracle.com> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 12 Jun 2010 07:22:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:37721 Archived-At: > From: "Drew Adams" > Date: Thu, 10 Jun 2010 11:44:56 -0700 > Cc: > > From the doc string: > > "Noninteractively, the second (optional) argument PARENTS says whether > to create parent directories if they don't exist. Interactively, > this happens by default." > > HOW does it say whether to create parent dirs? > What value(s) say to do that? What value(s) say not to do that? Fixed in revno 100589.