From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: Dired doesn't decode UTF-8 file names Date: Mon, 28 Aug 2006 14:52:15 -0600 Organization: IHS Message-ID: References: <1156356934.469929.210320@i3g2000cwc.googlegroups.com> <87sljnf670.fsf@catnip.gol.com> <87mz9uyzfj.fsf@catnip.gol.com> <55FE760B-5409-4876-9E4D-0B15A0F5AEAF@Web.DE> <10737F7A-CC2F-4281-B611-CB3BBE791A07@Web.DE> <2B05D0E8-B3F2-4427-8DDA-9DC96A45959F@Web.DE> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1156798482 20840 80.91.229.2 (28 Aug 2006 20:54:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Aug 2006 20:54:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 28 22:54:41 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GHo7s-0006cL-N7 for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Aug 2006 22:54:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHo7p-00087C-RP for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Aug 2006 16:54:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GHo7a-00085Y-U8 for help-gnu-emacs@gnu.org; Mon, 28 Aug 2006 16:54:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GHo7W-00080p-AQ for help-gnu-emacs@gnu.org; Mon, 28 Aug 2006 16:54:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHo7W-00080m-67 for help-gnu-emacs@gnu.org; Mon, 28 Aug 2006 16:54:10 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GHoGX-0004St-Ma for help-gnu-emacs@gnu.org; Mon, 28 Aug 2006 17:03:29 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GHo6x-0006P3-LT for help-gnu-emacs@gnu.org; Mon, 28 Aug 2006 22:53:35 +0200 Original-Received: from 207.167.42.206 ([207.167.42.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Aug 2006 22:53:35 +0200 Original-Received: from ihs_4664 by 207.167.42.206 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Aug 2006 22:53:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 26 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207.167.42.206 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) In-Reply-To: <2B05D0E8-B3F2-4427-8DDA-9DC96A45959F@Web.DE> X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37002 Archived-At: Peter Dyballa wrote: > > Am 28.08.2006 um 17:02 schrieb Kevin Rodgers: > >> > (("\\*shell\\*\\'" utf-8 . utf-8) >> > ("\\*.* output\\*\\'" iso-8859-15-unix . iso-8859-15-unix)) >> > >> > The second line is meant for AUCTeX output buffers (although not really >> > working, probably I have to find some hook). Is there really more >> needed? >> >> That doesn't look right at all. According to its doc string, the car of >> the alist elements should be a regexp that matches a program name, >> whereas your patterns look like they match buffer names. > > OK. So I'll try to use > > (("[bt][ac]sh\\'" utf-8 . utf-8) > (".*tex\\'" iso-8859-15-unix . iso-8859-15-unix)) That should fix your *shell* buffers, and Dired buffers for wildcard file names. But non-wildcard Dired buffers invoke ls directly (not via a shell). -- Kevin