From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Experimentally unbind M-o on the trunk Date: Wed, 10 Feb 2021 14:57:40 +0100 Message-ID: <87im70ja1b.fsf@gnu.org> References: <8ed9b43502ae1480e06b@heytings.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5048"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.5.8; emacs 28.0.50 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Feb 10 15:04:31 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 1l9q6Z-0001CK-09 for ged-emacs-devel@m.gmane-mx.org; Wed, 10 Feb 2021 15:04:31 +0100 Original-Received: from localhost ([::1]:48246 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l9q6Y-00050R-0g for ged-emacs-devel@m.gmane-mx.org; Wed, 10 Feb 2021 09:04:30 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35260) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l9q4h-0003Zu-1w for emacs-devel@gnu.org; Wed, 10 Feb 2021 09:02:36 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43605) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l9q4f-0007St-0N for emacs-devel@gnu.org; Wed, 10 Feb 2021 09:02:34 -0500 Original-Received: from auth1-smtp.messagingengine.com ([66.111.4.227]:43505) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1l9q4Z-0006Ir-Lm for emacs-devel@gnu.org; Wed, 10 Feb 2021 09:02:28 -0500 Original-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailauth.nyi.internal (Postfix) with ESMTP id E449227C0054 for ; Wed, 10 Feb 2021 09:02:26 -0500 (EST) Original-Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Wed, 10 Feb 2021 09:02:26 -0500 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrheejgdehlecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepfhgfhffvufffjgfkgggtsehttdertd dtredtnecuhfhrohhmpefvrghsshhilhhoucfjohhrnhcuoehtshguhhesghhnuhdrohhr gheqnecuggftrfgrthhtvghrnhepveevieekteekveeigfefffeivdetgeduvdffueeuud evgedttdehvdfhueevfffhnecukfhppeelfedrvdefiedrudeguddrvddvtdenucevlhhu shhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhorhhnodhmvg hsmhhtphgruhhthhhpvghrshhonhgrlhhithihqdekieejfeekjeekgedqieefhedvleek qdhtshguhheppehgnhhurdhorhhgsehfrghsthhmrghilhdrfhhm X-ME-Proxy: Original-Received: from thinkpad-t440p (p5dec8ddc.dip0.t-ipconnect.de [93.236.141.220]) by mail.messagingengine.com (Postfix) with ESMTPA id 697351080059 for ; Wed, 10 Feb 2021 09:02:26 -0500 (EST) In-reply-to: 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:264279 Archived-At: Alfred M. Szmidt writes: > If M-o is to become unbound, how does one center a line or a > paragraph? Those are on M-o M-s and M-o M-S respectively. Using M-x, I guess, or bind it to a key of your liking if that's a command important to your workflow. FWIW, in my 15 years of emacs usage, I've never had the need to center a pile of text in a text file. (Here I've bound M-o to some home-grown `other-buffer' variant which I use dozens of times daily.) Bye, Tassilo