all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Rmail: toggle between summary and message buffers
Date: Fri, 21 Jun 2019 09:04:10 +0300	[thread overview]
Message-ID: <83imszpj8l.fsf@gnu.org> (raw)
In-Reply-To: <87blyr36fa.fsf@ericabrahamsen.net> (message from Eric Abrahamsen on Thu, 20 Jun 2019 21:31:53 -0700)

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



  reply	other threads:[~2019-06-21  6:04 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 [this message]
2019-06-21 15:26             ` Eric Abrahamsen
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

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

  git send-email \
    --in-reply-to=83imszpj8l.fsf@gnu.org \
    --to=eliz@gnu.org \
    --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.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.