Fixed regexp in `my-wl-summary-subject-func-ml'.
authorkaoru <kaoru>
Tue, 5 Jun 2001 02:42:01 +0000 (02:42 +0000)
committerkaoru <kaoru>
Tue, 5 Jun 2001 02:42:01 +0000 (02:42 +0000)
(Thanks to Keiichiro Nagano <knagano@sodan.org>)

samples/en/dot.wl
samples/ja/dot.wl

index be044b9..bad17f4 100644 (file)
                       (and sequence
                            (cadr (split-string sequence " ")))))
     (if (string-match
-        "^\\s(\\(.+\\)[ :]\\([0-9]+\\)\\s)[ \t]*"
+;;;     "^\\s(\\(.+\\)[ :]\\([0-9]+\\)\\s)[ \t]*"
+         "^\\s(\\(\\S)+\\)[ :]\\([0-9]+\\)\\s)[ \t]*"
         subject-string)
        (progn
          (setq subj (substring subject-string (match-end 0)))
index 40af57d..b0f79fe 100644 (file)
                       (and sequence
                            (cadr (split-string sequence " ")))))
     (if (string-match
-        "^\\s(\\(.+\\)[ :]\\([0-9]+\\)\\s)[ \t]*"
+;;;     "^\\s(\\(.+\\)[ :]\\([0-9]+\\)\\s)[ \t]*"
+         "^\\s(\\(\\S)+\\)[ :]\\([0-9]+\\)\\s)[ \t]*"
         subject-string)
        (progn
          (setq subj (substring subject-string (match-end 0)))