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: Suggestion to have highlight related bindings consistent between search-map and hi-lock-map Date: Thu, 30 Jul 2015 01:31:02 +0300 Organization: LINKOV.NET Message-ID: <87r3nqk34p.fsf@mail.linkov.net> References: <874mlaearx.fsf@mail.linkov.net> <55A21229.6080903@gmail.com> <55A27E53.7020605@gmail.com> <834ml99zkp.fsf@gnu.org> <831tgd9wcm.fsf@gnu.org> <55AB58FB.8000501@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1438209389 31762 80.91.229.3 (29 Jul 2015 22:36:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Jul 2015 22:36:29 +0000 (UTC) Cc: vaidheeswaran.chinnaraju@gmail.com, Eli Zaretskii , emacs-devel@gnu.org To: Kaushal Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 30 00:36:21 2015 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 1ZKZxT-0002kp-U5 for ged-emacs-devel@m.gmane.org; Thu, 30 Jul 2015 00:36:20 +0200 Original-Received: from localhost ([::1]:37225 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKZxT-0002Lb-1s for ged-emacs-devel@m.gmane.org; Wed, 29 Jul 2015 18:36:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKZxB-0002JM-Nz for emacs-devel@gnu.org; Wed, 29 Jul 2015 18:36:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZKZxA-0008Om-D6 for emacs-devel@gnu.org; Wed, 29 Jul 2015 18:36:01 -0400 Original-Received: from sub3.mail.dreamhost.com ([69.163.253.7]:40487 helo=homiemail-a100.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKZx6-0008LU-Mt; Wed, 29 Jul 2015 18:35:56 -0400 Original-Received: from homiemail-a100.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a100.g.dreamhost.com (Postfix) with ESMTP id 356F831A073; Wed, 29 Jul 2015 15:35:56 -0700 (PDT) Original-Received: from localhost.linkov.net (unknown [213.102.32.174]) (Authenticated sender: jurta@jurta.org) by homiemail-a100.g.dreamhost.com (Postfix) with ESMTPA id ABFAF31A061; Wed, 29 Jul 2015 15:35:54 -0700 (PDT) In-Reply-To: (Kaushal's message of "Wed, 29 Jul 2015 02:00:13 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.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.253.7 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:188178 Archived-At: > It looks like the consensus is that it would be fine to remove the "C-x= w" > as the same commands are also bound in the `search-map' with "M-sh" bin= ding > prefix. The added benefit is that "C-xw" binding can be used for someth= ing > else in future. Do we have a 2-step deprecation process where the first step is to warn the users about the planned changes by issuing a message like =E2=80=9Cuse the new key instead=E2=80=9D like we do with =E2=80=98define-obsolete-function-alias=E2=80=99 and =E2=80=98make-obsole= te-variable=E2=80=99?