From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Disappearance of hi-lock bindings from global key map. Date: Fri, 05 Feb 2016 16:28:03 +0200 Message-ID: <838u2zut8s.fsf@gnu.org> References: <20160205103744.GA7727@acm.fritz.box> <83bn7vv1zi.fsf@gnu.org> <20160205113635.GB7727@acm.fritz.box> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1454682513 10528 80.91.229.3 (5 Feb 2016 14:28:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Feb 2016 14:28:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 05 15:28:25 2016 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 1aRhN3-0006al-DU for ged-emacs-devel@m.gmane.org; Fri, 05 Feb 2016 15:28:25 +0100 Original-Received: from localhost ([::1]:48623 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRhN2-0004Wj-IC for ged-emacs-devel@m.gmane.org; Fri, 05 Feb 2016 09:28:24 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRhMy-0004Wa-UY for emacs-devel@gnu.org; Fri, 05 Feb 2016 09:28:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRhMv-0002yG-OG for emacs-devel@gnu.org; Fri, 05 Feb 2016 09:28:20 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59548) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRhMv-0002yC-LD; Fri, 05 Feb 2016 09:28:17 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1681 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aRhMu-0004nP-P6; Fri, 05 Feb 2016 09:28:17 -0500 In-reply-to: <20160205113635.GB7727@acm.fritz.box> (message from Alan Mackenzie on Fri, 5 Feb 2016 11:36:35 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:199381 Archived-At: > Date: Fri, 5 Feb 2016 11:36:35 +0000 > Cc: emacs-devel@gnu.org > From: Alan Mackenzie > > > > The traditional key bindings for hi-lock commands, beginning C-x w, have > > > disappeared from the 25.1 global key map. They have been replaced by > > > bindings beginning M-s h. > > > That's not what I see here: when I turn on hi-lock-mode, the "C-x w" > > bindings are shown in the output of "C-h b". > > > What exactly do you see that led you to the above conclusion? > > emacs -Q > > C-x w (intending C-x w C-h) responds "C-x w is undefined". > > On the other hand, > M-s h C-h displays the bindings in *Help*. I don't think you should expect the bindings of hi-lock-mode be in effect before you turned on that mode, don't you agree?