From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: key-binding for cycle-spacing Date: Fri, 31 Jan 2014 23:36:12 +0100 Message-ID: <8738k3aieb.fsf@thinkpad-t61.fritz.box> References: <83y51y7ke7.fsf@gnu.org> <83txcm7heh.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1391207793 26731 80.91.229.3 (31 Jan 2014 22:36:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Jan 2014 22:36:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 31 23:36:40 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W9MhU-0006ia-8t for ged-emacs-devel@m.gmane.org; Fri, 31 Jan 2014 23:36:40 +0100 Original-Received: from localhost ([::1]:58712 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9MhT-0000NJ-O6 for ged-emacs-devel@m.gmane.org; Fri, 31 Jan 2014 17:36:39 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9MhI-0000N0-Er for emacs-devel@gnu.org; Fri, 31 Jan 2014 17:36:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9MhD-0008Dm-66 for emacs-devel@gnu.org; Fri, 31 Jan 2014 17:36:28 -0500 Original-Received: from out4-smtp.messagingengine.com ([66.111.4.28]:46235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9MhD-0008Db-22 for emacs-devel@gnu.org; Fri, 31 Jan 2014 17:36:23 -0500 Original-Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 27C7E20A53 for ; Fri, 31 Jan 2014 17:36:21 -0500 (EST) Original-Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 31 Jan 2014 17:36:21 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:references:date :in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=KWh1nkP2zzjT59j6dzbHFP+On9I=; b=BTwM+xUzjQkmLQ489ssMhadV2B75 IlsUSSh8seqUwV9ebl7YQyxVBbfxxFBMpPTSCKJl5ZRJiqQPRr87bj83gu+Ob3F1 5Q1jYljC3TShEMwzMli63po/qQKNM0+Y4UIqbw4b6eZnQUzgkd+fKIMcg3Fcwd+U tYQG9SzilYlpp+8= X-Sasl-enc: 6M9yum3m2u7KiL5fTggEjOrhPjYZU8YmYHHWqdHS6KAD 1391207780 Original-Received: from thinkpad-t61.fritz.box (unknown [95.88.145.206]) by mail.messagingengine.com (Postfix) with ESMTPA id 16A0DC007AE; Fri, 31 Jan 2014 17:36:19 -0500 (EST) Mail-Followup-To: Eli Zaretskii , Glenn Morris , emacs-devel@gnu.org In-Reply-To: <83txcm7heh.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 29 Jan 2014 20:49:10 +0200") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.28 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:169301 Archived-At: Eli Zaretskii writes: > I hear you, but M-SPC is a very old keybinding, so I'm not sure we > should change that now. The same applies to `C-l', and still it was changed to a command which does a super-set of the former functionality. I think this case is completely analogous. So I'm all for M-SPC => cycle-spacing. Thanks Glenn for mentioning that. It's simple but highly useful. Bye, Tassilo