From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacs misbehaves without --unibyte Date: Wed, 29 May 2002 12:00:50 +0300 (IDT) Sender: emacs-devel-admin@gnu.org Message-ID: References: <20020529085604.GA499186@bruegel.RZ.TU-Ilmenau.DE> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1022662989 31843 127.0.0.1 (29 May 2002 09:03:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 29 May 2002 09:03:09 +0000 (UTC) Cc: Paul Stoeber Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17CzML-0008HU-00 for ; Wed, 29 May 2002 11:03:09 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17Czea-0007k7-00 for ; Wed, 29 May 2002 11:22:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17CzMn-0007WP-00; Wed, 29 May 2002 05:03:37 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17CzLs-0007SF-00 for ; Wed, 29 May 2002 05:02:40 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id MAA29434; Wed, 29 May 2002 12:00:50 +0300 (IDT) X-Sender: eliz@is Original-To: emacs-devel@gnu.org, handa@etl.go.jp In-Reply-To: <20020529085604.GA499186@bruegel.RZ.TU-Ilmenau.DE> Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4474 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4474 On Wed, 29 May 2002, Paul Stoeber wrote: > On Wed, May 29, 2002 at 09:23:11AM +0300, Eli Zaretskii wrote: > > > I started this thread because default emacs wouldn't let me navigate > > > filesystems that contain funny filenames, so the "8-bit cleanness" > > > discussion only applies to file name handling (although I had also > > > mentioned "text/binary files" in a general statement). > > > > For that, Miles gave the solution: you should set up your language > > environment correctly, or set file-name-coding-system explicitly. > > Yes. If you simply want to use dired as a robust filesystem browser > (like bash, only more comfortable), regardless of your language > or the language of who created the files, then > > (setq file-name-coding-system 'no-conversion) > > seems to be a solution. Should we perhaps make no-conversion be the default value of file-name-coding-system, instead of nil?