* gnus-group.el (gnus-group-read-ephemeral-group): Call
authorShengHuo ZHU <zsh@cs.rochester.edu>
Sun, 23 Dec 2001 03:27:40 +0000 (03:27 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Sun, 23 Dec 2001 03:27:40 +0000 (03:27 +0000)
gnus-group-real-name.

* gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
(gnus-newsgroup-variables): Ditto.

lisp/ChangeLog
lisp/gnus-group.el
lisp/gnus-sum.el

index 0d0b27a..a9fa04c 100644 (file)
@@ -1,5 +1,11 @@
 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
+       * gnus-group.el (gnus-group-read-ephemeral-group): Call
+       gnus-group-real-name.
+
+       * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
+       (gnus-newsgroup-variables): Ditto.
+
        * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
        return it.
 
index 0f29657..26d80c9 100644 (file)
@@ -1885,7 +1885,8 @@ Return the name of the group if selection was successful."
          (,(intern (format "%s-address" (car method))) ,(cadr method))
          ,@(cddr method)))
   (let ((group (if (gnus-group-foreign-p group) group
-                (gnus-group-prefixed-name group method))))
+                (gnus-group-prefixed-name (gnus-group-real-name group) 
+                                          method))))
     (gnus-sethash
      group
      `(-1 nil (,group
index 505befa..330015c 100644 (file)
@@ -1276,7 +1276,7 @@ These variables can be used to set variables in the group parameters
 while still allowing them to affect operations done in other
 buffers. For example:
 
-(setq gnus-newsgroup-variables
+\(setq gnus-newsgroup-variables
      '(message-use-followup-to
        (gnus-visible-headers .
         \"^From:\\\\|^Newsgroups:\\\\|^Subject:\\\\|^Date:\\\\|^To:\")))
@@ -1291,13 +1291,13 @@ buffers. For example:
   '(mail-decode-encoded-word-string)
   "List of methods used to decode encoded words.
 
-This variable is a list of FUNCTION or (REGEXP . FUNCTION).  If item is
-FUNCTION, FUNCTION will be apply to all newsgroups.  If item is a
-(REGEXP . FUNCTION), FUNCTION will be only apply to thes newsgroups
+This variable is a list of FUNCTION or (REGEXP . FUNCTION).  If item
+is FUNCTION, FUNCTION will be apply to all newsgroups.  If item is a
+\(REGEXP . FUNCTION), FUNCTION will be only apply to thes newsgroups
 whose names match REGEXP.
 
 For example:
-((\"chinese\" . gnus-decode-encoded-word-string-by-guess)
+\((\"chinese\" . gnus-decode-encoded-word-string-by-guess)
  mail-decode-encoded-word-string
  (\"chinese\" . rfc1843-decode-string))")
 
@@ -1855,8 +1855,9 @@ increase the score of each group you read."
          ["Increase score..." gnus-summary-increase-score t]
          ["Lower score..." gnus-summary-lower-score t]))))
 
-;; Define both the Article menu in the summary buffer and the equivalent
-    ;; Commands menu in the article buffer here for consistency.
+    ;; Define both the Article menu in the summary buffer and the
+    ;; equivalent Commands menu in the article buffer here for
+    ;; consistency.
     (let ((innards
           `(("Hide"
              ["All" gnus-article-hide t]