* mm-decode.el (mm-interactively-view-part): Append %s if the
authorShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 8 May 2000 13:21:21 +0000 (13:21 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 8 May 2000 13:21:21 +0000 (13:21 +0000)
method is a single word.
* nnwarchive.el (nnwarchive-type-definition): Typo.

lisp/ChangeLog
lisp/mm-decode.el
lisp/nnwarchive.el

index edaa449..3a95000 100644 (file)
@@ -1,3 +1,9 @@
+2000-05-08 01:07:47  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-decode.el (mm-interactively-view-part): Append %s if the
+       method is a single word.
+       * nnwarchive.el (nnwarchive-type-definition): Typo.
+
 2000-05-07 17:24:01  Shenghuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New
index 16f0773..91a5074 100644 (file)
@@ -708,6 +708,8 @@ external if displayed external."
         (method (completing-read "Viewer: " methods)))
     (when (string= method "")
       (error "No method given"))
+    (if (string-match "^[^% \t]+$" method) 
+       (setq method (concat method " %s")))
     (mm-display-external (copy-sequence handle) method)))
 
 (defun mm-preferred-alternative (handles &optional preferred)
index f888a62..5103b55 100644 (file)
@@ -68,9 +68,9 @@
      (list-dissect . nnwarchive-egroups-list)
      (list-groups . nnwarchive-egroups-list-groups)
      (xover-url 
-      "http://www.egroups.com/message/%s/%d" group aux)
+      "http://www.egroups.com/messages/%s/%d" group aux)
      (xover-last-url 
-      "http://www.egroups.com/message/%s/" group)
+      "http://www.egroups.com/messages/%s/" group)
      (xover-page-size . 13)
      (xover-dissect . nnwarchive-egroups-xover)
      (article-url