From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: [heinrich.rommerskirchen@siemens.com: Error bunzip2ing files with non-ASCI-names] Date: Tue, 24 Jan 2006 22:28:42 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1138159890 22141 80.91.229.2 (25 Jan 2006 03:31:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Jan 2006 03:31:30 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 25 04:31:25 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F1bMa-0005fr-Eu for ged-emacs-devel@m.gmane.org; Wed, 25 Jan 2006 04:30:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1bPI-0004Z3-Vd for ged-emacs-devel@m.gmane.org; Tue, 24 Jan 2006 22:33:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F1bNm-0004EA-9r for emacs-devel@gnu.org; Tue, 24 Jan 2006 22:31:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F1bNl-0004Dp-Jy for emacs-devel@gnu.org; Tue, 24 Jan 2006 22:31:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1bNl-0004Dh-BA for emacs-devel@gnu.org; Tue, 24 Jan 2006 22:31:41 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F1bL5-0001lW-BM for emacs-devel@gnu.org; Tue, 24 Jan 2006 22:28:55 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F1bKs-0005dY-MA; Tue, 24 Jan 2006 22:28:42 -0500 Original-To: emacs-devel@gnu.org 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:49512 Archived-At: Can someone see if this bug still happens in the current version? Please ack with the results. ------- Start of forwarded message ------- Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Mon, 23 Jan 2006 15:13:45 +0100 Thread-Topic: Error bunzip2ing files with non-ASCI-names Thread-Index: AcYgJzjrXoFEngEST/6xHiSB5A8rzQ== From: "Rommerskirchen, Heinrich" To: Subject: Error bunzip2ing files with non-ASCI-names X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 In GNU Emacs 21.3.1 (i586-suse-linux, X toolkit, Xaw3d scroll bars) of 2005-03-22 on lorien configured using `configure '--with-gcc' '--with-pop' '--with-leim' '--with-system-malloc' '--prefix=/usr' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--with-x' '--with-xpm' '--with-jpeg' '--with-tiff' '--with-gif' '--with-png' '--with-x-toolkit=lucid' '--x-includes=/usr/X11R6/include' '--x-libraries=/usr/X11R6/lib' 'i586-suse-linux' 'CC=gcc' 'CFLAGS=-O2 -march=i586 -mcpu=i686 -fmessage-length=0 -Wall -g -pipe -fno-strict-aliasing -DSYSTEM_PURESIZE_EXTRA=25000 -DSITELOAD_PURESIZE_EXTRA=10000 -D_GNU_SOURCE ' 'LDFLAGS=-s' 'build_alias=i586-suse-linux' 'host_alias=i586-suse-linux' 'target_alias=i586-suse-linux'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: de_DE.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t Please describe exactly what actions triggered the bug and the precise symptoms of the bug: On my GNU/Linux (SuSE 9.3) workstation emacs is unable to bunzip2 files whose names are not ASCII, maybe because file names are utf-8 encoded on this system. Steps to reproduce this bug: In the shell: > echo xx > bä.txt # the second letter of the filename is a-Umlaut > bzip2 bä.txt > emacs -q --no-site-file In emacs - - type "M-x auto-compression-mode" - - open a dired buffer which contains the file (the filename is displayed correctly with the Umlaut), - - move point to the file and press enter The error message "File exists, but cannot be read" is displayed and an empty buffer is created. If I rename the file with dired-do-rename to 'bae.txt.bz2', the file can be opened without any problems. bunzip2 has no problems to unzip the file with its original name (tests started from eshell, xterm, text-only terminal) The same happens if I use gzip instead of bzip2. Files which are not compressed can be read without problems, even if their names contain non-ASCII characters. Uncompressing the file 'bä.txt.bz2' in a dired buffer with 'Z' (dired-do-compress) works, too, and gives the readable file 'bä.txt'. Recent input: M-x a u t o - c o m C-x d Recent messages: Loading tooltip...done For information about the GNU Project and its goals, type C-h C-p. Loading image...done Loading jka-compr...done Auto-Compression mode enabled Loading dired...done Reading directory /home/hz/tmp/...done bunzip2ing bä.txt.bz2...done File exists, but cannot be read Loading emacsbug...done _______________________________________________ bug-gnu-emacs mailing list bug-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs ------- End of forwarded message -------