GNU bug report logs -
#3234
fill-column+1 problem
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 30 Nov 2012 15:11:36 +0800
with message-id <87624nimzb.fsf <at> gnu.org>
and subject line Re: bug#3234: fill-column+1 problem
has caused the debbugs.gnu.org bug report #3234,
regarding fill-column+1 problem
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
3234: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3234
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
(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
>
> あいうえおかきくけこ <- fill-region (this function is a caller of
> `fill-region-as-paragraph')
>
> =>
>
> あいうえお
> かきくけこ
>
> ========================================================================
>
> === example 2 (no good) ================================================
>
> 123456789012345678901
>
> あいxうえおかきくけこ <- fill-region
>
> =>
>
> あいxうえお <- fill-column+1 problem
> かきくけこ
>
> ========================================================================
(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.)
[Message part 3 (message/rfc822, inline)]
Toru TSUNEYOSHI <t_tuneyosi <at> hotmail.com> writes:
> 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.)
>
> Anyone can check the validity of the patch?
> If invalid, I wish that someone solves the problem.
Sorry for the very late response. Your patch looks good, and I've just
committed it to trunk. Thanks.
This bug report was last modified 12 years and 167 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.