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 12:48:41 -0400 Message-ID: References: <87mwrombc3.fsf@mail.jurta.org> <87r4gyondh.fsf@mail.jurta.org> <6CA0C904-94F7-4ECF-A8E0-BC78844E5348@mit.edu> <8963bd95-a5fc-4f2a-b8fc-40dbc7074809@default> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1369327734 26798 80.91.229.3 (23 May 2013 16:48:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 May 2013 16:48:54 +0000 (UTC) Cc: chad , "emacs-devel@gnu.org Development" To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 23 18:48:53 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 1UfYhA-000202-O8 for ged-emacs-devel@m.gmane.org; Thu, 23 May 2013 18:48:52 +0200 Original-Received: from localhost ([::1]:41164 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfYhA-0002IV-9z for ged-emacs-devel@m.gmane.org; Thu, 23 May 2013 12:48:52 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfYh5-0002II-De for emacs-devel@gnu.org; Thu, 23 May 2013 12:48:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfYh2-0000r1-Ds for emacs-devel@gnu.org; Thu, 23 May 2013 12:48:47 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:17583) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfYh2-0000qs-7u for emacs-devel@gnu.org; Thu, 23 May 2013 12:48:44 -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="14235848" 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 12:48:38 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id C88606779B; Thu, 23 May 2013 12:48:41 -0400 (EDT) In-Reply-To: <8963bd95-a5fc-4f2a-b8fc-40dbc7074809@default> (Drew Adams's message of "Thu, 23 May 2013 09:19:33 -0700 (PDT)") 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:159749 Archived-At: > Or think of window resizing by pixel increments instead of line/column > increments. You might well want to start with a large increment and > switch to a smaller one when you got closer to what you wanted. Such situations might also just benefit from a more automatic handling, where the increment depends on how many times you repeated the same command in a short time interval. Stefan