From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Dired doesn't decode UTF-8 file names Date: Mon, 28 Aug 2006 17:44:14 +0200 Message-ID: <2B05D0E8-B3F2-4427-8DDA-9DC96A45959F@Web.DE> 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 (Apple Message framework v752.2) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1156780011 20047 80.91.229.2 (28 Aug 2006 15:46:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Aug 2006 15:46:51 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 28 17:46:49 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 1GHjJi-0008Qa-VM for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Aug 2006 17:46:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHjJi-0007tb-Gv for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Aug 2006 11:46:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GHjHj-0006ML-9f for help-gnu-emacs@gnu.org; Mon, 28 Aug 2006 11:44:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GHjHf-0006K7-H9 for help-gnu-emacs@gnu.org; Mon, 28 Aug 2006 11:44:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHjHf-0006Jz-9p for help-gnu-emacs@gnu.org; Mon, 28 Aug 2006 11:44:19 -0400 Original-Received: from [217.72.192.221] (helo=fmmailgate01.web.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GHjQd-0005u8-6C for help-gnu-emacs@gnu.org; Mon, 28 Aug 2006 11:53:35 -0400 Original-Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate01.web.de (Postfix) with ESMTP id 3B240182EEA2; Mon, 28 Aug 2006 17:44:17 +0200 (CEST) Original-Received: from [84.245.179.113] (helo=[192.168.1.2]) by smtp07.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.107 #114) id 1GHjHc-0005md-00; Mon, 28 Aug 2006 17:44:16 +0200 In-Reply-To: X-Image-Url: http://homepage.mac.com/sparifankal/.cv/thumbs/me.thumbnail Original-To: Kevin Rodgers X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@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:36994 Archived-At: 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 =20 > really > > working, probably I have to find some hook). Is there really more =20= > needed? > > That doesn't look right at all. According to its doc string, the =20 > 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)) -- Greetings Pete =93Computers are good at following instructions, but not at reading =20 your mind.=94 - D. E. Knuth, The TeXbook, Addison-Wesley 1984, 1986, 1996, p. 9