From unknown Tue Jun 17 01:44:00 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3336: fill-individual-paragraphs recently created bug Reply-To: Rory Mulvaney , 3336@debbugs.gnu.org Resent-From: Rory Mulvaney Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 20 May 2009 11:45:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 3336 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.124281967230023 (code B ref -1); Wed, 20 May 2009 11:45:04 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 20 May 2009 11:41:12 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n4KBf52A029659 for ; Wed, 20 May 2009 04:41:06 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M6kAT-0002ML-4p for bug-gnu-emacs@gnu.org; Wed, 20 May 2009 07:41:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M6kAO-0002LT-K6 for bug-gnu-emacs@gnu.org; Wed, 20 May 2009 07:41:04 -0400 Received: from [199.232.76.173] (port=58255 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6kAO-0002LQ-HQ for bug-gnu-emacs@gnu.org; Wed, 20 May 2009 07:41:00 -0400 Received: from mx1.umbc.edu ([130.85.25.76]:35573) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M6kAO-0004Lw-54 for bug-gnu-emacs@gnu.org; Wed, 20 May 2009 07:41:00 -0400 Received: from smtp.umbc.edu (localhost [127.0.0.1]) by umbc.edu (mx1.umbc.edu) with ESMTP id n4KBeuRr001729 for ; Wed, 20 May 2009 07:40:56 -0400 (EDT) Received: from linux1.gl.umbc.edu (linux1.gl.umbc.edu [130.85.24.91]) by smtp.umbc.edu (mx1-relay.umbc.edu) with ESMTP id n4KBeu2S001725 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 20 May 2009 07:40:56 -0400 (EDT) Received: from localhost (rory1@localhost) by linux1.gl.umbc.edu (8.13.8/8.12.8) with ESMTP id n4KBetXP001690 for ; Wed, 20 May 2009 07:40:56 -0400 X-Authentication-Warning: linux1.gl.umbc.edu: rory1 owned process doing -bs Date: Wed, 20 May 2009 07:40:55 -0400 (EDT) From: Rory Mulvaney X-X-Sender: rory1@linux1.gl.umbc.edu To: bug-gnu-emacs@gnu.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Milter-Key: 1242949256:1792705aba710b6e8cd26e2a4c287efd X-ClamAV: OK X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) Hello, I use a system of indented note-taking where each separate note is a paragraph with a hanging indent of 1 space, and the whole paragraph is indented by some even number of spaces. I frequently use indent-rigidly and fill-individual-paragraphs, in order to make the indentation right. When I recently upgraded to emacs22 this year, a bug was introduced in fill-individual-paragraphs, described here in a simple example: In text fill mode with fill-column set at 78 (I think), repeat 12 blocks of 1234567890 like so, properly filled with a hanging indent of 1 space: 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 Then select the region given by that paragraph and call indent-rigidly with an argument of 4, to indent the whole thing, and then follow that up with an invocation of fill-individual-paragraphs, with that paragraph selected. In my upgraded emacs, that improperly fills the paragraph. If the simpler command fill-paragraph is used on the paragraph, it works correctly. Obviously I don't want to call fill-paragraph a bunch of times when I want to fill many paragraphs at once, so this is a very annoying bug. Fill-individual-paragraphs used to work correclty on the previous version of emacs (emacs21, I think) for Debian stable. Thanks for any help with this, Rory Mulvaney some settings from report-emacs-bug: In GNU Emacs 22.2.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2008-11-09 on raven, modified by Debian Windowing system distributor `The X.Org Foundation', version 11.0.10402000 configured using `configure '--build=i486-linux-gnu' '--host=i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs22:/etc/emacs:/usr/local/share/emacs/22.2/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/22.2/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/22.2/leim' '--with-x=yes' '--with-x-toolkit=athena' '--with-toolkit-scroll-bars' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2' 'LDFLAGS=-g' 'CPPFLAGS='' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: C locale-coding-system: nil default-enable-multibyte-characters: t Major mode: Text Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t From unknown Tue Jun 17 01:44:00 2025 X-Loop: help-debbugs@gnu.org Subject: bug#3336: fill-individual-paragraphs recently created bug Resent-From: Lars Magne Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 17 Sep 2011 06:20:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 3336 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Rory Mulvaney Cc: 3336@debbugs.gnu.org Received: via spool by 3336-submit@debbugs.gnu.org id=B3336.131624038617723 (code B ref 3336); Sat, 17 Sep 2011 06:20:03 +0000 Received: (at 3336) by debbugs.gnu.org; 17 Sep 2011 06:19:46 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R4oFZ-0004bU-Ks for submit@debbugs.gnu.org; Sat, 17 Sep 2011 02:19:44 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R4oFW-0004bE-PL for 3336@debbugs.gnu.org; Sat, 17 Sep 2011 02:19:40 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1R4oAl-0002jb-Sx; Sat, 17 Sep 2011 08:14:43 +0200 From: Lars Magne Ingebrigtsen In-Reply-To: (Rory Mulvaney's message of "Wed, 20 May 2009 07:40:55 -0400 (EDT)") Date: Sat, 17 Sep 2011 07:46:41 +0200 Message-ID: References: User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Now-Playing: Ikonika's _Contact, Love, Want, Have_: "Sahara Michael" MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1R4oAl-0002jb-Sx X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1316844884.02784@hsxgerKGuAQq6d82AzhSQQ X-Spam-Status: No X-Spam-Score: -2.7 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) Rory Mulvaney writes: > In text fill mode with fill-column set at 78 (I think), repeat 12 > blocks of 1234567890 like so, properly filled with a hanging indent of > 1 space: > > 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 > 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 > > Then select the region given by that paragraph and call indent-rigidly > with an argument of 4, to indent the whole thing, and then follow that > up with an invocation of fill-individual-paragraphs, with that > paragraph selected. In my upgraded emacs, that improperly fills the > paragraph. If the simpler command fill-paragraph is used on the > paragraph, it works correctly. So, you're saying that if you fill this: 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 Then you get this: 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 (Well, that's what I get when I follow your recipe.) I don't think that's a bug, but perhaps I'm not seeing what you're seeing? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From unknown Tue Jun 17 01:44:00 2025 X-Loop: help-debbugs@gnu.org Subject: bug#3336: fill-individual-paragraphs recently created bug Resent-From: Rory Mulvaney Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 22 Sep 2011 06:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 3336 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Magne Ingebrigtsen Cc: 3336@debbugs.gnu.org Received: via spool by 3336-submit@debbugs.gnu.org id=B3336.131667290023575 (code B ref 3336); Thu, 22 Sep 2011 06:29:01 +0000 Received: (at 3336) by debbugs.gnu.org; 22 Sep 2011 06:28:20 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R6cle-00068B-PB for submit@debbugs.gnu.org; Thu, 22 Sep 2011 02:28:19 -0400 Received: from mail-yi0-f44.google.com ([209.85.218.44]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R6b3U-0003fZ-2U for 3336@debbugs.gnu.org; Thu, 22 Sep 2011 00:38:38 -0400 Received: by yic13 with SMTP id 13so1463965yic.3 for <3336@debbugs.gnu.org>; Wed, 21 Sep 2011 21:38:16 -0700 (PDT) Received: by 10.236.128.236 with SMTP id f72mr10761407yhi.13.1316666296690; Wed, 21 Sep 2011 21:38:16 -0700 (PDT) Received: from 184-97-15-232.frgo.qwest.net (184-97-15-232.frgo.qwest.net. [184.97.15.232]) by mx.google.com with ESMTPS id s19sm27475775anm.20.2011.09.21.21.38.14 (version=SSLv3 cipher=OTHER); Wed, 21 Sep 2011 21:38:15 -0700 (PDT) Date: Wed, 21 Sep 2011 23:37:28 -0500 (CDT) From: Rory Mulvaney In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Score: -3.6 (---) X-Mailman-Approved-At: Thu, 22 Sep 2011 02:28:17 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.6 (---) On Sat, 17 Sep 2011, Lars Magne Ingebrigtsen wrote: > Rory Mulvaney writes: > > > In text fill mode with fill-column set at 78 (I think), repeat 12 > > blocks of 1234567890 like so, properly filled with a hanging indent of > > 1 space: > > > > 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 > > 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 > > > > Then select the region given by that paragraph and call indent-rigidly > > with an argument of 4, to indent the whole thing, and then follow that > > up with an invocation of fill-individual-paragraphs, with that > > paragraph selected. In my upgraded emacs, that improperly fills the > > paragraph. If the simpler command fill-paragraph is used on the > > paragraph, it works correctly. > > So, you're saying that if you fill this: > > 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 > 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 > > Then you get this: > > 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 > 1234567890 1234567890 1234567890 1234567890 1234567890 > 1234567890 > > (Well, that's what I get when I follow your recipe.) > > I don't think that's a bug, but perhaps I'm not seeing what you're > seeing? I think you just need to rigidly-indent it a little further before trying fill-individual-paragraphs. First rigidly-indent it a little further (like 4 or 6 spaces), and then there is a difference between the action of fill-paragraph (works) and fill-individual-paragraphs (gives an odd result). Thanks and regards, Rory From unknown Tue Jun 17 01:44:00 2025 X-Loop: help-debbugs@gnu.org Subject: bug#3336: fill-individual-paragraphs recently created bug Resent-From: Lars Magne Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 22 Sep 2011 07:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 3336 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Rory Mulvaney Cc: 3336@debbugs.gnu.org Received: via spool by 3336-submit@debbugs.gnu.org id=B3336.1316677435617 (code B ref 3336); Thu, 22 Sep 2011 07:44:02 +0000 Received: (at 3336) by debbugs.gnu.org; 22 Sep 2011 07:43:55 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R6dwo-00009t-R0 for submit@debbugs.gnu.org; Thu, 22 Sep 2011 03:43:55 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R6dwm-00009l-Od for 3336@debbugs.gnu.org; Thu, 22 Sep 2011 03:43:53 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1R6dwJ-0001vh-0D; Thu, 22 Sep 2011 09:43:23 +0200 From: Lars Magne Ingebrigtsen In-Reply-To: (Rory Mulvaney's message of "Wed, 21 Sep 2011 23:37:28 -0500 (CDT)") Date: Thu, 22 Sep 2011 09:39:43 +0200 Message-ID: References: User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAD1BMVEU6JC9JMj9CKzdRO0lp VWWTxbMGAAACTElEQVQ4jUVTgZHkMAhzfA0EuAIMbuAwbuAm6b+mFyT7l93MzloGCQGttWY2hIiZ RMLxRlwReT660iIlAOoeQQX0TmSmRuEL9/FHgDki2BoNJVVlds6IOcMJqbo00wHcbLI4vnQJt3ac 5+ht9HEQqdMyMkStdpi1DGt6tjGEwaEprHVcL8U6pisJccpNckCtDQOE7PgpVSE4g2Lr7TQCDQ9r 0FoF9jFG70gmJtPYOOZGstaLG7mGsqGaNUPi2nfrfCZPPrgMxZoUNyJUBwhM6UypTorzDeDLeSQD ydIgpkij7iuaKtw9YBRSr1hcmS5EHAqF1ilQBHnkBxQ72jqzOGQSIWWnyJD7vhv6cwAiC1kyxf0h B2DWTdE6tMsBRDqYET1dBwcMZKI56QMcrG2c0MSyUmtNQkUcysrTncmpfH05ujKd6kiOV8pYyRCY 2OEojpGH5amiUiEJmmtZhktx3PsqcnFttkCwnkncFYA6NIx1EgyR+BSRAIkPGOYGVSI79n4BiR80 urSW2h3XVeToDGMS0T6t+vanwGB4ixqnn5QI2n3tIncbNbuIsOrGfT0cxEMhWRz+eUU85IqV0FjE ks2VjyjIzVVBYTkdCPgDnHkccpUZ/qmuItTaEb/YPIHUHJz/HIxUKTT3dZeBTwQGVmD4a9SfV4Gd jPehGrUX+Aka31d1+mn4B1h98EZzdpGA4hXcVpv8XPea8r0fpLmOr9i/ISS5SXkYL2APMYaTUm9c L0BzYzyPieXh6kfuOYDf7CfVGqIm7OHJTZHxH0Grq2hPZNAOAAAAAElFTkSuQmCC X-Now-Playing: Various's _Harry Smith's Anthology of American Folk Music Volume Four (1)_: "Memphis Jug Band - Memphis Shakedown" MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1R6dwJ-0001vh-0D X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1317282203.15643@Os1ZoM5r6Esd1qR6XFEqsw X-Spam-Status: No X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Rory Mulvaney writes: > I think you just need to rigidly-indent it a little further before trying > fill-individual-paragraphs. First rigidly-indent it a little further > (like 4 or 6 spaces), and then there is a difference between the action of > fill-paragraph (works) and fill-individual-paragraphs (gives an odd > result). Can you give a precise test case that demonstrates this bug? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From unknown Tue Jun 17 01:44:00 2025 X-Loop: help-debbugs@gnu.org Subject: bug#3336: fill-individual-paragraphs recently created bug In-Reply-To: Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 22 Sep 2011 17:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 3336 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Magne Ingebrigtsen Cc: Rory Mulvaney , 3336@debbugs.gnu.org Received: via spool by 3336-submit@debbugs.gnu.org id=B3336.131671255928252 (code B ref 3336); Thu, 22 Sep 2011 17:30:02 +0000 Received: (at 3336) by debbugs.gnu.org; 22 Sep 2011 17:29:19 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R6n5K-0007Lc-Tk for submit@debbugs.gnu.org; Thu, 22 Sep 2011 13:29:19 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R6n5J-0007LW-2D for 3336@debbugs.gnu.org; Thu, 22 Sep 2011 13:29:17 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1R6n4v-000204-UL; Thu, 22 Sep 2011 13:28:53 -0400 From: Glenn Morris References: X-Spook: World Trade Center cybercash Cocaine SHA quarter csim FBI X-Ran: %W`5.f_V19P_O&O>O2I/b7usl(FU;my5nUm#J;kV X-Hue: white X-Attribution: GM Date: Thu, 22 Sep 2011 13:28:53 -0400 Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -6.4 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) --=-=-= Highlight all the text and call M-x fill-individual-paragraphs on the attached file. It ends up looking like: 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 Last works in Emacs 21.4, it seems. --=-=-= Content-Disposition: inline; filename=3336.txt Content-Description: sample 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 --=-=-=-- From unknown Tue Jun 17 01:44:00 2025 X-Loop: help-debbugs@gnu.org Subject: bug#3336: fill-individual-paragraphs recently created bug Resent-From: Rory Mulvaney Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 24 Sep 2011 01:18:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 3336 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Magne Ingebrigtsen Cc: 3336@debbugs.gnu.org Received: via spool by 3336-submit@debbugs.gnu.org id=B3336.131682705023217 (code B ref 3336); Sat, 24 Sep 2011 01:18:01 +0000 Received: (at 3336) by debbugs.gnu.org; 24 Sep 2011 01:17:30 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R7Grx-00062P-Rr for submit@debbugs.gnu.org; Fri, 23 Sep 2011 21:17:30 -0400 Received: from mail-gw0-f44.google.com ([74.125.83.44]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R7Grv-00062G-08 for 3336@debbugs.gnu.org; Fri, 23 Sep 2011 21:17:28 -0400 Received: by gwj15 with SMTP id 15so4313337gwj.3 for <3336@debbugs.gnu.org>; Fri, 23 Sep 2011 18:16:57 -0700 (PDT) Received: by 10.236.77.233 with SMTP id d69mr25427246yhe.84.1316827017212; Fri, 23 Sep 2011 18:16:57 -0700 (PDT) Received: from 184-97-15-232.frgo.qwest.net (184-97-15-232.frgo.qwest.net. [184.97.15.232]) by mx.google.com with ESMTPS id x65sm18794860yhh.26.2011.09.23.18.16.55 (version=SSLv3 cipher=OTHER); Fri, 23 Sep 2011 18:16:56 -0700 (PDT) Date: Fri, 23 Sep 2011 20:16:01 -0500 (CDT) From: Rory Mulvaney In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323328-2062267206-1316825175=:15127" Content-ID: X-Spam-Score: -3.6 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.6 (---) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-2062267206-1316825175=:15127 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: On Thu, 22 Sep 2011, Lars Magne Ingebrigtsen wrote: > Rory Mulvaney writes: > > > I think you just need to rigidly-indent it a little further before > > trying fill-individual-paragraphs. First rigidly-indent it a little > > further (like 4 or 6 spaces), and then there is a difference between > > the action of fill-paragraph (works) and fill-individual-paragraphs > > (gives an odd result). > > Can you give a precise test case that demonstrates this bug? > Lars, You are right that the way it was wrapped in my initial email (the wrap column for the email program is less than 78) that the initial text was not displaying correctly. Actually if it is first filled with the fill-column set at 78, it appears as in the attached file text.txt (because there is still more room on the first line for a 7th block). Then, if you rigidly indent it 4 spaces by selecting it followed by C-u 4 M-x rigidly-indent, then fill it with fill-individual-paragraphs by selecting it and M-x fill-individual-paragraphs, it gives the weird result, in contrast to fill-paragraph. I hope that clears it up, Rory --8323328-2062267206-1316825175=:15127 Content-Type: TEXT/PLAIN; NAME=text.txt Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: ATTACHMENT; FILENAME=text.txt MTIzNDU2Nzg5MCAxMjM0NTY3ODkwIDEyMzQ1Njc4OTAgMTIzNDU2Nzg5MCAx MjM0NTY3ODkwIDEyMzQ1Njc4OTAgMTIzNDU2Nzg5MA0KIDEyMzQ1Njc4OTAg MTIzNDU2Nzg5MCAxMjM0NTY3ODkwIDEyMzQ1Njc4OTAgMTIzNDU2Nzg5MA0K --8323328-2062267206-1316825175=:15127-- From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 25 18:19:53 2011 Received: (at control) by debbugs.gnu.org; 25 Sep 2011 22:19:53 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R7x3A-0001cq-IV for submit@debbugs.gnu.org; Sun, 25 Sep 2011 18:19:53 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R7x38-0001ci-6X for control@debbugs.gnu.org; Sun, 25 Sep 2011 18:19:50 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1R7x2O-0005Zr-5W for control@debbugs.gnu.org; Mon, 26 Sep 2011 00:19:04 +0200 Date: Mon, 26 Sep 2011 00:19:03 +0200 Message-Id: To: control@debbugs.gnu.org From: Lars Magne Ingebrigtsen Subject: control message for bug #3336 X-MailScanner-ID: 1R7x2O-0005Zr-5W X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1317593944.70082@k8VE+HYUEAECsyCDz47DFQ X-Spam-Status: No X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) tags 3336 confirmed From unknown Tue Jun 17 01:44:00 2025 X-Loop: help-debbugs@gnu.org Subject: bug#3336: fill-individual-paragraphs recently created bug Resent-From: Lars Magne Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 25 Sep 2011 22:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 3336 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: confirmed To: Rory Mulvaney Cc: 3336@debbugs.gnu.org Received: via spool by 3336-submit@debbugs.gnu.org id=B3336.13169894096612 (code B ref 3336); Sun, 25 Sep 2011 22:24:02 +0000 Received: (at 3336) by debbugs.gnu.org; 25 Sep 2011 22:23:29 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R7x6e-0001iZ-V2 for submit@debbugs.gnu.org; Sun, 25 Sep 2011 18:23:29 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R7x6b-0001iC-II for 3336@debbugs.gnu.org; Sun, 25 Sep 2011 18:23:25 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1R7x5r-0005cn-2Z; Mon, 26 Sep 2011 00:22:39 +0200 From: Lars Magne Ingebrigtsen In-Reply-To: (Rory Mulvaney's message of "Fri, 23 Sep 2011 20:16:01 -0500 (CDT)") Date: Mon, 26 Sep 2011 00:19:00 +0200 Message-ID: References: User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Now-Playing: David Byrne's _The Knee Plays_: "In The Upper Room" MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1R7x5r-0005cn-2Z X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1317594159.32816@dx34bfsfMaKSNvI/N8MmSA X-Spam-Status: No X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Rory Mulvaney writes: > Then, if you rigidly indent it 4 spaces by selecting it followed by C-u 4 > M-x rigidly-indent, then fill it with fill-individual-paragraphs by > selecting it and M-x fill-individual-paragraphs, it gives the weird > result, in contrast to fill-paragraph. Yeah, I'm able to reproduce this bug in Emacs 24 now. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From unknown Tue Jun 17 01:44:00 2025 X-Loop: help-debbugs@gnu.org Subject: bug#3336: fill-individual-paragraphs recently created bug Resent-From: Alan Third Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 24 Jan 2016 16:21:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 3336 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: confirmed To: Lars Magne Ingebrigtsen Cc: Rory Mulvaney , 3336@debbugs.gnu.org Received: via spool by 3336-submit@debbugs.gnu.org id=B3336.145365241232120 (code B ref 3336); Sun, 24 Jan 2016 16:21:01 +0000 Received: (at 3336) by debbugs.gnu.org; 24 Jan 2016 16:20:12 +0000 Received: from localhost ([127.0.0.1]:35058 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aNNOa-0008Lu-F4 for submit@debbugs.gnu.org; Sun, 24 Jan 2016 11:20:11 -0500 Received: from mail-wm0-f53.google.com ([74.125.82.53]:33219) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aNNOV-0008LJ-CU for 3336@debbugs.gnu.org; Sun, 24 Jan 2016 11:20:07 -0500 Received: by mail-wm0-f53.google.com with SMTP id 123so38786588wmz.0 for <3336@debbugs.gnu.org>; Sun, 24 Jan 2016 08:20:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=jPejGqbFPRwWTGtaA6vH2HfD+P5aj9T1ZO1ufBVJWSY=; b=knwAt2hFTlWaGdO4wCLViHFBxwGxRhuTTK+z3Qd6bucFGnucOnQHO7kHyaWmQrTy9n T2ex88h+SQAKTh+HsM6Jb9WOW4Jwtl6hzElpSDjgX4YXR72zTKasF/yAE9lq4msiT9cw x3SSK54knapiq/2rGKz1UIIGPqaPz4lwXyilqAyMXpaRH2YKjHMp/B7B4/LB+jOlyA5c /HwbdQ1Boz/Crlg1/lG/BrZ8ex9IqK6nHD75qAF6na/bcSa1D4quCmpoiy5mnygsL2tP n9zdcnHBZECbtav9BJ6MhlQe64ebCc7zA7y5/KzxlDUxMbpjP6Qa2lOYXKlm3/bwI3Zc dSxg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=jPejGqbFPRwWTGtaA6vH2HfD+P5aj9T1ZO1ufBVJWSY=; b=Svq89VjnGI/u9IX9OzYTdvtdr4IBnsARMUKIZKCk5npYodOzFcQBJF1xqiBGI8n8dU mi1dRYxB8Pc7Uirvfye8d4tVm1izLZEVMLqa0yl+7lRf1qi1WEPEYNeCv5Onb9wIQAoq suTYFkO8MEb1kM1VxNJGcvC8FAenX3dn2Zl/fmpfKYZhoMtkBZNLxKvKQirk9ZzKTx3N Envxlm1WE7nW4weTPgo0Ss+SmZdC35XDplrUbyfOcw6nX/UihUWAWww73GtjwmjJ/QQ2 ujJZX3cN1l2zxSrE4B93tUwJYFsz7HVlqVEuzxNOWGET2C4nKbM1UFOX7KWszeUiTejl BptQ== X-Gm-Message-State: AG10YOTDFRfz5M6K2r5NB9CPgYc374Muk5z2g+8GaxbmXrg1w3zVMQqAMLCHN8LoEwRdHQ== X-Received: by 10.28.57.69 with SMTP id g66mr14477453wma.63.1453652397789; Sun, 24 Jan 2016 08:19:57 -0800 (PST) Received: from galloway.idiocy.org (7.a.9.a.8.2.1.a.e.1.8.3.0.c.5.c.9.2.1.8.8.f.3.0.0.b.8.0.1.0.0.2.ip6.arpa. [2001:8b0:3f8:8129:c5c0:381e:a128:a9a7]) by smtp.gmail.com with ESMTPSA id b127sm12076191wmh.9.2016.01.24.08.19.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 24 Jan 2016 08:19:56 -0800 (PST) From: Alan Third References: Date: Sun, 24 Jan 2016 16:19:54 +0000 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Mon, 26 Sep 2011 00:19:00 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (darwin) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.5 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) Lars Magne Ingebrigtsen writes: > Rory Mulvaney writes: > >> Then, if you rigidly indent it 4 spaces by selecting it followed by C-u 4 >> M-x rigidly-indent, then fill it with fill-individual-paragraphs by >> selecting it and M-x fill-individual-paragraphs, it gives the weird >> result, in contrast to fill-paragraph. > > Yeah, I'm able to reproduce this bug in Emacs 24 now. Using Emacs 25 I'm not sure if I can reproduce it. fill-individual-paragraphs and fill-paragraph fill the paragraph(s) differently, but they seem to me to be behaving as described in the documentation. fill-paragraph treats the two lines as a single paragraph. fill-individual-paragraphs treats the lines as two different paragraphs, as described in the docs. -- Alan Third From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 11 23:08:33 2016 Received: (at control) by debbugs.gnu.org; 12 Feb 2016 04:08:33 +0000 Received: from localhost ([127.0.0.1]:37149 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aU521-00044K-KR for submit@debbugs.gnu.org; Thu, 11 Feb 2016 23:08:33 -0500 Received: from mail-qg0-f41.google.com ([209.85.192.41]:36281) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aU520-000448-96 for control@debbugs.gnu.org; Thu, 11 Feb 2016 23:08:32 -0500 Received: by mail-qg0-f41.google.com with SMTP id y9so54915077qgd.3 for ; Thu, 11 Feb 2016 20:08:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:to:from:subject; bh=cLt/P+2eLl/7Q2ZRGHyMPeerfVCSY7qToGitHsZ+wTo=; b=aMMb8DtGuRy7U+vgme6mNNdsBrluZcHA9myyLw8WdluownlSefOS5ov1lvKOw4IwwK OzCDj6g+rB1cFqQ/o6NxnivCX4ckRNSfdF6Cs3AJlC+dTknruowbTyMmpLlAXNOweAqn rijrIb9+KoBv3PQVk31bI1n4DrTppw/zAdPXE9nMxzBnY2i7UrQNeiM6u6lgWqVsJn1z qt+cR2chNGHYgrYD6IzgYcjiUkhIE8ZLa/0LCKFtM7zqLTI01ViPrrkmsIz9Xa0BjWNj 69CPu8BBEG3k+CJ69IYzcVTR9IZ0v3jNdxJEnar9AIeZDZevS8qocKg+/gYQzcpHSyB/ SmJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:message-id:to:from:subject; bh=cLt/P+2eLl/7Q2ZRGHyMPeerfVCSY7qToGitHsZ+wTo=; b=J8rpt7L1ICoPQkHomSBXPW9oH66NNLgEA2s3FUDf3LgrhRlrcPLZONsKkRU/RTyAQS RDc3M0nAgQS86rw+yLRDEoAtdBlthLe2abidbuiK2d8H4MC3IbKrbQVDc76J/vPqPFX6 5BGGe/A1Z4IE8NVuMki8SoVS4XU867GaAcg+2Jn0FEiqku39ljs4nCs5uaf2mY11r9Xz IZDp0HAiwpVdM4RmCQSYxOHOmr54dH5NRyUCEDPTtQkW/jivbE/9wUPCN64wqY+OEhuS ayUJ05wz9viIMekS5oRLP1rKe6NG2Dhtk0heyXc5r1TTPH1YZ8Htm4e132d9+cIv9J79 6q3Q== X-Gm-Message-State: AG10YOTxrlOjOwwec31SRt90FtxUCum5U6TWcYZYAj9dr002/QKQvYwRsKiEZ3RJWOKqeg== X-Received: by 10.140.91.109 with SMTP id y100mr60002810qgd.42.1455250106830; Thu, 11 Feb 2016 20:08:26 -0800 (PST) Received: from Andrews-MacBook-Pro.local.ahyatt-laptop (cpe-74-73-128-199.nyc.res.rr.com. [74.73.128.199]) by smtp.gmail.com with ESMTPSA id y133sm4797398qhc.11.2016.02.11.20.08.25 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Feb 2016 20:08:26 -0800 (PST) Date: Thu, 11 Feb 2016 23:08:25 -0500 Message-Id: To: control@debbugs.gnu.org From: Andrew Hyatt Subject: control message for bug #3336 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) severity 3336 serious From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 11 23:08:55 2016 Received: (at control) by debbugs.gnu.org; 12 Feb 2016 04:08:55 +0000 Received: from localhost ([127.0.0.1]:37152 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aU52M-00044v-Rw for submit@debbugs.gnu.org; Thu, 11 Feb 2016 23:08:54 -0500 Received: from mail-qk0-f174.google.com ([209.85.220.174]:33964) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aU52M-00044h-0Q for control@debbugs.gnu.org; Thu, 11 Feb 2016 23:08:54 -0500 Received: by mail-qk0-f174.google.com with SMTP id x1so27153028qkc.1 for ; Thu, 11 Feb 2016 20:08:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:to:from:subject; bh=K/kD3tL/WRu7w3TF6Pm6hZR1+lDrYDZLaToOpOplp9k=; b=BjO8JktT6t8N4DgXDFOBZr17ajqHP97uA97tCw5MNbKPjVki58G/uLIFMSPr5WXVLT Kxut8I3cz3vAPlPGbZQz4HU6ArN5DUsowgHNz3gArEX+cMRVB+nJjzakIpikQCbtGX3/ 0pc+zSBFJ7yBzy6bFsKSW14WumoVr12tdbTt1BqhmwAnj9bNDJYpIYVB7LoydQ3DdI1A zLvz9yNOtF3LrLHpb5AVsw7WEMumc12z0Cc/+t4dcO4MdNgxAdoKuYC/XFu8IkKBNPxu EgQHhzm5hAwu/KX3HvskkMNsPnagpi6yOGkZoBCL32AOLa/dXAE6wbdqcs3/rh2owgaC 9tNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:message-id:to:from:subject; bh=K/kD3tL/WRu7w3TF6Pm6hZR1+lDrYDZLaToOpOplp9k=; b=V2sXTD5eq/pL5Ro9lLYe531huOKVVzyO40HFG8nPPAT4PcCQ0tDTLZhIEMC8YCSlsD VnOdLi84K61LmOj9GyhY+J0yHeulau6No/n/jp7JA+ovKVDYADrATfMgMWzuCv+0x43k j7OqLddQf8QJwHB52QDru2LNi++JsEEOyY9npDj1XVy5WZjHZ6cT0+oLERqJXH1jdrbc CFh1z4N2ifLknudMgfiJ4VZljN3ssxmaDwzH8Ip9iENDytVpZN7JSOCTbsHvUOTlE4eo fvPwZR7WE4looXBSNeH4ve+1cpwW0fHsFz7MUFt8mJyYAWElA81xrt/pwMYRIgtGAIsp z6bg== X-Gm-Message-State: AG10YOT8xZUPFU9cAPI6g1wtJ0YhtkFS/gbZaJpru9LcGQIXC5mYNdVYzna9sykBzPonLQ== X-Received: by 10.55.22.95 with SMTP id g92mr39548017qkh.78.1455250128625; Thu, 11 Feb 2016 20:08:48 -0800 (PST) Received: from Andrews-MacBook-Pro.local.ahyatt-laptop (cpe-74-73-128-199.nyc.res.rr.com. [74.73.128.199]) by smtp.gmail.com with ESMTPSA id d188sm4844451qkb.9.2016.02.11.20.08.47 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Feb 2016 20:08:48 -0800 (PST) Date: Thu, 11 Feb 2016 23:08:47 -0500 Message-Id: To: control@debbugs.gnu.org From: Andrew Hyatt Subject: control message for bug #3336 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) severity 3336 normal From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 11 23:08:59 2016 Received: (at control) by debbugs.gnu.org; 12 Feb 2016 04:08:59 +0000 Received: from localhost ([127.0.0.1]:37155 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aU52R-00045A-1s for submit@debbugs.gnu.org; Thu, 11 Feb 2016 23:08:59 -0500 Received: from mail-qk0-f175.google.com ([209.85.220.175]:35253) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aU52P-00044m-Hh for control@debbugs.gnu.org; Thu, 11 Feb 2016 23:08:58 -0500 Received: by mail-qk0-f175.google.com with SMTP id o6so27359756qkc.2 for ; Thu, 11 Feb 2016 20:08:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:to:from:subject; bh=bnSALTFdOhlyCZmboL+jEuupLi1Mot6KMMk8dZvhJX4=; b=OzG+ST49vz41VICINhEuF30gIwg+JFuS4P0Ri1hDmZ2ZA90cWP+ore/hnqgJG/sQ9h /MDURAvuraPWtobWtV7ofJJqaEmRydU7TWQDWuN9xWh2HKtOtNUM75pblBlH5pDZfog0 zz8nfJcGHzUqWMt1sToNQyT3jdSa5dtGDiqSZ7idHeAyycMslm7yXOzmDlQ/m+BDs+D5 t5dSobGVk3QCSpq5KW1RVu62BvoEh9HT8TuERlfHHKsW9EFUCQR5crLqMXj77S1n/I5s 3+vLrHxNei+yJEg2+IYAjX84CbCprFUOvRfJdceTEluvYxzJU8EbUWJg/ItxKDaAzpCl 69vw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:message-id:to:from:subject; bh=bnSALTFdOhlyCZmboL+jEuupLi1Mot6KMMk8dZvhJX4=; b=KF3vWXRwx/ZWoC6ffOtfxw4N+Q+GIvlHJKv84AqFrBnvXBkUTdVKkJrB/aBcQFGtEU ZpjN+IK+ENU830E+TvCxB1zDZ3wlUOXV8CHnqelvzGDDWttIzws4XJqqTs1gjb0P2gYt ZcMzRJZ/abtvql3TMKwTOYo0IjRdQM6EfdKqZtXd2r99j92pCQp2eI9kdc0ezZXs0eZs RnA1fpv/R9GzIsSS6AjnVZOsPLfOi7zd78uwYYTU2ZXxuMHJTK97zqiNfLTBfzxpapPr p6jabp2Snz5L8i9Elz40v2Y8BPM+tTX3pE4r7RHswG+AeqrTVFcfuNJQWg034i5S/JZN wf5Q== X-Gm-Message-State: AG10YORUzQyBTDcmnn0dntaoFT+ty0WxDRPMpFH6zo4qRYn9gM+dseRy0MK+xj+TthIbjw== X-Received: by 10.55.212.28 with SMTP id l28mr37045909qki.93.1455250132345; Thu, 11 Feb 2016 20:08:52 -0800 (PST) Received: from Andrews-MacBook-Pro.local.ahyatt-laptop (cpe-74-73-128-199.nyc.res.rr.com. [74.73.128.199]) by smtp.gmail.com with ESMTPSA id z82sm4797066qhd.26.2016.02.11.20.08.51 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Feb 2016 20:08:51 -0800 (PST) Date: Thu, 11 Feb 2016 23:08:50 -0500 Message-Id: To: control@debbugs.gnu.org From: Andrew Hyatt Subject: control message for bug #3336 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) tags 3336 unreproducible close 3336