all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: TheFlyingDutchman <zzbbaadd@aol.com>
To: help-gnu-emacs@gnu.org
Subject: Re: split buffers
Date: Wed, 21 Jul 2010 18:53:27 -0700 (PDT)	[thread overview]
Message-ID: <e1880390-3f1a-428e-9741-f21086d49067@g6g2000pro.googlegroups.com> (raw)
In-Reply-To: c987705a-b113-4460-b91e-c7504a81f346@s24g2000pri.googlegroups.com


> There is likely a way to move between frames with the keyboard (or
> create the capability) but I don't know what it is.- Hide quoted text -
>

It looks like the command other-frame moves to the next frame. It is
bound to "Control-x 5 o" which is pretty cumbersome. You can bind it
to another key or key-combination in your .emacs file, e.g.:

; use F8 key to switch to the next frame
(global-set-key (kbd "<f8>") 'other-frame)



  reply	other threads:[~2010-07-22  1:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <i27ovc$ah0$1@news.eternal-september.org>
2010-07-22  1:21 ` split buffers TheFlyingDutchman
2010-07-22  1:53   ` TheFlyingDutchman [this message]
     [not found]   ` <i28a6t$e06$1@news.eternal-september.org>
2010-07-22  4:25     ` AmosBurke
2010-07-22  4:29     ` TheFlyingDutchman
2010-07-22  5:21       ` Peter Keller
2010-07-22  6:28     ` Andreas Politz
2010-07-22 15:18 ` jpkotta

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=e1880390-3f1a-428e-9741-f21086d49067@g6g2000pro.googlegroups.com \
    --to=zzbbaadd@aol.com \
    --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.