From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: 'M-o' ('facemap-keymap') has now been removed until March 10th 2021 Date: Fri, 19 Mar 2021 14:01:37 +0200 Message-ID: <83r1kbe4im.fsf@gnu.org> References: <87a6sbg41o.fsf@gnus.org> <87lfatirk1.fsf@gnus.org> <878s6lumf0.fsf@gnus.org> <837dm4defe.fsf@gnu.org> <83wnu4bvtk.fsf@gnu.org> <87y2ejoaap.fsf@gnus.org> <831rcbftzg.fsf@gnu.org> <0287d01c57bf246c1dc7@heytings.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14530"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Gregory Heytings Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 19 13:02:55 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 1lNDqA-0003gK-Gx for ged-emacs-devel@m.gmane-mx.org; Fri, 19 Mar 2021 13:02:54 +0100 Original-Received: from localhost ([::1]:37428 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lNDq9-0007n8-HC for ged-emacs-devel@m.gmane-mx.org; Fri, 19 Mar 2021 08:02:53 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41922) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lNDp0-0006yV-Bz for emacs-devel@gnu.org; Fri, 19 Mar 2021 08:01:42 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58790) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lNDoz-0004rd-Ku; Fri, 19 Mar 2021 08:01:41 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3006 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lNDot-0000aO-1O; Fri, 19 Mar 2021 08:01:40 -0400 In-Reply-To: <0287d01c57bf246c1dc7@heytings.org> (message from Gregory Heytings on Fri, 19 Mar 2021 09:35:23 +0000) 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:266597 Archived-At: > Date: Fri, 19 Mar 2021 09:35:23 +0000 > From: Gregory Heytings > cc: emacs-devel@gnu.org > > > (FWIW, I'm a long-time and happy user of center-line, and was quite > > annoyed when it moved from its original M-s to a longer "M-o M-s", but > > that's water under the bridge.) > > In which Emacs version was M-s bound to center-line? All the versions up until 23.1. From v23.1's NEWS: ** In Text mode, `center-line' and `center-paragraph' are rebound from `M-s' and `M-S' to global keys `M-o M-s' and `M-o M-S' on the global prefix map `M-o', which is intended for such formatting commands.