Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Subject: mouse-1 in group mode selects group?
Date: Mon, 29 Apr 2002 20:22:34 +0200	[thread overview]
Message-ID: <ilug01e4b6d.fsf@extundo.com> (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




             reply	other threads:[~2002-04-29 18:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-29 18:22 Simon Josefsson [this message]
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

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=ilug01e4b6d.fsf@extundo.com \
    --to=jas@extundo.com \
    /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).