Gnus development mailing list
 help / color / mirror / Atom feed
From: Mike McEwan <mike@lotusland.demon.co.uk>
Subject: Re: `gnus-group-read-group' doesn't use `select-article'?
Date: 04 Aug 1998 21:33:07 +0100	[thread overview]
Message-ID: <m34svs7aik.fsf@lotusland.demon.co.uk> (raw)
In-Reply-To: Mike McEwan's message of "04 Aug 1998 20:53:42 +0100"

  Talk about pernickety :-)

--- ChangeLog.orig	Tue Aug  4 20:27:02 1998
+++ ChangeLog	Tue Aug  4 21:11:29 1998
@@ -6,6 +6,8 @@
 	`gnus-fetch-old-headers' is non-nil. 
 	(gnus-summary-read-group): pass SELECT-ARTICLE to
 	`gnus-summary-read-group-1' and reset to nil when going to next group.
+	(gnus-summary-read-group): Change `select-article' to
+	`select-articles' for consistency.
 
 Tue Aug  4 05:25:01 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
--- gnus-sum.el.orig	Tue Aug  4 21:08:20 1998
+++ gnus-sum.el	Tue Aug  4 21:29:31 1998
@@ -2508,7 +2508,7 @@
 
 (defun gnus-summary-read-group (group &optional show-all no-article
 				      kill-buffer no-display backward
-				      select-article)
+				      select-articles)
   "Start reading news in newsgroup GROUP.
 If SHOW-ALL is non-nil, already read articles are also listed.
 If NO-ARTICLE is non-nil, no article is selected initially.
@@ -2520,9 +2520,9 @@
 			      (or (gnus-summary-read-group-1
 				   group show-all no-article
 				   kill-buffer no-display
-				   select-article)
+				   select-articles)
 				  (setq show-all nil
-				   select-article nil)))))
+				   select-articles nil)))))
 		(eq gnus-auto-select-next 'quietly))
       (set-buffer gnus-group-buffer)
       ;; The entry function called above goes to the next


-- 
Mike.


  reply	other threads:[~1998-08-04 20:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-08-04 19:53 Mike McEwan
1998-08-04 20:33 ` Mike McEwan [this message]
1998-08-05  6:50 ` Kai Grossjohann

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=m34svs7aik.fsf@lotusland.demon.co.uk \
    --to=mike@lotusland.demon.co.uk \
    /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).