From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Johan_Bockg=C3=A5rd?= Newsgroups: gmane.emacs.devel Subject: Re: key-binding for cycle-spacing Date: Wed, 29 Jan 2014 21:30:21 +0100 Message-ID: <87lhxyo7j6.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1391027441 30741 80.91.229.3 (29 Jan 2014 20:30:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Jan 2014 20:30:41 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 29 21:30:48 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 1W8bmZ-0007G9-79 for ged-emacs-devel@m.gmane.org; Wed, 29 Jan 2014 21:30:47 +0100 Original-Received: from localhost ([::1]:45209 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8bmY-0005io-Pp for ged-emacs-devel@m.gmane.org; Wed, 29 Jan 2014 15:30:46 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8bmL-0005g6-Kf for emacs-devel@gnu.org; Wed, 29 Jan 2014 15:30:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8bmE-0007ox-Dm for emacs-devel@gnu.org; Wed, 29 Jan 2014 15:30:33 -0500 Original-Received: from smtprelay-h31.telenor.se ([213.150.131.4]:40234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8bmD-0007mE-S3 for emacs-devel@gnu.org; Wed, 29 Jan 2014 15:30:26 -0500 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h31.telenor.se (Postfix) with ESMTP id B8B44E9907 for ; Wed, 29 Jan 2014 21:30:24 +0100 (CET) X-SMTPAUTH-B2: [bocjoh] X-SENDER-IP: [85.229.2.228] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: An1kAOVj6VJV5QLkPGdsb2JhbABZgwyBAoI4E4R5tVaBBhcDAQEBATg1giUBAQEBAgFWKAsLISUPAQQYAQwKLYd9DAHKDhePBhaEIgStdTs X-IronPort-AV: E=Sophos;i="4.95,743,1384297200"; d="scan'208";a="795731584" Original-Received: from c-e402e555.04-211-6c6b701.cust.bredbandsbolaget.se (HELO muon.localdomain) ([85.229.2.228]) by ipb2.telenor.se with ESMTP; 29 Jan 2014 21:30:24 +0100 Original-Received: by muon.localdomain (Postfix, from userid 1000) id B56747A4035; Wed, 29 Jan 2014 21:30:22 +0100 (CET) Mail-Copies-To: never In-Reply-To: (Glenn Morris's message of "Wed, 29 Jan 2014 12:15:52 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.150.131.4 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:169215 Archived-At: Glenn Morris writes: > If you have not used it, the first time you call it in a consecutive > sequence, it acts like `just-one-space'. Except if there are already exactly N spaces (think keyboard macros). Actually, is cycling when there is an explicit prefix argument ever useful?