Gnus development mailing list
 help / color / mirror / Atom feed
From: Per Abrahamsen <abraham@dina.kvl.dk>
Cc: ding@ifi.uio.no
Subject: Re: C-u space
Date: Sat, 4 Nov 1995 19:12:41 +0100	[thread overview]
Message-ID: <199511041812.TAA04743@ssv4.dina.kvl.dk> (raw)
In-Reply-To: elf@mailhost.ee.ryerson.ca's message of Sat, 4 Nov 1995 11:46:38 -0500


>>>>> "LF" == Luis Fernandes <elf@mailhost.ee.ryerson.ca> writes:

LF> I would like to suggest placing "C-u space" in Gnus Group menu.

Here is a patch that does this.

Sat Nov  4 19:07:31 1995  Per Abrahamsen  <abraham@dina.kvl.dk>

	* gnus-vis.el (gnus-group-make-menu-bar): Add key description for
	the "See old articles" entry and made it run
	gnus-group-select-group with an argument. 
	* gnus.el (gnus-group-select-group-all): Deleted.

*** gnus-vis.el~	Fri Nov  3 07:33:12 1995
--- gnus-vis.el	Sat Nov  4 19:06:50 1995
***************
*** 281,287 ****
        '("Group"
  	["Read" gnus-group-read-group t]
  	["Select" gnus-group-select-group t]
! 	["See old articles" gnus-group-select-group-all t]
  	["Catch up" gnus-group-catchup-current t]
  	["Catch up all articles" gnus-group-catchup-current-all t]
  	["Check for new articles" gnus-group-get-new-news-this-group t]
--- 281,287 ----
        '("Group"
  	["Read" gnus-group-read-group t]
  	["Select" gnus-group-select-group t]
! 	["See old articles" (gnus-group-select-group 'all) :keys "C-u SPC" ]
  	["Catch up" gnus-group-catchup-current t]
  	["Catch up all articles" gnus-group-catchup-current-all t]
  	["Check for new articles" gnus-group-get-new-news-this-group t]
*** gnus.el~	Fri Nov  3 07:33:13 1995
--- gnus.el	Sat Nov  4 19:10:11 1995
***************
*** 3949,3959 ****
    (interactive "P")
    (gnus-group-read-group all t))
  
- (defun gnus-group-select-group-all ()
-   "Select the current group and display all articles in it."
-   (interactive)
-   (gnus-group-select-group 'all))
- 
  ;; Enter a group that is not in the group buffer. Non-nil is returned
  ;; if selection was successful.
  (defun gnus-group-read-ephemeral-group 
--- 3949,3954 ----


  reply	other threads:[~1995-11-04 18:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-11-04 16:46 Luis Fernandes
1995-11-04 18:12 ` Per Abrahamsen [this message]
1995-11-06 16:18 ` Kai Grossjohann
1995-11-06 16:41   ` Luis Fernandes
1995-11-10  1:10     ` Lars Magne Ingebrigtsen

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=199511041812.TAA04743@ssv4.dina.kvl.dk \
    --to=abraham@dina.kvl.dk \
    --cc=ding@ifi.uio.no \
    /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).