From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Daniel Mendler Newsgroups: gmane.emacs.bugs Subject: bug#56714: 28.1.90; html-mode-map binds M-o Date: Sat, 23 Jul 2022 09:21:54 +0200 Message-ID: References: <87sfms74us.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18100"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 56714@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jul 23 09:23:13 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oF9Tk-0004VT-TQ for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 23 Jul 2022 09:23:12 +0200 Original-Received: from localhost ([::1]:50654 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oF9Tj-0004J4-J1 for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 23 Jul 2022 03:23:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60740) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oF9Ta-0004It-Cp for bug-gnu-emacs@gnu.org; Sat, 23 Jul 2022 03:23:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:53395) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oF9Ta-0002QL-48 for bug-gnu-emacs@gnu.org; Sat, 23 Jul 2022 03:23:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oF9TZ-00059s-Vd for bug-gnu-emacs@gnu.org; Sat, 23 Jul 2022 03:23:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Daniel Mendler Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 23 Jul 2022 07:23:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56714 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: notabug Original-Received: via spool by 56714-submit@debbugs.gnu.org id=B56714.165856092819750 (code B ref 56714); Sat, 23 Jul 2022 07:23:01 +0000 Original-Received: (at 56714) by debbugs.gnu.org; 23 Jul 2022 07:22:08 +0000 Original-Received: from localhost ([127.0.0.1]:43144 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oF9Si-00058U-AF for submit@debbugs.gnu.org; Sat, 23 Jul 2022 03:22:08 -0400 Original-Received: from server.qxqx.de ([178.63.65.180]:36149 helo=mail.qxqx.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oF9Se-00057u-1U for 56714@debbugs.gnu.org; Sat, 23 Jul 2022 03:22:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=qxqx.de; s=mail1392553390; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=PJoTqu+Fl8TqdEcglGIndpB0c28etMA6hScq9wZ+apY=; b=FCE03f3OMZjtBfKng09Q+eM5Vr rVlQFynrnyH1HrEytemZvgF3EUYHsDhUZHGRFnAIs1jhkQvDkVd4Pc2CuZ5nZdQnJYs6ueBMXvU4U /JD4siEIMY3npMHEyfPJR34tfgjHiHGWzdgwK8O3C7UfKSJf33jgTe8r4LSDJxAf5y0Q=; Content-Language: en-US In-Reply-To: <87sfms74us.fsf@gnus.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:237685 Archived-At: On 7/23/22 07:52, Lars Ingebrigtsen wrote: > Daniel Mendler writes: > >> In Emacs 28 the global M-o binding for the face menu was removed. The >> html-mode-map still binds the key, such that it is not free to use by >> the user. Is it possible to (re)move this binding? html-mode uses the >> face menu functionality. If a full removal is not possible, the face >> menu could be moved to another key. > > facemenu-keymap is useful in html-mode, so it was kept. Removing it > there, too, would be too annoying, so we decided not to do that. > > So this is working as designed, and I'm therefore closing this bug > report. Why not use another key binding instead, such that M-o is truly free to use by the user? In Emacs 28 the global binding was freed for that reason. I think it would be better to free that binding consistently across all modes.