From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Roger Mason Newsgroups: gmane.emacs.help Subject: Re: switching frame focus Date: Thu, 04 May 2006 11:26:22 -0230 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1146751010 16215 80.91.229.2 (4 May 2006 13:56:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 May 2006 13:56:50 +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 15:56:46 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 1FbeJx-0002gl-BW for geh-help-gnu-emacs@m.gmane.org; Thu, 04 May 2006 15:56:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FbeJw-00039X-VS for geh-help-gnu-emacs@m.gmane.org; Thu, 04 May 2006 09:56:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FbeJl-00037R-59 for help-gnu-emacs@gnu.org; Thu, 04 May 2006 09:56:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FbeJk-00037E-Q1 for help-gnu-emacs@gnu.org; Thu, 04 May 2006 09:56:32 -0400 Original-Received: from [134.153.232.65] (helo=gander.ucs.mun.ca) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FbeKM-0005mb-TP for help-gnu-emacs@gnu.org; Thu, 04 May 2006 09:57:11 -0400 Original-Received: from minnie.esd.mun.ca (minnie.esd.mun.ca [134.153.37.4]) by gander.ucs.mun.ca (8.12.11.20060308/8.12.10) with ESMTP id k44DuMFk025890; Thu, 4 May 2006 11:26:23 -0230 Original-Received: from minnie.esd.mun.ca (localhost [127.0.0.1]) by minnie.esd.mun.ca (8.13.4/8.13.3) with ESMTP id k44DuMec022832; Thu, 4 May 2006 11:26:22 -0230 Original-Received: (from rmason@localhost) by minnie.esd.mun.ca (8.13.4/8.13.4/Submit) id k44DuMN2022831; Thu, 4 May 2006 11:26:22 -0230 X-Authentication-Warning: minnie.esd.mun.ca: rmason set sender to rmason@esd.mun.ca using -f Original-To: "Ryan Krauss" In-Reply-To: (Ryan Krauss's message of "Thu, 4 May 2006 09:50:59 -0400") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux) 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:34810 Archived-At: "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