From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Make `C-x {' and `C-x }' repeatable Date: Sat, 25 May 2013 23:40:55 +0300 Organization: JURTA Message-ID: <878v32aj3c.fsf@mail.jurta.org> References: <87txlts7so.fsf@mail.jurta.org> <20130524093858.GA2754@acm.acm> <87hahstd47.fsf@mail.jurta.org> <20130525200103.GA3451@acm.acm> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1369514605 18098 80.91.229.3 (25 May 2013 20:43:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 May 2013 20:43:25 +0000 (UTC) Cc: Stefan Monnier , Gauthier =?iso-8859-1?Q?=D6stervall?= , emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 25 22:43:24 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 1UgLJE-0001Dg-4O for ged-emacs-devel@m.gmane.org; Sat, 25 May 2013 22:43:24 +0200 Original-Received: from localhost ([::1]:50118 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgLJD-0005i2-QD for ged-emacs-devel@m.gmane.org; Sat, 25 May 2013 16:43:23 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgLJ3-0005ht-AJ for emacs-devel@gnu.org; Sat, 25 May 2013 16:43:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgLIx-0006Nt-Qh for emacs-devel@gnu.org; Sat, 25 May 2013 16:43:13 -0400 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:45799 helo=ps18281.dreamhostps.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgLIx-0006Nm-Kr for emacs-devel@gnu.org; Sat, 25 May 2013 16:43:07 -0400 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 763E2258B9E938; Sat, 25 May 2013 13:43:04 -0700 (PDT) In-Reply-To: <20130525200103.GA3451@acm.acm> (Alan Mackenzie's message of "Sat, 25 May 2013 20:01:03 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 69.163.218.105 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:159798 Archived-At: >> There is an unaddressed request for this feature in bug#9706. > > If I remember correctly, the patch to the code was finished and working > (and who knows, might still work), but the patch to the manual hadn't yet > been written. I highly recommend enabling `isearch-allow-prefix' by default in your patch, provided that it can correctly apply a specified argument either to a isearch command (that doesn't exit isearch) or to a normal command (that exits isearch). IOW, if `C-u C-M-y' typed in isearch-mode will apply `C-u' to `isearch-yank-char' without exiting isearch, but `C-u C-f' will exit isearch and apply `C-u' to `forward-char', then the default value of `isearch-allow-prefix' should be `t'.