From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings Newsgroups: gmane.emacs.devel Subject: Re: 'M-o' ('facemap-keymap') has now been removed until March 10th 2021 Date: Thu, 11 Mar 2021 17:02:33 +0000 Message-ID: <30f0a4188e85146c767b@heytings.org> References: <87a6sbg41o.fsf@gnus.org> <87lfatirk1.fsf@gnus.org> <83blbpmy2x.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24118"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Lars Ingebrigtsen , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Mar 11 18:13:41 2021 Return-path: Envelope-to: ged-emacs-devel@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 1lKOsT-00068P-4j for ged-emacs-devel@m.gmane-mx.org; Thu, 11 Mar 2021 18:13:37 +0100 Original-Received: from localhost ([::1]:54374 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lKOsS-00013Y-5i for ged-emacs-devel@m.gmane-mx.org; Thu, 11 Mar 2021 12:13:36 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57492) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lKOhq-0005ab-1y for emacs-devel@gnu.org; Thu, 11 Mar 2021 12:02:38 -0500 Original-Received: from heytings.org ([95.142.160.155]:55624) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lKOho-0002Io-0r; Thu, 11 Mar 2021 12:02:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20210101; t=1615482153; bh=j0FYCZloV11W+zf4gES23cLjllEVmvmZkr71DjgWJbk=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=G6/HmuzFDN6oTaQ9+uDz2pow0X6vkBxNDSqURS8T+0Holyj1bAcnRorDTh6EaHu0G 8MRMZh7r7sU5Oh43Tbj0njafgof/hTrZyqZiu6fdGZ/vZlyDLvPI6mEZ7soLzplCkg aZ6lUxX/CookROKaJfA1t+5wqxGY8NbT6v+Nul8bb9WToaTbfJSoJtumTeOEt6SFcz dzEa1jvmKxHvI847KKnKpSaXkG+r1xR9pUbO9FgZ2pyMHHSqv/7n6YpSezWEnIJk3v +ZMkpPbtQQIlf8OfHZ06jISMgocYJYM/uqPLUs/K5jAv/UboWMZtvq8tEd6sc88Zdc xXbFu1ljROWpg== In-Reply-To: <83blbpmy2x.fsf@gnu.org> Received-SPF: pass client-ip=95.142.160.155; envelope-from=gregory@heytings.org; helo=heytings.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:266336 Archived-At: >>> In the transition period, 'M-o' is bound to a command that pops up a >>> buffer that explains the sitch, and what to do to recover the old >>> action in the test period. (And where to complain; i.e. here.) >> >> The test period is now over, so we should now discuss whether to make >> the change permanent, and if so, whether we should bind any of the >> affected commands to something else. >> >> There hasn't been much feedback during the one month test period. I >> think there's been one complaint about missing `center-line', and >> there's been at least two people mentioning `font-lock-fontify-block' >> (previously bound to `M-o M-o'). I don't recall anybody complaining >> about `facemenu-keymap' itself, though, or `center-paragraph'. > > IMO, font-lock-fontify-block should have a keybinding. IME, it's too > important to be left without one. > I suggest to put it in the new keymap for buffer-related commands, for example: C-x x l = font-lock-mode (i.e. toggle font lock mode on and off) C-x x b = font-lock-fontify-block C-x x B = font-lock-fontify-buffer