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 09:02:58 -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> 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 1156777518 10388 80.91.229.2 (28 Aug 2006 15:05:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Aug 2006 15:05:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 28 17:05:17 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 1GHifm-0008NB-Jv for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Aug 2006 17:05:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHifm-0006rp-6p for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Aug 2006 11:05:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GHiev-00064x-Si for help-gnu-emacs@gnu.org; Mon, 28 Aug 2006 11:04:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GHieu-00064A-58 for help-gnu-emacs@gnu.org; Mon, 28 Aug 2006 11:04:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHiet-000645-V3 for help-gnu-emacs@gnu.org; Mon, 28 Aug 2006 11:04:16 -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 1GHins-0001GQ-1p for help-gnu-emacs@gnu.org; Mon, 28 Aug 2006 11:13:32 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GHiec-00086u-Je for help-gnu-emacs@gnu.org; Mon, 28 Aug 2006 17:03:59 +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 17:03:58 +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 17:03:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 20 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: <10737F7A-CC2F-4281-B611-CB3BBE791A07@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:36990 Archived-At: Peter Dyballa wrote: > > Am 24.08.2006 um 18:12 schrieb Kevin Rodgers: >> Is there an entry in process-coding-system-alist for ls? Should there >> be? > > Not directly ... > > (("\\*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. -- Kevin