From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: bug#684: 23.0.60; text-mode redefines "\es", the new search-map prefix Date: Mon, 25 Aug 2008 12:29:22 -0400 Message-ID: <87r68ddpnh.fsf@cyd.mit.edu> References: <878wuq5rgy.fsf@cyd.mit.edu> <87od3mt7yn.fsf@jurta.org> <87vdxuggfl.fsf@cyd.mit.edu> <87od3hdhit.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1219681684 21038 80.91.229.12 (25 Aug 2008 16:28:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Aug 2008 16:28:04 +0000 (UTC) Cc: 684@emacsbugs.donarmstrong.com, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 25 18:28:57 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KXevz-00047w-NC for ged-emacs-devel@m.gmane.org; Mon, 25 Aug 2008 18:28:51 +0200 Original-Received: from localhost ([127.0.0.1]:56706 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXev1-0004A5-Ei for ged-emacs-devel@m.gmane.org; Mon, 25 Aug 2008 12:27:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KXeuw-00049F-PA for emacs-devel@gnu.org; Mon, 25 Aug 2008 12:27:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KXeuv-00048N-0n for emacs-devel@gnu.org; Mon, 25 Aug 2008 12:27:46 -0400 Original-Received: from [199.232.76.173] (port=48311 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXeuu-000489-IL for emacs-devel@gnu.org; Mon, 25 Aug 2008 12:27:44 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:49600) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KXeuu-00014u-LS for emacs-devel@gnu.org; Mon, 25 Aug 2008 12:27:44 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id C624F57E2B3; Mon, 25 Aug 2008 12:29:22 -0400 (EDT) In-Reply-To: <87od3hdhit.fsf@jurta.org> (Juri Linkov's message of "Mon\, 25 Aug 2008 18\:45\:45 +0300") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.90 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:102959 Archived-At: Juri Linkov writes: >>> M-g was intended for navigation commands ("goto" mnemonics), and >>> M-o for formatting commands (see (emacs) Formatted Text). >>> I think center-line and center-paragraph are more formatting >>> than navigation commands. >> >> But center-line and center-paragraph have nothing to do with text >> formatting as such -- currently, the commands in M-o all change >> properties. In contrast, center-line and center-paragraph perform >> indentation. > > I don't see why center-line and center-paragraph should be restricted > to text-mode only. These commands are useful in any mode, and with a > global keybinding they will be available everywhere just like other > formatting commands such as `fill-paragraph' and commands in the `M-o' > map that now has enough room for more keybindings: > > M-o b facemenu-set-bold > M-o d facemenu-set-default > M-o i facemenu-set-italic > M-o l facemenu-set-bold-italic > M-o o facemenu-set-face > M-o u facemenu-set-underline > M-o M-o font-lock-fontify-block Okay then. Could please check in a couple of NEWS entry explaining this as well? Thanks.