Gnus development mailing list
 help / color / mirror / Atom feed
From: Shenghuo ZHU <zsh@cs.rochester.edu>
Subject: bug: subscribe in *Gnus Browse Server*
Date: 01 Nov 1998 01:50:22 -500	[thread overview]
Message-ID: <2n90hvucsx.fsf@zsh.cs.rochester.edu> (raw)


The info of the group, which is subscribed in *Gnus Browse Server*, e.g.,
emacs.ding of sunsite.auc.dk, is 
  ("nntp+sunsite.auc.dk:emacs.ding" 3 nil nil "nntp:sunsite.auc.dk")
But 
  ("nntp+sunsite.auc.dk:emacs.ding" 3 nil nil (nntp "sunsite.auc.dk")) 
is expected.

A patch is attached.

-- 
Shenghuo

:- cut --------------------------------------------------
--- ChangeLog	1998/11/01 06:24:48	1.3
+++ ChangeLog	1998/11/01 06:33:20
@@ -1,3 +1,8 @@
+Sun Nov  1 01:26:42 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+	* gnus-srvr.el (gnus-browse-foreign-server): Set
+ 	gnus-browse-current-method to the result of gnus-server-to-method.
+
 Thu Oct 29 01:47:44 1998  Shenghuo ZHU  <zsh@cs.rochester.edu>
 
 	* gnus-util.el (gnus-pull): Another optional argument.
--- gnus-srvr.el	1998/11/01 06:24:33	1.1
+++ gnus-srvr.el	1998/11/01 06:26:34
@@ -550,9 +550,9 @@
 
 (defun gnus-browse-foreign-server (server &optional return-buffer)
   "Browse the server SERVER."
-  (setq gnus-browse-current-method server)
+  (setq gnus-browse-current-method (gnus-server-to-method server))
   (setq gnus-browse-return-buffer return-buffer)
-  (let* ((method (gnus-server-to-method server))
+  (let* ((method gnus-browse-current-method)
 	 (gnus-select-method method)
 	 groups group)
     (gnus-message 5 "Connecting to %s..." (nth 1 method))


                 reply	other threads:[~1998-11-01  6:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2n90hvucsx.fsf@zsh.cs.rochester.edu \
    --to=zsh@cs.rochester.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).