]> code.delx.au - gnu-emacs/commitdiff
Display non-ASCII group names better in prompts
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 7 Feb 2016 04:04:31 +0000 (15:04 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 7 Feb 2016 04:04:31 +0000 (15:04 +1100)
* lisp/gnus/gnus-sum.el (gnus-articles-to-read): To decode the
group name, we have to do that before we remove the prefix.

lisp/gnus/gnus-sum.el

index 5972f29dd88f690f56f4d802c3d9a439d0ae1f1f..378d342d66909e7955967fb89418cc91f7e826ab 100644 (file)
@@ -5896,13 +5896,13 @@ If SELECT-ARTICLES, only select those articles from GROUP."
                           (if only-read-p
                               (format
                                "How many articles from %s (available %d, default %d): "
-                               (gnus-group-decoded-name
-                                (gnus-group-real-name gnus-newsgroup-name))
+                               (gnus-group-real-name
+                                (gnus-group-decoded-name gnus-newsgroup-name))
                                number default)
                             (format
                              "How many articles from %s (%d default): "
-                             (gnus-group-decoded-name
-                              (gnus-group-real-name gnus-newsgroup-name))
+                             (gnus-group-real-name
+                              (gnus-group-decoded-name gnus-newsgroup-name))
                              default))
                           nil
                           nil