bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#3336: fill-individual-paragraphs recently created bug


From: Rory Mulvaney
Subject: bug#3336: fill-individual-paragraphs recently created bug
Date: Wed, 21 Sep 2011 23:37:28 -0500 (CDT)
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)

On Sat, 17 Sep 2011, Lars Magne Ingebrigtsen wrote:

> Rory Mulvaney <rory1@umbc.edu> 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]