Gnus development mailing list
 help / color / mirror / Atom feed
* C-u space
@ 1995-11-04 16:46 Luis Fernandes
  1995-11-04 18:12 ` Per Abrahamsen
  1995-11-06 16:18 ` Kai Grossjohann
  0 siblings, 2 replies; 5+ messages in thread
From: Luis Fernandes @ 1995-11-04 16:46 UTC (permalink / raw)



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

For some reason, this has got to be the most non-intuitive
key-sequence in the history of mankind, considering how many times
the question on retrieving all the read articles in a group has been
asked.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: C-u space
  1995-11-04 16:46 C-u space Luis Fernandes
@ 1995-11-04 18:12 ` Per Abrahamsen
  1995-11-06 16:18 ` Kai Grossjohann
  1 sibling, 0 replies; 5+ messages in thread
From: Per Abrahamsen @ 1995-11-04 18:12 UTC (permalink / raw)
  Cc: ding


>>>>> "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 ----


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: C-u space
  1995-11-04 16:46 C-u space Luis Fernandes
  1995-11-04 18:12 ` Per Abrahamsen
@ 1995-11-06 16:18 ` Kai Grossjohann
  1995-11-06 16:41   ` Luis Fernandes
  1 sibling, 1 reply; 5+ messages in thread
From: Kai Grossjohann @ 1995-11-06 16:18 UTC (permalink / raw)
  Cc: ding

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

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

I have an entry `See old articles' in my Group menu as of 5.0.9.  Did
I miss something here?

        \kai{}
--
~/.signature


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: C-u space
  1995-11-06 16:18 ` Kai Grossjohann
@ 1995-11-06 16:41   ` Luis Fernandes
  1995-11-10  1:10     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Luis Fernandes @ 1995-11-06 16:41 UTC (permalink / raw)
  Cc: elf, ding

>>>>> "grossjoh" == Kai Grossjohann
>>>>> <grossjoh@dusty.informatik.uni-dortmund.de> writes:

    > I have an entry `See old articles' in my Group menu as of 5.0.9.  Did
    > I miss something here?

(N.B. I don't use menus) 

My suggestion was based on the appearance, in the gnus newsgroup, of
a question (every couple of weeks) asking how to do this.

I therefore assumed that a menu entry did not exist or if it did, its
function was not clear (perhaps the wording was unclear).


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: C-u space
  1995-11-06 16:41   ` Luis Fernandes
@ 1995-11-10  1:10     ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 1995-11-10  1:10 UTC (permalink / raw)


elf@mailhost.ee.ryerson.ca (Luis Fernandes) writes:

> My suggestion was based on the appearance, in the gnus newsgroup, of
> a question (every couple of weeks) asking how to do this.
> 
> I therefore assumed that a menu entry did not exist or if it did, its
> function was not clear (perhaps the wording was unclear).

That funtion was indeed in the menus, but the keystroke wasn't
displayed in the menu.  

-- 
Home is where the cat is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~1995-11-10  1:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-11-04 16:46 C-u space Luis Fernandes
1995-11-04 18:12 ` Per Abrahamsen
1995-11-06 16:18 ` Kai Grossjohann
1995-11-06 16:41   ` Luis Fernandes
1995-11-10  1:10     ` Lars Magne Ingebrigtsen

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