From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 31 23:57:28 2016 Received: (at submit) by debbugs.gnu.org; 1 Jan 2017 04:57:28 +0000 Received: from localhost ([127.0.0.1]:33611 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cNYD2-00038y-Ku for submit@debbugs.gnu.org; Sat, 31 Dec 2016 23:57:28 -0500 Received: from eggs.gnu.org ([208.118.235.92]:38620) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cNYD0-00038i-FW for submit@debbugs.gnu.org; Sat, 31 Dec 2016 23:57:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cNYCt-00076G-Of for submit@debbugs.gnu.org; Sat, 31 Dec 2016 23:57:20 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38176) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cNYCt-000764-Lk for submit@debbugs.gnu.org; Sat, 31 Dec 2016 23:57:19 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cNYCs-0006Wu-Ie for bug-gnu-emacs@gnu.org; Sat, 31 Dec 2016 23:57:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cNYCp-00071g-EQ for bug-gnu-emacs@gnu.org; Sat, 31 Dec 2016 23:57:18 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:46630) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cNYCp-0006z9-4Q for bug-gnu-emacs@gnu.org; Sat, 31 Dec 2016 23:57:15 -0500 Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id v014v90P015980 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Sun, 1 Jan 2017 04:57:10 GMT Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id v014v8Zq008821 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 1 Jan 2017 04:57:09 GMT Received: from abhmp0005.oracle.com (abhmp0005.oracle.com [141.146.116.11]) by aserv0121.oracle.com (8.13.8/8.13.8) with ESMTP id v014v5Sq019069 for ; Sun, 1 Jan 2017 04:57:07 GMT MIME-Version: 1.0 Message-ID: <90141ff6-2325-447e-b77f-2f9d940a24aa@default> Date: Sat, 31 Dec 2016 20:56:49 -0800 (PST) From: Drew Adams To: bug-gnu-emacs@gnu.org Subject: 24.5; Put `M-s' on a prefix keymap in Isearch X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 12.0.6753.5000 (x86)] Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Source-IP: userv0022.oracle.com [156.151.31.74] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) Currently, `isearch-mode-map' has a number of key sequences bound in it that begin with prefix-key `M-s': M-s C-e=09=09isearch-yank-line M-s SPC=09=09isearch-toggle-lax-whitespace M-s '=09=09isearch-toggle-char-fold M-s _=09=09isearch-toggle-symbol M-s c=09=09isearch-toggle-case-fold M-s e=09=09isearch-edit-string M-s i=09=09isearch-toggle-invisible M-s o=09=09isearch-occur M-s r=09=09isearch-toggle-regexp M-s w=09=09isearch-toggle-word M-s h r=09=09isearch-highlight-regexp And 3rd-party libraries have added more such `M-s ...' keys. But there is no keymap for prefix-key `M-s'. There should be. Please put all of the `M-s' prefixed keys on a separate, prefix-key keymap, which itself is on `isearch-mode-map'. Since these keys do not form any _specific_ grouping, I'd propose a name for the keymap such as `isearch-misc-map' (better than nothing). This will let users and other libraries move the prefix keymap to a different prefix key if they want, or define `M-s C-h' to show only the bindings on prefix `M-s', and so on. As it stands now, a 3rd-party library cannot do what this bug report requests, because there are likely other libraries, which may be loaded before it, and which bind `M-s ' directly in `isearch-mode-map' AFTER the prefix map has been placed on `isearch-mode-map). In GNU Emacs 24.5.1 (i686-pc-mingw32) of 2015-04-11 on LEG570 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix=3D/c/usr --host=3Di686-pc-mingw32' From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 01 11:43:10 2017 Received: (at control) by debbugs.gnu.org; 1 Jan 2017 16:43:10 +0000 Received: from localhost ([127.0.0.1]:38735 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cNjDx-00085F-UT for submit@debbugs.gnu.org; Sun, 01 Jan 2017 11:43:10 -0500 Received: from mail-it0-f54.google.com ([209.85.214.54]:38039) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cNjDx-000853-2P for control@debbugs.gnu.org; Sun, 01 Jan 2017 11:43:09 -0500 Received: by mail-it0-f54.google.com with SMTP id x2so264333308itf.1 for ; Sun, 01 Jan 2017 08:43:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:subject:date:message-id:mime-version; bh=zlYsJcCXDx1ZRQCt7mEgMH2Rfeh0F0d6GAQC8G2EneY=; b=sn20dcxBJqYEjAd0yVu6CeXjgaD9JqX32dyvDhYsERW+Yuj+3cGQYCd/A5aN2HZAdm f94pJ/hqj0igK9Zx5yE6twR8JT87QaL1uUqv3FkwYxq+Uzk6lxMP88l8d9kr13Hx9Dpd STTEZHXprDkQBzJJuhb23ZP2jon4zVGP6u1hOK83HtR6vLHfSTSEi1MGO75N45njrkzO iTXfpZOc7qu8joQxGqmPrANvAizjcOgeX5ERBgw115SNGBaLJsSl+o5gmAjajqEWLzu8 luITb9AwhKFXXB98Qo4URPm4OKkT3UWljncVuBFzY1Wm6mDc4Cyqch8EWf8nM9Kz/2LU rHbg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:subject:date:message-id :mime-version; bh=zlYsJcCXDx1ZRQCt7mEgMH2Rfeh0F0d6GAQC8G2EneY=; b=qq+7ujXDYG+PSV/FvuZkrQgU29Hfw482esDpfPKmt9KonM1gVg/tvwtaz4ma5Zhjh3 rP9tlt2+mGu1ptcPWtV+ANhVDQCPmxPSH1CnMqzTolH0ofoy7GEdXduCxJZbe8LJ/qpD 3rTVKSaGn1kIzDgwSLiSi2hsjjLxPB9X4+TGJFkmt1K58U72qQ7OtiDpsPijSggHKpTU TRWvyil19fLuToFfHocSLGwel4QifyX7/Kl1wIFApM864gEBxvf29nIqWySvbWs0NKZc VgiY9SJE38Wf3MvTdwA9fjF0KFZBgXIW1vYcQSCe+JiJEjrnjSj/v8BJUD3+i5WuNwxL /aIA== X-Gm-Message-State: AIkVDXJxvW45HWOXAPilbg9XQzZmHKQkJfsQdqeLCC8YPMohjJFhih2mR3Q5ASk1AUEgZA== X-Received: by 10.36.204.138 with SMTP id x132mr39903106itf.77.1483288983150; Sun, 01 Jan 2017 08:43:03 -0800 (PST) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id i62sm29238265itb.12.2017.01.01.08.43.02 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 01 Jan 2017 08:43:02 -0800 (PST) From: npostavs@users.sourceforge.net To: control@debbugs.gnu.org Subject: control message for bug #25318 Date: Sun, 01 Jan 2017 11:44:06 -0500 Message-ID: <87o9zq7msp.fsf@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.2 (/) severity 25318 wishlist quit From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 29 13:37:37 2019 Received: (at 25318) by debbugs.gnu.org; 29 Sep 2019 17:37:37 +0000 Received: from localhost ([127.0.0.1]:55805 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEd8a-00050M-Vy for submit@debbugs.gnu.org; Sun, 29 Sep 2019 13:37:37 -0400 Received: from quimby.gnus.org ([80.91.231.51]:59732) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEd8Y-00050D-VM for 25318@debbugs.gnu.org; Sun, 29 Sep 2019 13:37:35 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iEd8U-00048s-Tq; Sun, 29 Sep 2019 19:37:33 +0200 From: Lars Ingebrigtsen To: Drew Adams Subject: Re: bug#25318: 24.5; Put `M-s' on a prefix keymap in Isearch References: <90141ff6-2325-447e-b77f-2f9d940a24aa@default> Date: Sun, 29 Sep 2019 19:37:30 +0200 In-Reply-To: <90141ff6-2325-447e-b77f-2f9d940a24aa@default> (Drew Adams's message of "Sat, 31 Dec 2016 20:56:49 -0800 (PST)") Message-ID: <87k19ratr9.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Drew Adams writes: > Currently, `isearch-mode-map' has a number of key sequences bound in it > that begin with prefix-key `M-s': > > M-s C-e isearch-yank-line > M-s SPC isearch-toggle-lax-whitespace > M-s ' isearch-togg [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 25318 Cc: 25318@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Drew Adams writes: > Currently, `isearch-mode-map' has a number of key sequences bound in it > that begin with prefix-key `M-s': > > M-s C-e isearch-yank-line > M-s SPC isearch-toggle-lax-whitespace > M-s ' isearch-toggle-char-fold > M-s _ isearch-toggle-symbol > M-s c isearch-toggle-case-fold > M-s e isearch-edit-string > M-s i isearch-toggle-invisible > M-s o isearch-occur > M-s r isearch-toggle-regexp > M-s w isearch-toggle-word > M-s h r isearch-highlight-regexp [...] > Since these keys do not form any _specific_ grouping, I'd propose a > name for the keymap such as `isearch-misc-map' (better than nothing). As you point out, these commands aren't functional grouping of any kind, so I don't think it makes sense to put them on a separate map. It's not like anybody would want to put all those functions somewhere else, which is the primary reason to have sub-keymaps. > This will let users and other libraries move the prefix keymap to a > different prefix key if they want, or define `M-s C-h' to show only the > bindings on prefix `M-s', and so on. > > As it stands now, a 3rd-party library cannot do what this bug report > requests, because there are likely other libraries, which may be loaded > before it, and which bind `M-s `isearch-mode-map'. Those bindings would be wiped out by a later > binding of `M-s' to a prefix map. > > But if this is done in core Emacs then there will be no such problem > (there is no problem if a library binds `M-s ' directly in > `isearch-mode-map' AFTER the prefix map has been placed on > `isearch-mode-map). So your use case is that you want to bind `M-s' to a prefix map out-of-tree? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 29 14:45:45 2019 Received: (at 25318) by debbugs.gnu.org; 29 Sep 2019 18:45:45 +0000 Received: from localhost ([127.0.0.1]:55856 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEeCX-0002VC-1f for submit@debbugs.gnu.org; Sun, 29 Sep 2019 14:45:45 -0400 Received: from userp2120.oracle.com ([156.151.31.85]:49590) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEeCU-0002Us-UN for 25318@debbugs.gnu.org; Sun, 29 Sep 2019 14:45:43 -0400 Received: from pps.filterd (userp2120.oracle.com [127.0.0.1]) by userp2120.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x8TIiPAU051584; Sun, 29 Sep 2019 18:45:36 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=mime-version : message-id : date : from : sender : to : cc : subject : references : in-reply-to : content-type : content-transfer-encoding; s=corp-2019-08-05; bh=NxlvTZoss3BKUlbKx+Mu14AnwS444zUfxp8AFJ3GKmQ=; b=AqUFf3TeICR20jGZ3b99/Byz3eZEDatjKX7/iCxGVSdGES3eHsSb3dfa8JxKpesQU7l+ k3AKg4H0oyyaD2tkfvZILHV/hZxGG8e5+kVg4yXKlasZSFYxqfYHGP1/FiahH1UnC8Uc IbJceR7WRTToLo+iyp0fs8ZxCXb05r8c3e+REJvTWE9ljUNErjPgUNrUxbMTxPWsap3d XwNjSQcEufggyNW024SKzCoDqGveoifG1UdcVGmL/w6SYGIbfoLuFgE/HmqgKQ4/WJB6 B19SDBRLAZYdNFG4WYM43QaKLe7K6/3uOHdYRYMClfFKySmlv2Uk9W1rBRp+PBXK1e50 /A== Received: from userp3020.oracle.com (userp3020.oracle.com [156.151.31.79]) by userp2120.oracle.com with ESMTP id 2va05rb8vf-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Sun, 29 Sep 2019 18:45:36 +0000 Received: from pps.filterd (userp3020.oracle.com [127.0.0.1]) by userp3020.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x8TIhtHd031161; Sun, 29 Sep 2019 18:45:36 GMT Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userp3020.oracle.com with ESMTP id 2vahnf4dn1-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Sun, 29 Sep 2019 18:45:36 +0000 Received: from abhmp0017.oracle.com (abhmp0017.oracle.com [141.146.116.23]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id x8TIjZv4024337; Sun, 29 Sep 2019 18:45:35 GMT MIME-Version: 1.0 Message-ID: <9e729f75-9bcb-41c0-9ad7-d17f5790852a@default> Date: Sun, 29 Sep 2019 11:45:34 -0700 (PDT) From: Drew Adams To: Lars Ingebrigtsen Subject: RE: bug#25318: 24.5; Put `M-s' on a prefix keymap in Isearch References: <90141ff6-2325-447e-b77f-2f9d940a24aa@default> <87k19ratr9.fsf@gnus.org> In-Reply-To: <87k19ratr9.fsf@gnus.org> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 16.0.4900.0 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9395 signatures=668685 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1908290000 definitions=main-1909290214 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9395 signatures=668685 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1908290000 definitions=main-1909290214 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 25318 Cc: 25318@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > > Currently, `isearch-mode-map' has a number of key sequences bound in it > > that begin with prefix-key `M-s':... > > Since these keys do not form any _specific_ grouping, I'd propose a > > name for the keymap such as `isearch-misc-map' (better than nothing). >=20 > As you point out, these commands aren't functional grouping of any kind, > so I don't think it makes sense to put them on a separate map. It's not > like anybody would want to put all those functions somewhere else, which > is the primary reason to have sub-keymaps. They are all on the same prefix key. So yes, there is a good reason why so= meone might "want to put all those functions somewhere else": to put them o= n another prefix key. That's the raison d'etre for a prefix-map variable: to be able to easily re= use or move all of its bindings at once, e.g. to another prefix key. If there's a reason why each of the commands is on prefix key `M-s' then th= e same reason applies for putting them on another prefix key - move/reuse t= hem all, together. Whether one or more of those commands shouldn't really be on the same prefi= x key is a separate question, for the maintainers of isearch.el to consider= . It's unrelated to the need/desire to grab put all of the `M-s' commands = on another (additional or replacement) prefix key. > > This will let users and other libraries move the prefix keymap to a > > different prefix key if they want, or define `M-s C-h' to show only the > > bindings on prefix `M-s', and so on. Clear, no? Both the 1st part and the 2nd, regarding `M-s C-h'. The desire= to offer `M-s C-h' is an additional reason to add a prefix-key variable fo= r prefix key `M-s'. > > As it stands now, a 3rd-party library cannot do what this bug report > > requests, because there are likely other libraries, which may be loaded > > before it, and which bind `M-s > `isearch-mode-map'. Those bindings would be wiped out by a later > > binding of `M-s' to a prefix map. Also clear, no? > > But if this is done in core Emacs then there will be no such problem > > (there is no problem if a library binds `M-s ' directly in > > `isearch-mode-map' AFTER the prefix map has been placed on > > `isearch-mode-map). >=20 > So your use case is that you want to bind `M-s' to a prefix map > out-of-tree? Sorry, I don't know what "out-of-tree" means. See above for the reasons for this request. It's not about wanting to bind= `M-s'. It's about wanting to bind another prefix key. And it's about pro= viding `M-s C-h'. The prefix key should have a keymap, usable by users and= libraries. From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 30 01:31:45 2019 Received: (at 25318) by debbugs.gnu.org; 30 Sep 2019 05:31:45 +0000 Received: from localhost ([127.0.0.1]:56539 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEoHg-0005pL-Rr for submit@debbugs.gnu.org; Mon, 30 Sep 2019 01:31:45 -0400 Received: from quimby.gnus.org ([80.91.231.51]:43648) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEoHf-0005nu-JY for 25318@debbugs.gnu.org; Mon, 30 Sep 2019 01:31:43 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iEoHc-0003KP-9N; Mon, 30 Sep 2019 07:31:42 +0200 From: Lars Ingebrigtsen To: Drew Adams Subject: Re: bug#25318: 24.5; Put `M-s' on a prefix keymap in Isearch References: <90141ff6-2325-447e-b77f-2f9d940a24aa@default> <87k19ratr9.fsf@gnus.org> <9e729f75-9bcb-41c0-9ad7-d17f5790852a@default> Date: Mon, 30 Sep 2019 07:31:40 +0200 In-Reply-To: <9e729f75-9bcb-41c0-9ad7-d17f5790852a@default> (Drew Adams's message of "Sun, 29 Sep 2019 11:45:34 -0700 (PDT)") Message-ID: <87zhiml58j.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Drew Adams writes: > See above for the reasons for this request. It's not about wanting to > bind `M-s'. It's about wanting to bind another prefix key. And it's > about providing `M-s C-h'. The prefix key should have a [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 25318 Cc: 25318@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Drew Adams writes: > See above for the reasons for this request. It's not about wanting to > bind `M-s'. It's about wanting to bind another prefix key. And it's > about providing `M-s C-h'. The prefix key should have a keymap, > usable by users and libraries. Sorry; I don't see the use case since these commands have very little to do with each other. Closing. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 30 01:32:00 2019 Received: (at control) by debbugs.gnu.org; 30 Sep 2019 05:32:00 +0000 Received: from localhost ([127.0.0.1]:56543 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEoHv-00060G-5w for submit@debbugs.gnu.org; Mon, 30 Sep 2019 01:32:00 -0400 Received: from quimby.gnus.org ([80.91.231.51]:43664) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEoHt-0005yW-8F for control@debbugs.gnu.org; Mon, 30 Sep 2019 01:31:57 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iEoHq-0003Kb-HJ for control@debbugs.gnu.org; Mon, 30 Sep 2019 07:31:56 +0200 Date: Mon, 30 Sep 2019 07:31:54 +0200 Message-Id: <87y2y6l585.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #25318 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 25318 wontfix close 25318 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 25318 wontfix close 25318 quit From unknown Sat Jun 21 03:25:08 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 28 Oct 2019 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator