comparison lisp/gnus/gnus-sum.el @ 39334:f8ce69d86eea

(gnus-select-newsgroup): Make `gnus-current-select-method' buffer-local. From TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 18 Sep 2001 12:25:20 +0000
parents a26d9b55abb6
children 933ab100fb4a
comparison
equal deleted inserted replaced
39333:7af35736264f 39334:f8ce69d86eea
4210 gnus-summary-ignore-duplicates)) 4210 gnus-summary-ignore-duplicates))
4211 (info (nth 2 entry)) 4211 (info (nth 2 entry))
4212 articles fetched-articles cached) 4212 articles fetched-articles cached)
4213 4213
4214 (unless (gnus-check-server 4214 (unless (gnus-check-server
4215 (setq gnus-current-select-method 4215 (set (make-local-variable 'gnus-current-select-method)
4216 (gnus-find-method-for-group group))) 4216 (gnus-find-method-for-group group)))
4217 (error "Couldn't open server")) 4217 (error "Couldn't open server"))
4218 4218
4219 (or (and entry (not (eq (car entry) t))) ; Either it's active... 4219 (or (and entry (not (eq (car entry) t))) ; Either it's active...
4220 (gnus-activate-group group) ; Or we can activate it... 4220 (gnus-activate-group group) ; Or we can activate it...
4221 (progn ; Or we bug out. 4221 (progn ; Or we bug out.