From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Paul Stoeber Newsgroups: gmane.emacs.bugs Subject: Re: emacs misbehaves without --unibyte Date: Thu, 30 May 2002 20:46:04 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <20020530184604.GA530581@bruegel.RZ.TU-Ilmenau.DE> References: <20020528200814.GA487959@bruegel.RZ.TU-Ilmenau.DE> <5567-Wed29May2002004042+0300-eliz@is.elta.co.il> <200205301700.g4UH0s513422@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1022784465 7265 127.0.0.1 (30 May 2002 18:47:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 30 May 2002 18:47:45 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17DUxc-0001t4-00 for ; Thu, 30 May 2002 20:47:44 +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 17DUyM-0001jv-00; Thu, 30 May 2002 14:48:30 -0400 Original-Received: from bruegel.rz.tu-ilmenau.de ([141.24.190.37]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17DUvZ-0001eZ-00; Thu, 30 May 2002 14:45:37 -0400 Original-Received: (from past-in@localhost) by bruegel.rz.tu-ilmenau.de (SGI-8.9.3/8.9.3) id UAA18700; Thu, 30 May 2002 20:46:06 +0200 (MDT) Original-To: Richard Stallman Content-Disposition: inline In-Reply-To: <200205301700.g4UH0s513422@aztec.santafe.edu> User-Agent: Mutt/1.3.28i Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 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:1705 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1705 On Thu, May 30, 2002 at 11:00:54AM -0600, Richard Stallman wrote: > There are specialized modes, such as hexl, for editing binary files. > > Does M-x find-file-literally do what you want? Yes, it handles file contents in exactly the way I like best, thanks. In this thread, I'm concerned with how Emacs (specifically Dired) handles filenames. I'm trying to use Dired plus customizations as a replacement for Midnight Commander (mc). I've seen that Dired is not as robust as mc when confronted with arbitrary filenames in {\001, \002, ..., \377}+, so I'm bugging bug.gnu.emacs with reports about how dired-find-file and dired-do-shell-command fail when exposed to all sorts of funny filenames. My latest findings are expressed in the posting that starts with "Alas, " after the quoteblock. It might well be that I'll continue to post reports of this sort until all filenames the C library can handle are handled correctly by Dired too, unless the Emacs developers vote that this is not a worthwhile goal to pursue.