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: [gmane.emacs.bugs] Emacs fails to start properly if the current working directory is on a vfat or ntfs filesystem Date: Mon, 25 Feb 2008 14:01:57 -0500 Message-ID: References: <877igvl4dn.fsf@stupidchicken.com> <47C180F9.2060901@gnu.org> <47C2014A.4090702@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1203966208 27016 80.91.229.12 (25 Feb 2008 19:03:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Feb 2008 19:03:28 +0000 (UTC) Cc: cyd@stupidchicken.com, eliz@gnu.org, monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 25 20:03:48 2008 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 1JTibg-0004Gw-OB for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2008 20:03:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTibB-00082x-BF for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2008 14:02:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTiaR-0007Zf-BT for emacs-devel@gnu.org; Mon, 25 Feb 2008 14:02:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTiaM-0007WU-LI for emacs-devel@gnu.org; Mon, 25 Feb 2008 14:02:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTiaM-0007WQ-El for emacs-devel@gnu.org; Mon, 25 Feb 2008 14:01:58 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JTiaL-0007rd-SV for emacs-devel@gnu.org; Mon, 25 Feb 2008 14:01:57 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JTiaL-0001m1-2B; Mon, 25 Feb 2008 14:01:57 -0500 In-reply-to: <47C2014A.4090702@gnu.org> (message from Jason Rumney on Sun, 24 Feb 2008 23:44:10 +0000) 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:90419 Archived-At: # is not the problem, at least for vfat and ntfs filesystems. The problem that was reported was with the *s in #*scratch*#12345xyz#. I see. So it is a matter of changing certain chars when they appear in buffer names. That seems harmless; make-auto-save-file-name already does some such transformations. There's no harm adding more.