From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii 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: Sun, 24 Feb 2008 21:43:56 +0200 Message-ID: References: <877igvl4dn.fsf@stupidchicken.com> <47C180F9.2060901@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1203882312 1895 80.91.229.12 (24 Feb 2008 19:45:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Feb 2008 19:45:12 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org, jasonr@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 24 20:45:37 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 1JTMmz-0001i8-78 for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2008 20:45:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTMmT-0002AR-DD for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2008 14:45:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTMmN-00027V-JL for emacs-devel@gnu.org; Sun, 24 Feb 2008 14:44:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTMmL-00025p-9v for emacs-devel@gnu.org; Sun, 24 Feb 2008 14:44:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTMmL-00025l-5n for emacs-devel@gnu.org; Sun, 24 Feb 2008 14:44:53 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JTMmH-0006YY-I7; Sun, 24 Feb 2008 14:44:49 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-241-165.inter.net.il [84.228.241.165]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id FBU92859 (AUTH halo1); Sun, 24 Feb 2008 21:43:54 +0200 (IST) In-reply-to: (message from Stefan Monnier on Sun, 24 Feb 2008 10:39:23 -0500) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:90264 Archived-At: > From: Stefan Monnier > Cc: Eli Zaretskii , Chong Yidong , > emacs-devel@gnu.org > Date: Sun, 24 Feb 2008 10:39:23 -0500 > > > Alternatively, we could limit the filenames we generate for autosaving the > > scratch buffer (and any others like it) to use characters that are valid on > > all the filesystems we know about. > > That's indeed what we should do. I suspect that Unix users will hate us for that.