From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: Bug? Date: Thu, 29 Aug 2002 07:44:48 +0300 (IDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1030596415 9895 127.0.0.1 (29 Aug 2002 04:46:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 29 Aug 2002 04:46:55 +0000 (UTC) Cc: Bug-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17kHCj-0002ZA-00 for ; Thu, 29 Aug 2002 06:46:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17kHE8-0003tB-00; Thu, 29 Aug 2002 00:48:16 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17kHDQ-0003rY-00 for bug-gnu-emacs@gnu.org; Thu, 29 Aug 2002 00:47:32 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17kHDJ-0003rM-00 for bug-gnu-emacs@gnu.org; Thu, 29 Aug 2002 00:47:31 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17kHDI-0003rI-00 for Bug-gnu-emacs@gnu.org; Thu, 29 Aug 2002 00:47:25 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id HAA26089; Thu, 29 Aug 2002 07:44:48 +0300 (IDT) X-Sender: eliz@is Original-To: Sharon A Watkins In-Reply-To: Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3346 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3346 On Wed, 28 Aug 2002, Sharon A Watkins wrote: > I am running emacs on a WinOS system a getting an annoying error message: > > "Creating directory: permission denied, c:\.emacs.d" > > I've tried making the directory for emacs as administrator, but WinOS > doesn't > like directories that start with a period. That's not true: it's only some Windows applications, notably the Explorer, prevent you from creating such directories and files. But the Windows filesystem itself is perfectly happy with names like .emacs.d. So the problem lies elsewhere. Can you post the output of the command "dir c:\" typed from a DOS box?