emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

dired-move-to-filename-regexp


From: Håkan Granath
Subject: dired-move-to-filename-regexp
Date: 22 Mar 2004 11:11:03 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

In my locale sv_SE the output of ls -l may look like

  drwx------    2 hakan    users        4096 15 mar 14.47 bin

The time format (14.47 instead of 14:47) gives problems in dired. The
following patch redefines 'dired-move-to-filename-regexp' and solves
the problem for me. However, I do not know if this is the correct fix.

Best regards,

Håkan Granath


*** dired.el.bak        2004-03-22 10:47:01.000000000 +0100
--- dired.el    2004-03-22 10:48:02.000000000 +0100
***************
*** 1601,1607 ****
         (s " ")
         (yyyy "[0-9][0-9][0-9][0-9]")
         (dd "[ 0-3][0-9]")
!        (HH:MM "[ 0-2][0-9]:[0-5][0-9]")
         (seconds "[0-6][0-9]\\([.,][0-9]+\\)?")
         (zone "[-+][0-2][0-9][0-5][0-9]")
         (iso-mm-dd "[01][0-9]-[0-3][0-9]")
--- 1601,1607 ----
         (s " ")
         (yyyy "[0-9][0-9][0-9][0-9]")
         (dd "[ 0-3][0-9]")
!        (HH:MM "[ 0-2][0-9][:.][0-5][0-9]")
         (seconds "[0-6][0-9]\\([.,][0-9]+\\)?")
         (zone "[-+][0-2][0-9][0-5][0-9]")
         (iso-mm-dd "[01][0-9]-[0-3][0-9]")



In GNU Emacs 21.3.50.20 (i686-pc-linux-gnu, X toolkit)
 of 2004-03-19 on ws-iva176.inin.local
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: sv_SE
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  auto-image-file-mode: t
  display-time-mode: t
  partial-completion-mode: t
  recentf-mode: t
  show-paren-mode: t
  iswitchb-mode: t
  auto-compression-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  unify-8859-on-encoding-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<menu-bar> <help-menu> <report-emacs-bug>

Recent messages:
Loading image-file...done
Fontifying .emacs... (regexps.............)
Loading image-file...done
Loading dictionary-init (compiled; note, source file is newer)...done
Loading server...done
Loading time-date...done
It took 1 seconds to run .emacs.
Scanning buffer for index (  0%)
Scanning buffer for index (100%)
Loading emacsbug...done




reply via email to

[Prev in Thread] Current Thread [Next in Thread]