From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Make `C-x {' and `C-x }' repeatable Date: Wed, 22 May 2013 15:05:34 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1369249560 10010 80.91.229.3 (22 May 2013 19:06:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 May 2013 19:06:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Gauthier =?iso-8859-1?Q?=D6stervall?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 22 21:05:59 2013 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 1UfEMI-0004KM-5n for ged-emacs-devel@m.gmane.org; Wed, 22 May 2013 21:05:58 +0200 Original-Received: from localhost ([::1]:35773 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfEMH-0003Wm-FI for ged-emacs-devel@m.gmane.org; Wed, 22 May 2013 15:05:57 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:54820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfEM8-0003St-5c for emacs-devel@gnu.org; Wed, 22 May 2013 15:05:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfELw-0005uO-Ve for emacs-devel@gnu.org; Wed, 22 May 2013 15:05:48 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:44093) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfELw-0005uG-Op for emacs-devel@gnu.org; Wed, 22 May 2013 15:05:36 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFFpZoF/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GwS2RCgOkeoFegxM X-IPAS-Result: Av4EABK/CFFFpZoF/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GwS2RCgOkeoFegxM X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="14141312" Original-Received: from 69-165-154-5.dsl.teksavvy.com (HELO ceviche.home) ([69.165.154.5]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 22 May 2013 15:05:30 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 5A4F666107; Wed, 22 May 2013 15:05:34 -0400 (EDT) In-Reply-To: ("Gauthier =?iso-8859-1?Q?=D6stervall=22's?= message of "Mon, 20 May 2013 21:59:06 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 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:159732 Archived-At: > Ever since I started using emacs and tried to say good bye to my > mouse, I have felt that the resizing of windows with `C-x }' and > `C-x {' is too cumbersome to use. Have you tried M-x windresize ? It's too modal for my taste (I'd like to be able to exit more easily than via `q'), but other than that I hope such a command will eventually make C-x {, C-x }, and C-x ^ redundant. Stefan