From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel Subject: RE: bug#16258: 24.3.50; [PATCH] eww: Add new function of region-search. Date: Mon, 10 Nov 2014 18:42:21 -0800 (PST) Message-ID: <15f0d58a-de8c-4aa7-b3f3-aa12662a8c58@default> References: <87zjnoxq5u.fsf@dhcp-193-97.nrt.redhat.com> <87ha9viumj.fsf@building.gnus.org> <8738lftbzk.fsf@dhcp-193-97.nrt.redhat.com> <87r48z9ic3.fsf@building.gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1415673788 13049 80.91.229.3 (11 Nov 2014 02:43:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Nov 2014 02:43:08 +0000 (UTC) Cc: 16258@debbugs.gnu.org, Kenjiro NAKAYAMA , emacs-devel@gnu.org To: Stefan Monnier , Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 11 03:42:59 2014 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 1Xo1Q3-0007TU-14 for ged-emacs-devel@m.gmane.org; Tue, 11 Nov 2014 03:42:59 +0100 Original-Received: from localhost ([::1]:46486 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xo1Q2-0006d1-L7 for ged-emacs-devel@m.gmane.org; Mon, 10 Nov 2014 21:42:58 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xo1Ph-0006ck-Vx for emacs-devel@gnu.org; Mon, 10 Nov 2014 21:42:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xo1PZ-0006qY-9p for emacs-devel@gnu.org; Mon, 10 Nov 2014 21:42:37 -0500 Original-Received: from userp1040.oracle.com ([156.151.31.81]:38831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xo1PZ-0006pV-3I for emacs-devel@gnu.org; Mon, 10 Nov 2014 21:42:29 -0500 Original-Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id sAB2gOHv022214 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 11 Nov 2014 02:42:25 GMT Original-Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id sAB2gN3i004821 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 11 Nov 2014 02:42:23 GMT Original-Received: from abhmp0016.oracle.com (abhmp0016.oracle.com [141.146.116.22]) by userz7022.oracle.com (8.14.5+Sun/8.14.4) with ESMTP id sAB2gMEK005547; Tue, 11 Nov 2014 02:42:22 GMT In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8.2 (807160) [OL 12.0.6691.5000 (x86)] X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 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:176733 Archived-At: > > Does anybody have an opinion on this feature? I think it sounds > > useful, > > but I have no idea what global keystroke we would want to bind > > this to. >=20 > We have the M-s prefix specifically for search-related commands, so > there's a lot of key-binding room. I have no opinion on the feature. But it should not be named `*-region-sea= rch'. It does not search the region (IIUC). It searches for the selected = text.