From unknown Mon Jun 23 06:01:18 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3431: 23.0.93; dired encoding Reply-To: Konstantin , 3431@debbugs.gnu.org Resent-From: Konstantin Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 31 May 2009 14:55:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 3431 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.124378148818313 (code B ref -1); Sun, 31 May 2009 14:55:05 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 31 May 2009 14:51:28 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: * X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=1.4 required=4.0 tests=FOURLA,IMPRONONCABLE_1, MURPHY_WRONG_WORD1,MURPHY_WRONG_WORD2 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n4VEpLfi018063 for ; Sun, 31 May 2009 07:51:23 -0700 Received: from mx10.gnu.org ([199.232.76.166]:50083) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MAmNd-0002qE-9R for emacs-pretest-bug@gnu.org; Sun, 31 May 2009 10:51:21 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MAmNc-0006mX-Gb for emacs-pretest-bug@gnu.org; Sun, 31 May 2009 10:51:21 -0400 Received: from forwards5.yandex.ru ([77.88.61.37]:43712) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MAmNb-0006mF-VC; Sun, 31 May 2009 10:51:20 -0400 Received: from smtp19.yandex.ru (smtp19.yandex.ru [77.88.61.35]) by forwards5.yandex.ru (Yandex) with ESMTP id 43F9FAE158; Sun, 31 May 2009 18:51:17 +0400 (MSD) Received: from ppp85-140-113-62.pppoe.mtu-net.ru ([85.140.113.62]:53260 "EHLO kostafey-3ea502" smtp-auth: "Kostafey" TLS-CIPHER: TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S3096747AbZEaOvM (ORCPT + 1 other); Sun, 31 May 2009 18:51:12 +0400 X-Yandex-TimeMark: 1243781472 X-Yandex-Spam: 1 X-Yandex-Front: smtp19 X-BornDate: 1113944400 X-Yandex-Karma: 0 X-Yandex-KarmaStatus: 0 X-MsgDayCount: 3 X-Comment: RFC 2476 MSA function at smtp19.yandex.ru logged sender identity as: Kostafey Date: Sun, 31 May 2009 18:51:08 +0400 From: Konstantin To: emacs-pretest-bug@gnu.org, help-emacs-windows@gnu.org Message-Id: <20090531185108.d39b518c.Kostafey@yandex.ru> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.10.14; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Hi, Emacs maintainers! I'he got the following trouble/bug. I've tested it on emacs-from-cvs-090503, OS WinXP Home SP2. On type M-x dired emacs shows \316\362\361\363\362\361\362\342\363\345\362 instead of root. Here is example: drwxrwxrwx 1 Administrators SYSTEM 0 05-30 13:34 Common Files drwxrwxrwx 1 User \316\362\361\363\362\361\362\342\363\345\362 0 01-19 00:10 Comodo Emacs 22.3 if free of it: drwxrwxrwx 1 User root 0 05-30 13:34 Common Files drwxrwxrwx 1 User root 0 01-19 00:10 Comodo My codepage is 1251. I try to add my .emacs somthing like this: (setq file-name-coding-system 'utf-8) or (setq file-name-coding-system 'cp1251) but nothing changed. --------------------------------------------- In GNU Emacs 23.0.93.1 (i386-mingw-nt5.1.2600) of 2009-05-03 on LENNART-69DE564 Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include -fno-crossjumping' 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: ru value of $XMODIFIERS: nil locale-coding-system: cp1251 default-enable-multibyte-characters: t Major mode: Dired by name Minor modes in effect: tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: M-x d i r e d M-x r e p o r t - e m a c s - b u g Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. -- Konstantin From jasonrumney@gmail.com Sun May 31 08:29:30 2009 Received: (at control) by emacsbugs.donarmstrong.com; 31 May 2009 15:29:30 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.1 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-px0-f176.google.com (mail-px0-f176.google.com [209.85.216.176]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n4VFTP4R025975 for ; Sun, 31 May 2009 08:29:26 -0700 Received: by pxi6 with SMTP id 6so5160914pxi.19 for ; Sun, 31 May 2009 08:29:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=9iy9JuYpgW0iEOc4ISBs6auZOUfI4P/YCjBwj4+aCio=; b=fSWFwalRATjP0U5oUAiKYxR64uL408OTorUtq7Sb33dFOmXstNkPfyPQdKq2vwYRPK G27+40XGv0CGqYiN/X7BtMxqLg77vtd0mqA3jGEUfPCzg4Yax88C0966C8kXqUvNTSRB xEz6iIU7hmKEsAyG/MQ6aeZV/u+fatppL349E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=G02UHYrmfcLXVucMmI2cyl7+Wg9wY1Mbc1Pu3OhvSc+mm8p3GRfuQMguekEI8PX6J0 ub7NbWGqvHt1+ssN4EZOnaEcpUhfEHkRbIZObjmPN5wYQgt8mVsVCszMZURlvA8Onqc2 pTYjT0StKia16yfkqAoiYMiXz/DQ4emX2Zsp4= Received: by 10.143.44.17 with SMTP id w17mr1459286wfj.255.1243783760512; Sun, 31 May 2009 08:29:20 -0700 (PDT) Received: from ?192.168.249.26? ([118.100.162.226]) by mx.google.com with ESMTPS id 31sm7891036wff.24.2009.05.31.08.29.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 31 May 2009 08:29:20 -0700 (PDT) Sender: Jason Rumney Message-ID: <4A22A230.6070208@gnu.org> Date: Sun, 31 May 2009 23:28:48 +0800 From: Jason Rumney User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Emacs bug Tracking System Subject: merging cc'ed bugs Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit merge 3431 3432 3433 reassign 3431 emacs,w32 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 26 13:41:57 2010 Received: (at control) by debbugs.gnu.org; 26 Jan 2010 18:41:58 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NZqMP-0002bu-EP for submit@debbugs.gnu.org; Tue, 26 Jan 2010 13:41:57 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NZqMC-0002bf-7k for control@debbugs.gnu.org; Tue, 26 Jan 2010 13:41:56 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NZqM6-00073h-Sb; Tue, 26 Jan 2010 13:41:38 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19295.14178.860840.157022@fencepost.gnu.org> Date: Tue, 26 Jan 2010 13:41:38 -0500 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: magenta X-Ran: c>qUJL[3-J}PozrYQKhkXmOqKZpEn9|:irefvRW$aMi54 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.0 (-----) severity 3304 minor severity 3314 minor close 3356 severity 3366 minor severity 3370 wishlist tags 3370 wontfix severity 3395 minor close 3396 unarchive 3443 unarchive 3431 reassign 3443 emacs,w32 merge 3431 3443 tags 3500 moreinfo