Gnus development mailing list
 help / color / mirror / Atom feed
* bug: subscribe in *Gnus Browse Server*
@ 1998-11-01  6:50 Shenghuo ZHU
  0 siblings, 0 replies; only message in thread
From: Shenghuo ZHU @ 1998-11-01  6:50 UTC (permalink / 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))


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-11-01  6:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-11-01  6:50 bug: subscribe in *Gnus Browse Server* Shenghuo ZHU

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).