GNU bug report logs - #3483
fill-column+1 problem

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: emacs; Reported by: Toru TSUNEYOSHI <t_tuneyosi <at> hotmail.com>; Keywords: patch; merged with #3234; dated Sat, 6 Jun 2009 20:30:04 UTC; Maintainer for emacs is bug-gnu-emacs <at> gnu.org.
Added tag(s) patch. Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. Full text available.
Merged 3234 3483. Request was from Glenn Morris <rgm+emacsbugs <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. Full text available.

Message received at submit <at> emacsbugs.donarmstrong.com:


Received: (at submit) by emacsbugs.donarmstrong.com; 6 Jun 2009 20:23:08 +0000
From t_tuneyosi <at> hotmail.com Sat Jun  6 13:23:07 2009
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.3 required=4.0 tests=AWL autolearn=ham
	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.14.3/8.14.3/Debian-5) with ESMTP id n56KN1kC006148
	for <submit <at> emacsbugs.donarmstrong.com>; Sat, 6 Jun 2009 13:23:03 -0700
Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43)
	id 1MD2Pt-000362-DD
	for bug-gnu-emacs <at> gnu.org; Sat, 06 Jun 2009 16:23:01 -0400
Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43)
	id 1MD2Po-000323-My
	for bug-gnu-emacs <at> gnu.org; Sat, 06 Jun 2009 16:23:01 -0400
Received: from [199.232.76.173] (port=55100 helo=monty-python.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43)
	id 1MD2Po-00031n-CR
	for bug-gnu-emacs <at> gnu.org; Sat, 06 Jun 2009 16:22:56 -0400
Received: from blu0-omc1-s32.blu0.hotmail.com ([65.55.116.43]:32697)
	by monty-python.gnu.org with esmtp (Exim 4.60)
	(envelope-from <t_tuneyosi <at> hotmail.com>)
	id 1MD2Pn-0007wH-PA
	for bug-gnu-emacs <at> gnu.org; Sat, 06 Jun 2009 16:22:56 -0400
Received: from BLU0-SMTP91 ([65.55.116.7]) by blu0-omc1-s32.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959);
	 Sat, 6 Jun 2009 13:22:54 -0700
X-Originating-IP: [124.155.30.210]
X-Originating-Email: [t_tuneyosi <at> hotmail.com]
Message-ID: <BLU0-SMTP910E05EEB4084C7FC1A735E2490 <at> phx.gbl>
Received: from localhost ([124.155.30.210]) by BLU0-SMTP91.blu0.hotmail.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959);
	 Sat, 6 Jun 2009 13:22:54 -0700
Date: Sun, 07 Jun 2009 05:19:48 +0900 (JST)
To: bug-gnu-emacs <at> gnu.org
Subject: Re: fill-column+1 problem
From: Toru TSUNEYOSHI <t_tuneyosi <at> hotmail.com>
In-Reply-To: <20090507.200008.181206471.t_tuneyosi <at> hotmail.com>
References: <20090507.200008.181206471.t_tuneyosi <at> hotmail.com>
X-Mailer: Mew version 6.2 on Emacs 22.3 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 06 Jun 2009 20:22:54.0690 (UTC) FILETIME=[92D16C20:01C9E6E4]
X-detected-operating-system: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+


(I wrote the following...)
I think the problem is a bug obviously. (And I wish the bug fix.)
How do you (or maintainer) think about it?

From: Toru TSUNEYOSHI <t_tuneyosi <at> hotmail.com>
Subject: fill-column+1 problem
Date: Thu, 07 May 2009 20:00:08 +0900 (JST)
Message-ID: <20090507.200008.181206471.t_tuneyosi <at> hotmail.com>

> Hi. I met a problem about `fill-region-as-paragraph' on Emacs
> 22.3.1. (This problem happens on Emacs 23.0.93.1, because there is no
> change of the function's code.) Please read the following.
> 
> condition:
> 
> 	fill-column => 10
> 
> === example 1 (no problems) ============================================
> 
> 12345678901234567890
> 
> $B$"$$$&$($*$+$-$/$1$3(B	<- fill-region (this function is a caller of
> 			   	        `fill-region-as-paragraph')
> 
> =>
> 
> $B$"$$$&$($*(B
> $B$+$-$/$1$3(B
> 
> ========================================================================
> 
> === example 2 (no good) ================================================
> 
> 123456789012345678901
> 
> $B$"$$(Bx$B$&$($*$+$-$/$1$3(B	<- fill-region
> 
> =>
> 
> $B$"$$(Bx$B$&$($*(B		<- fill-column+1 problem
> $B$+$-$/$1$3(B
> 
> ========================================================================

(I should have written "fill-column+alpha problem" not "fill-column+1
 problem". Because the problem is "fill-column+2 problem" if
 char-width (of char of end of line 1 after fill-region in example 2) is
 3.)




Acknowledgement sent to Toru TSUNEYOSHI <t_tuneyosi <at> hotmail.com>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text available.
Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3483; Package emacs. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Tue, 20 Sep 2011 19:45:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.