Gnus development mailing list
 help / color / mirror / Atom feed
From: Rajappa Iyer <rsi@lucent.com>
Subject: pick mode fixes since 5.6.7
Date: Thu, 25 Jun 1998 09:14:43 -0400	[thread overview]
Message-ID: <199806251314.JAA07474@placebo.ho.lucent.com> (raw)

Hello pick mode users,

Since 5.6.7, the pick mode keymap, which has been around since 5.5,
was changed from:

  (gnus-define-keys gnus-pick-mode-map
    " " gnus-pick-next-page
    "u" gnus-summary-unmark-as-processable
    "." gnus-pick-article
    gnus-down-mouse-2 gnus-pick-mouse-pick-region
    "\r" gnus-pick-start-reading
    "t" gnus-uu-mark-thread
    "T" gnus-uu-unmark-thread
    "U" gnus-summary-unmark-all-processable
    "v" gnus-uu-mark-over
    "r" gnus-uu-mark-region
    "R" gnus-uu-unmark-region
    "e" gnus-uu-mark-by-regexp
    "E" gnus-uu-mark-by-regexp
    "b" gnus-uu-mark-buffer
    "B" gnus-uu-unmark-buffer
    gnus-mouse-2 gnus-pick-mouse-pick
    "X" gnus-pick-start-reading
    ))

to

  (gnus-define-keys gnus-pick-mode-map
    " " gnus-pick-next-page
    "u" gnus-summary-unmark-as-processable
    "." gnus-pick-article
    gnus-down-mouse-2 gnus-pick-mouse-pick-region
    "\r" gnus-pick-start-reading
    ;; "t" gnus-uu-mark-thread
    ;; "T" gnus-uu-unmark-thread
    ;; "U" gnus-summary-unmark-all-processable
    ;; "v" gnus-uu-mark-over
    ;; "r" gnus-uu-mark-region
    ;; "R" gnus-uu-unmark-region
    ;; "e" gnus-uu-mark-by-regexp
    ;; "E" gnus-uu-mark-by-regexp
    ;; "b" gnus-uu-mark-buffer
    ;; "B" gnus-uu-unmark-buffer
    ;;gnus-mouse-2 gnus-pick-mouse-pick
    ;; "X" gnus-pick-start-reading
    ))

Now this essentially makes pick-mode reading a la nn quite irritating,
at least for me.  While I understand Kurt Swanson's (who made these
changes) reasons for making the changes, I do feel that it should have
been preceded by a discussion and preferably the changes should be
done in a manner which preserves as much compatibility with a
user-interface that has been around for 2 public releases.  I'd like
for pick-mode users to discuss this... perhaps Kurt can start the ball 
rolling by explaining why he made those changes.

Thanks,
Rajappa
-- 
Rajappa Iyer <rsi@lucent.com>		#include <std_disclaimer.h>
	We're too busy mopping the floor to turn off the faucet.


                 reply	other threads:[~1998-06-25 13:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=199806251314.JAA07474@placebo.ho.lucent.com \
    --to=rsi@lucent.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).