unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: Suggestion: go to bottom of mail message
Date: Wed, 19 Nov 2003 20:55:07 +0900 (JST)	[thread overview]
Message-ID: <200311191155.UAA15601@etlken.m17n.org> (raw)
In-Reply-To: <200311191126.hAJBQY6C008722@beta.mvs.co.il> (ehud@unix.mvs.co.il)

In article <200311191126.hAJBQY6C008722@beta.mvs.co.il>, "Ehud Karni" <ehud@unix.mvs.co.il> writes:
> I recently noticed that I frequently need to go to the end of a mail
> message, so I wrote `rmail-summary-end-of-message' and assigned it
> to ";" in `rmail-summary-mode-map'. In the process I noticed that
> `rmail-summary-beginning-of-message' uses (beginning-of-buffer) so I
> changed it to (goto-char (point-min)).

I like the idea of the new command
rmail-summary-end-of-message too.

Three points:

(1) How about also making the new command
rmail-end-of-message in RMAIL mode.

(2) I've just noticed that
rmail-summary-beginning-of-message works slightly
differently than rmail-beginnig-of-message.  The formar
moves point to the really beginning of a message, but the
latter moves point to the beginning of a BODY of a message.
I think the latter is better because the former can be done
by ESC <.  So, shouldn't we change
rmail-summary-beginning-of-message?

(3) I prefer the key "/" than ";" for
rmail[-summary]-end-of-message because "/" is usually just
right of "." but ";" is usually right upper of ".".  As "."
moves point to the beggining, it seems strange to type the
upper key to move point to the end.  By the way, for me the
ideal keys are:
  "," go to the beginning
  "." go to the end
because my fingers already got used to "ESC <" and "ESC >",
and "," and "<", "." and ">" are on the same keys.

---
Ken'ichi HANDA
handa@m17n.org

  reply	other threads:[~2003-11-19 11:55 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-19 11:26 Suggestion: go to bottom of mail message Ehud Karni
2003-11-19 11:55 ` Kenichi Handa [this message]
2003-11-19 14:19   ` Kim F. Storm
2003-11-19 15:18     ` Juri Linkov
2003-11-21  1:04     ` Kenichi Handa
2003-11-19 15:26   ` Ehud Karni
2003-11-19 16:10     ` Ehud Karni
2003-11-21  4:08       ` Richard Stallman
2003-11-21  7:17         ` Ehud Karni
2003-11-20  4:06   ` Richard Stallman
2003-11-20  8:04     ` Kenichi Handa
  -- strict thread matches above, loose matches on Subject: below --
2005-08-06 10:48 Ehud Karni
2005-08-06 13:59 Ehud Karni

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200311191155.UAA15601@etlken.m17n.org \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.org \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).