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: Thu, 23 May 2013 09:41:28 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1369316511 23081 80.91.229.3 (23 May 2013 13:41:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 May 2013 13:41:51 +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 Thu May 23 15:41:50 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 1UfVm5-0000qw-Mw for ged-emacs-devel@m.gmane.org; Thu, 23 May 2013 15:41:45 +0200 Original-Received: from localhost ([::1]:52122 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfVm5-0006c1-63 for ged-emacs-devel@m.gmane.org; Thu, 23 May 2013 09:41:45 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfVly-0006XF-C1 for emacs-devel@gnu.org; Thu, 23 May 2013 09:41:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfVlp-0000x3-RE for emacs-devel@gnu.org; Thu, 23 May 2013 09:41:38 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:21234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfVlp-0000wz-ME for emacs-devel@gnu.org; Thu, 23 May 2013 09:41:29 -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="14213714" Original-Received: from 69-165-154-5.dsl.teksavvy.com (HELO pastel.home) ([69.165.154.5]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 23 May 2013 09:41:24 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id A08566EC2B; Thu, 23 May 2013 09:41:28 -0400 (EDT) In-Reply-To: ("Gauthier =?iso-8859-1?Q?=D6stervall=22's?= message of "Thu, 23 May 2013 14:21:41 +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:159743 Archived-At: >> 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. > windresize.el is not part of my distribution, so I haven't. It's in GNU ELPA. > I will give it a try, but I feel that functionality should be > built-in. Yes clearly, that is needed before we can consider it to make C-x [{}^] redundant. Stefan