From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri D'Elia Newsgroups: gmane.emacs.help Subject: Re: Can I use 'C-x o o o o o' instead of C-x o C-x o C-x o C-x o C-x o? Date: Tue, 28 Apr 2015 15:49:13 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1430229023 12650 80.91.229.3 (28 Apr 2015 13:50:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Apr 2015 13:50:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 28 15:50:08 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Yn5tf-0004Ee-NK for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Apr 2015 15:49:59 +0200 Original-Received: from localhost ([::1]:33468 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn5tf-0000Sq-9F for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Apr 2015 09:49:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn5tP-0000SS-QP for help-gnu-emacs@gnu.org; Tue, 28 Apr 2015 09:49:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yn5tK-0006ok-NX for help-gnu-emacs@gnu.org; Tue, 28 Apr 2015 09:49:43 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:40540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yn5tK-0006oc-GM for help-gnu-emacs@gnu.org; Tue, 28 Apr 2015 09:49:38 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Yn5t7-0003pF-2z for help-gnu-emacs@gnu.org; Tue, 28 Apr 2015 15:49:25 +0200 Original-Received: from 193.106.183.18 ([193.106.183.18]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Apr 2015 15:49:25 +0200 Original-Received: from wavexx by 193.106.183.18 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Apr 2015 15:49:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 193.106.183.18 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.6.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104026 Archived-At: On 04/28/2015 12:56 PM, 張國良 wrote: > Hi all, > > Scenario 1 > - I split many windows. > - I wish to switch to some other windows. > - I type C-x o, C-x o, C-x o repeatedly until the cursor landed on the > desired window. > Is there a way to use C-x o o o instead? > > I aware that I can use C-u num C-x o, if I know the desired window is num > step away. But there are times that I do not know 'num'. I started to use window-numbering-mode (window-numbering from melpa) and never looked back.