From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Ryan Krauss" Newsgroups: gmane.emacs.help Subject: Re: switching frame focus Date: Thu, 4 May 2006 10:02:00 -0400 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1146751389 17670 80.91.229.2 (4 May 2006 14:03:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 May 2006 14:03:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 04 16:03:07 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FbePJ-0003jS-P3 for geh-help-gnu-emacs@m.gmane.org; Thu, 04 May 2006 16:02:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FbePJ-00059e-B9 for geh-help-gnu-emacs@m.gmane.org; Thu, 04 May 2006 10:02:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FbeP5-000590-Rs for help-gnu-emacs@gnu.org; Thu, 04 May 2006 10:02:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FbeP4-00058B-0E for help-gnu-emacs@gnu.org; Thu, 04 May 2006 10:02:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FbeP3-000588-PK for help-gnu-emacs@gnu.org; Thu, 04 May 2006 10:02:01 -0400 Original-Received: from [64.233.162.199] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FbePg-00065u-2D for help-gnu-emacs@gnu.org; Thu, 04 May 2006 10:02:40 -0400 Original-Received: by nz-out-0102.google.com with SMTP id z6so455541nzd for ; Thu, 04 May 2006 07:02:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VHmzkG1pT0IsyzZflxfWRJlCEGmFtrRoVA5ASt/VWr+9BXrBQSDjI/nLO+jnq4XcvQBtHqV/TWtGRrExGN1fP4z69P+JKcoY3BARSPqiHM/QzyaON7/veKNbdX/6SeAJYD4H0VUUH++i0a5lOGNa5q89b7pIHY3gyVIrIfTEB10= Original-Received: by 10.64.220.17 with SMTP id s17mr270931qbg; Thu, 04 May 2006 07:02:00 -0700 (PDT) Original-Received: by 10.64.47.14 with HTTP; Thu, 4 May 2006 07:02:00 -0700 (PDT) Original-To: "Roger Mason" In-Reply-To: Content-Disposition: inline X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:34811 Archived-At: That is exactly what I was trying to find. Thanks Roger. Ryan On 5/4/06, Roger Mason wrote: > "Ryan Krauss" writes: > > > This seems like a silly question, but I have goolged around and not > > come up with an answer. If I split my window using C-x 2, how do I > > switch the focus between the two split frames (or whatever emacs calls > > them). I have an aversion to touching the mouse, but basically I want > > to click in the other window and work over there and then click > > back. I also want to use this when I do C-x C-b to list the buffers. > > I want > > to switch into the buffer list to choose the one I want to open. > > C-x o cycles between frames. > > HTH, > > Roger >