From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kyle C. Andrews Newsgroups: gmane.emacs.devel Subject: Re: Feature request: other-previous-window Date: Tue, 20 Nov 2012 22:55:32 -0500 Message-ID: <87zk2bhaob.fsf@gmail.com> References: <50AB9F22.4060200@gmail.com>, <50ABA135.3050406@lanl.gov>, <50ABA55B.30405@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1353470152 15929 80.91.229.3 (21 Nov 2012 03:55:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Nov 2012 03:55:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Miguel Guedes" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 21 04:56:03 2012 Return-path: Envelope-to: ged-emacs-devel@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 1Tb1Pq-0003yX-Q7 for ged-emacs-devel@m.gmane.org; Wed, 21 Nov 2012 04:55:58 +0100 Original-Received: from localhost ([::1]:59118 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tb1Pg-0003rs-ET for ged-emacs-devel@m.gmane.org; Tue, 20 Nov 2012 22:55:48 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:33257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tb1Pd-0003rf-TP for emacs-devel@gnu.org; Tue, 20 Nov 2012 22:55:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tb1Pd-0003P9-12 for emacs-devel@gnu.org; Tue, 20 Nov 2012 22:55:45 -0500 Original-Received: from mail-ie0-f169.google.com ([209.85.223.169]:37088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tb1Pc-0003Ox-I6 for emacs-devel@gnu.org; Tue, 20 Nov 2012 22:55:44 -0500 Original-Received: by mail-ie0-f169.google.com with SMTP id 10so11885288ied.0 for ; Tue, 20 Nov 2012 19:55:43 -0800 (PST) Original-Received: by 10.42.135.129 with SMTP id p1mr4582264ict.41.1353470143353; Tue, 20 Nov 2012 19:55:43 -0800 (PST) Original-Received: from lp ([50.36.90.64]) by mx.google.com with ESMTPS id x7sm12168539igk.8.2012.11.20.19.55.41 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Nov 2012 19:55:42 -0800 (PST) User-agent: mu4e 0.9.9; emacs 24.2.1 In-reply-to: <50ABA55B.30405@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.223.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:155011 Archived-At: Miguel Guedes writes: > On 20/11/12 15:26, Davis Herring wrote: >>> This is a request proposal for a very simple feature: the twin brother >>> of other-window. >> >> What about C-- C-x o? (Or C-u - C-x o, etc.) >> > > It just seemed to me overly complicated for such a simple task. > > Why should the inverse of C-x o require twice as effort, when the effort > required should (IMHO) be exactly the same only having the inverse result? Phil Hagelberg's excellent Emacs Starter Kit has this key binding for the reverse operation of C-x o. (global-set-key (kbd "C-x O") (lambda () (interactive) (other-window -1))) -- Kyle C. Andrews kyle.c.andrews@gmail.com