unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: help-gnu-emacs@gnu.org
Subject: Re: Rmail: toggle between summary and message buffers
Date: Fri, 21 Jun 2019 08:26:16 -0700	[thread overview]
Message-ID: <87lfxv0xk7.fsf@ericabrahamsen.net> (raw)
In-Reply-To: 83imszpj8l.fsf@gnu.org

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Eric Abrahamsen <eric@ericabrahamsen.net>
>> Date: Thu, 20 Jun 2019 21:31:53 -0700
>> Cc: help-gnu-emacs@gnu.org, Robert Thorpe <rt@robertthorpeconsulting.com>
>> 
>> > What do you use instead of C-o ?
>> 
>> FWIW, I bind "M-o" to other-window globally
>
> I use M-HOME and M-END, with this piece of code:
>
>   (defun my-previous-window (arg)
>     "Switch to previous window."
>     (interactive "p")
>     (other-window (- arg)))
>   (global-set-key [M-home] 'my-previous-window)
>   (global-set-key [M-end] 'other-window)

That's good -- I often want to cycle back the other way. [home] and
[end] are in very awkward places on my keyboard, though, maybe M-O...




  reply	other threads:[~2019-06-21 15:26 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-18  4:20 Rmail: toggle between summary and message buffers Xavier Maillard
2019-06-18 15:47 ` Eli Zaretskii
2019-06-18 21:11   ` Xavier Maillard
2019-06-18 22:26     ` Amin Bandali
2019-06-19 12:55       ` Xavier Maillard
2019-06-19 13:17     ` Robert Thorpe
2019-06-19 15:30       ` Eli Zaretskii
2019-06-21  4:24         ` Xavier Maillard
2019-06-21  4:20       ` Xavier Maillard
2019-06-21  4:31         ` Eric Abrahamsen
2019-06-21  6:04           ` Eli Zaretskii
2019-06-21 15:26             ` Eric Abrahamsen [this message]
2019-06-22  7:53             ` Xavier Maillard
2019-06-21  6:00         ` Eli Zaretskii
2019-06-21 12:33           ` Eli Zaretskii
2019-06-22  8:04             ` Xavier Maillard
2019-06-22  8:18               ` Eli Zaretskii
2019-06-24  4:20                 ` Xavier Maillard
2019-06-24  4:28                 ` Xavier Maillard
2019-06-22  8:02           ` Xavier Maillard
2019-06-22  8:07             ` Eli Zaretskii
2019-06-24  4:17               ` Xavier Maillard

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=87lfxv0xk7.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=help-gnu-emacs@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.
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).