From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.devel Subject: Re: detecting charset of directories Date: Tue, 24 Oct 2006 13:42:23 -0400 Message-ID: References: <20061020142038.99914.qmail@web51005.mail.yahoo.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1161711833 2818 80.91.229.2 (24 Oct 2006 17:43:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Oct 2006 17:43:53 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Tue Oct 24 19:43:52 2006 Return-path: Envelope-to: gebp-emacs-pretest-bug@gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GcQIV-0004Z5-6A for gebp-emacs-pretest-bug@gmane.org; Tue, 24 Oct 2006 19:42:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GcQIU-0007E5-GU for gebp-emacs-pretest-bug@gmane.org; Tue, 24 Oct 2006 13:42:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GcQIE-000793-Eo for emacs-pretest-bug@gnu.org; Tue, 24 Oct 2006 13:42:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GcQID-00078X-HP for emacs-pretest-bug@gnu.org; Tue, 24 Oct 2006 13:42:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GcQID-00078P-AZ; Tue, 24 Oct 2006 13:42:25 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GcQID-0007ei-E9; Tue, 24 Oct 2006 13:42:25 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GcQIB-00045a-Aj; Tue, 24 Oct 2006 13:42:23 -0400 Original-To: Kevin Rodgers In-reply-to: (message from Kevin Rodgers on Mon, 23 Oct 2006 12:05:01 -0600) X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for CVS Emacs." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.pretest.bugs:14770 gmane.emacs.devel:61111 Archived-At: Does this work right? *** dired.el 01 Oct 2006 23:09:50 -0400 1.352 --- dired.el 24 Oct 2006 07:52:31 -0400 *************** *** 791,796 **** --- 791,798 ---- (run-hooks 'dired-before-readin-hook) (if (consp buffer-undo-list) (setq buffer-undo-list nil)) + (set (make-local-variable 'file-name-coding-system) + (or coding-system-for-read file-name-coding-system)) (let (buffer-read-only ;; Don't make undo entries for readin. (buffer-undo-list t))