Your message dated Sun, 11 May 2003 20:40:13 +1000
with message-id <[EMAIL PROTECTED]>
and subject line Removed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 13 Jul 2002 13:59:11 +0000
>From [EMAIL PROTECTED] Sat Jul 13 08:59:11 2002
Return-path: <[EMAIL PROTECTED]>
Received: from ylug.mozilla.gr.jp (maison.kyo-ko.org) [203.141.142.92] (postfix)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 17TNQV-0004tA-00; Sat, 13 Jul 2002 08:59:11 -0500
Received: from triton2 (61-27-130-106.home.ne.jp [61.27.130.106])
        by maison.kyo-ko.org (Postfix) with ESMTP id BACAC24E
        for <[EMAIL PROTECTED]>; Sat, 13 Jul 2002 22:59:02 +0900 (JST)
Received: by triton2 (Postfix, from userid 1000)
        id A3146117759; Sat, 13 Jul 2002 22:59:01 +0900 (JST)
X-Mailer: cmail 2.61.1+20011011 on GNU Emacs 20.7.2 / Mule 4.1
 =?ISO-2022-JP?B?KBskQjAqGyhCKQ==?=
From: Hiroshi Miura <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: dired fail in emacs20-dl with Japanese locale
X-Face: "7/]{D;9O-#dR'kB\tvpz_:#o|*UdC.KK/_"IN*i5VTU&EBhS6w68xQDPh]i4N%1byZ~v~X
 k$vdp([EMAIL 
PROTECTED]|7x7Ht)^ih5\%\l'hcl$`sqp;%`boxPHDJB<~Sr8(e:zPKmeZ)ZPml[0v\|[V00Jm
 G,%5V5X9Mw7j}(8+!o>&&wmQ]Xh=j
User-Agent: SEMI/1.14.3 (=?ISO-2022-JP?B?GyRCNW0lTkMrGyhC?=) FLIM/1.14.3
 (=?ISO-2022-JP?B?GyRCQCZLNThmTk1BMBsoQg==?=) APEL/10.3 Emacs/20.7
 (i386-debian-linux-gnu) MULE/4.1 (=?ISO-2022-JP?B?GyRCMCobKEI=?=)
MIME-Version: 1.0 (generated by SEMI 1.14.3 - =?ISO-2022-JP?B?IhskQjVtGyhC?=
 =?ISO-2022-JP?B?GyRCJU5DKxsoQiI=?=)
Content-Type: text/plain; charset=ISO-2022-JP
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 13 Jul 2002 22:59:01 +0900 (JST)
Delivered-To: [EMAIL PROTECTED]

Package: emacs20-dl
Version: 20.7-14.3

I use dired-mode on japanese environment.
From some time, a ls output format of japanese locale is changed on sid, 
then dired-mode fails.

ls format (LANG=ja_JP.eucJP)

before: 
   mm月dd yyyy or mm月dd HH:MM

now:
   yyyy-mm-dd or mm-dd HH:MM

emacs20 package may also have same bug.

so we should change dired.el. patch is follows:

--- dired.el.orig       Tue Nov 30 00:04:12 1999
+++ dired.el    Sat Jul 13 22:44:59 2002
@@ -1363,7 +1363,7 @@
         (month (concat l l "+[.]?,? *"))
         ;; Recognize any non-ASCII character.  
         ;; The purpose is to match a Kanji character.
-        (k "[^\0-\177]")
+        ;; (k "[^\0-\177]")
         ;; (k "[^\x00-\x7f\x80-\xff]")
         (s " ")
         (yyyy "[0-9][0-9][0-9][0-9]")
@@ -1375,7 +1375,7 @@
          ;; weiand: changed: year potentially unaligned
 ;;old                    s "\\(" HH:MM "\\|" s yyyy "\\|" yyyy s "\\)"))
                          s "\\(" HH:MM "\\|" s "?" yyyy "\\|" yyyy s "\\)"))
-        (japanese (concat mm k s dd k s "\\(" s HH:MM "\\|" yyyy k "\\)")))
+        (japanese (concat "\\(" yyyy "-" mm "-" dd "\\|" mm "-" dd s HH:MM 
"\\)")))
         ;; The "[0-9]" below requires the previous column to end in a digit.
         ;; This avoids recognizing `1 may 1997' as a date in the line:
         ;; -r--r--r--   1 may      1997        1168 Oct 19 16:49 README


 


Hiroshi Miura  --- http://www.da-cha.org/ 
NTTDATA Corp. Marketing & Business Strategy Planning Dept. --- [EMAIL 
PROTECTED] 
Key fingerprint = 9117 9407 5684 FBF1 4063  15B4 401D D077 04AB 8617
-- My hacking life is happy as the day is long





---------------------------------------
Received: (at 152843-done) by bugs.debian.org; 11 May 2003 10:41:56 +0000
>From [EMAIL PROTECTED] Sun May 11 05:41:23 2003
Return-path: <[EMAIL PROTECTED]>
Received: from bangpath.uucico.de [195.71.9.197] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 19EoGg-0005NI-00; Sun, 11 May 2003 05:41:23 -0500
Received: by bangpath.uucico.de (Postfix, from userid 10)
        id 7EB6A26B2C; Sun, 11 May 2003 12:41:21 +0200 (CEST)
Received: by regression.cyrius.com (Postfix, from userid 1000)
        id 41E2423D48; Sun, 11 May 2003 20:40:13 +1000 (EST)
Date: Sun, 11 May 2003 20:40:13 +1000
From: Martin Michlmayr <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Removed
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-7.3 required=4.0
        tests=BAYES_01,USER_AGENT_MUTT
        version=2.53-bugs.debian.org_2003_05_09
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_05_09 
(1.174.2.15-2003-03-30-exp)

This package has been removed from Debian unstable because it has been
orphaned for a very long time and nobody adopted it.  See
http://lists.debian.org/debian-devel-announce/2003/debian-devel-announce-200304/msg00005.html
for more information.

-- 
Martin Michlmayr
[EMAIL PROTECTED]

Reply via email to