From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Make `C-x {' and `C-x }' repeatable Date: Fri, 24 May 2013 09:38:58 +0000 Message-ID: <20130524093858.GA2754@acm.acm> References: <87txlts7so.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1369388373 32636 80.91.229.3 (24 May 2013 09:39:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 May 2013 09:39:33 +0000 (UTC) Cc: Stefan Monnier , Gauthier =?iso-8859-1?Q?=D6stervall?= , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 24 11:39:31 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 1UfoTD-0003dt-Et for ged-emacs-devel@m.gmane.org; Fri, 24 May 2013 11:39:31 +0200 Original-Received: from localhost ([::1]:56690 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfoTC-0002le-IT for ged-emacs-devel@m.gmane.org; Fri, 24 May 2013 05:39:30 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfoT5-0002lV-50 for emacs-devel@gnu.org; Fri, 24 May 2013 05:39:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfoT0-0006PH-Bf for emacs-devel@gnu.org; Fri, 24 May 2013 05:39:23 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:32190 helo=mail.muc.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfoT0-0006Oq-2O for emacs-devel@gnu.org; Fri, 24 May 2013 05:39:18 -0400 Original-Received: (qmail 83448 invoked by uid 3782); 24 May 2013 09:39:15 -0000 Original-Received: from acm.muc.de (pD951BCC0.dip0.t-ipconnect.de [217.81.188.192]) by colin.muc.de (tmda-ofmipd) with ESMTP; Fri, 24 May 2013 11:39:13 +0200 Original-Received: (qmail 2778 invoked by uid 1000); 24 May 2013 09:38:58 -0000 Content-Disposition: inline In-Reply-To: <87txlts7so.fsf@mail.jurta.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-detected-operating-system: by eggs.gnu.org: FreeBSD 8.x X-Received-From: 193.149.48.1 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:159762 Archived-At: Hello, Juri. On Fri, May 24, 2013 at 01:04:40AM +0300, Juri Linkov wrote: > >> 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. > If the goal is to replace `C-x [{}^]' with one global keybinding, the > currently free and intuitive key prefix for window related commands > would be `C-x w', so that a command to activate window-resizing key > sequence could be bound to `C-x w r'. `C-x w' is not free. It is used by `highlight-regexp' and friends (still). These key bindings are set inside hi-lock.el itself. -- Alan Mackenzie (Nuremberg, Germany).