From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.bugs Subject: Re: [PATCH] Make `cycle-spacing' behave more like `just-one-space' if called once. Date: Thu, 27 Mar 2014 10:27:14 -0400 Message-ID: References: <20140129202810.GA3092@acm.acm> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1395930483 5309 80.91.229.3 (27 Mar 2014 14:28:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Mar 2014 14:28:03 +0000 (UTC) Cc: Alan Mackenzie , bug-gnu-emacs@gnu.org, emacs-devel@gnu.org, Richard Stallman To: Michal Nazarewicz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 27 15:28:12 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 1WTBHv-0001lr-4w for ged-emacs-devel@m.gmane.org; Thu, 27 Mar 2014 15:28:11 +0100 Original-Received: from localhost ([::1]:54009 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTBHu-0006c6-EB for ged-emacs-devel@m.gmane.org; Thu, 27 Mar 2014 10:28:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTBHO-0005eq-0p for emacs-devel@gnu.org; Thu, 27 Mar 2014 10:27:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WTBHJ-0005a5-Od for emacs-devel@gnu.org; Thu, 27 Mar 2014 10:27:37 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:34363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTBH3-0005WC-6c; Thu, 27 Mar 2014 10:27:17 -0400 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id s2RERFfl005319; Thu, 27 Mar 2014 10:27:15 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id E10A560217; Thu, 27 Mar 2014 10:27:14 -0400 (EDT) In-Reply-To: (Michal Nazarewicz's message of "Mon, 10 Feb 2014 13:19:19 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV4894=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4894> : inlines <652> : streams <1145574> : uri <1711556> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:171033 gmane.emacs.bugs:87449 Archived-At: > * simple.el (cycle-spacing): Never delete spaces on first run by > default, but do so in a new 'fast mode and if there are already > N spaces (the previous behaviour). Looks OK to me (for trunk). Stefan