Gnus development mailing list
 help / color / mirror / Atom feed
* mouse-1 in group mode selects group?
@ 2002-04-29 18:22 Simon Josefsson
  2002-04-29 18:36 ` Simon Josefsson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Simon Josefsson @ 2002-04-29 18:22 UTC (permalink / raw)


What about using mouse-1 to enter groups from the group buffer?

If you want to experiment with it, evaluate this:

(define-key gnus-group-mode-map (kbd "<mouse-1>") 'gnus-mouse-pick-topic)

I know it isn't very emacsish, but is there much opposition against it?

Index: gnus-group.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-group.el,v
retrieving revision 6.73
diff -u -p -u -w -r6.73 gnus-group.el
--- gnus-group.el	2002/04/23 01:18:09	6.73
+++ gnus-group.el	2002/04/29 18:25:50
@@ -577,6 +577,7 @@ simple manner.")
     "\C-c\C-i" gnus-info-find-node
     "\M-e" gnus-group-edit-group-method
     "^" gnus-group-enter-server-mode
+    gnus-mouse-1 gnus-mouse-pick-group
     gnus-mouse-2 gnus-mouse-pick-group
     "<" beginning-of-buffer
     ">" end-of-buffer




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

end of thread, other threads:[~2002-04-29 19:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-29 18:22 mouse-1 in group mode selects group? Simon Josefsson
2002-04-29 18:36 ` Simon Josefsson
2002-04-29 18:59 ` Reiner Steib
2002-04-29 19:06   ` Simon Josefsson
2002-04-29 19:52 ` Kai Großjohann

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