From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: key-binding for cycle-spacing Date: Wed, 29 Jan 2014 12:15:52 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1391015751 13584 80.91.229.3 (29 Jan 2014 17:15:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Jan 2014 17:15:51 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 29 18:15:59 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 1W8Yk3-0002s8-Cl for ged-emacs-devel@m.gmane.org; Wed, 29 Jan 2014 18:15:59 +0100 Original-Received: from localhost ([::1]:44135 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8Yk2-0000Hs-Uj for ged-emacs-devel@m.gmane.org; Wed, 29 Jan 2014 12:15:58 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8Yjz-0000GV-FB for emacs-devel@gnu.org; Wed, 29 Jan 2014 12:15:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8Yjx-0000S4-Ug for emacs-devel@gnu.org; Wed, 29 Jan 2014 12:15:55 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:43000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8Yjx-0000S0-Ro for emacs-devel@gnu.org; Wed, 29 Jan 2014 12:15:53 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1W8Yjw-0007wh-AV; Wed, 29 Jan 2014 12:15:52 -0500 X-Spook: RSA NASA constitution Venezuela KGB unclassified militia X-Ran: }@&H#d=2:#*T+ga|(\rUt!@g*N}Ku%4:@Iz)9";4SWc[64bdC6-.F}w'r}`3;@r!4TTeq] X-Hue: red X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:169204 Archived-At: The new command `cycle-spacing' has no key-binding. If you have not used it, the first time you call it in a consecutive sequence, it acts like `just-one-space'. The next time, it removes all whitespace. The third time, it restores the original whitespace. On the other hand, `just-one-space' only does something the first time you call it. Therefore I suggest that `cycle-spacing' take the M-SPC binding of `just-one-space', since it provides a superset of the latter's functionality. People who do not like this can simply rebind `just-one-space' to M-SPC. Objections?