mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-17 17:58:46 +00:00
(gnus-request-article-this-buffer): Refer to
`gnus-current-select-method' in the current summary buffer. From TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>.
This commit is contained in:
parent
475e0e0c0b
commit
c55f89a5da
@ -1,5 +1,7 @@
|
||||
;;; gnus-art.el --- article mode commands for Gnus
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||
|
||||
;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
|
||||
;; Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
;; Keywords: news
|
||||
@ -4048,7 +4050,9 @@ If given a prefix, show the hidden text instead."
|
||||
(setq gnus-override-method (pop methods)))
|
||||
(while (not result)
|
||||
(when (eq gnus-override-method 'current)
|
||||
(setq gnus-override-method gnus-current-select-method))
|
||||
(setq gnus-override-method
|
||||
(with-current-buffer gnus-summary-buffer
|
||||
gnus-current-select-method)))
|
||||
(erase-buffer)
|
||||
(gnus-kill-all-overlays)
|
||||
(let ((gnus-newsgroup-name group))
|
||||
|
Loading…
Reference in New Issue
Block a user