nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] Three justify bugs.


From: David Benbennick
Subject: Re: [Nano-devel] Three justify bugs.
Date: Mon, 10 Feb 2003 17:14:11 -0500
User-agent: Mutt/1.2.5.1i

1) Justify the paragraph

Hello
there.

Ack, it doesn't change!  It's a bug in nano.c:breakable().

2) Make a long indented line:

        Here is a long indented 
lineeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee.

It becomes

        Here is a long indented
        lineeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee.

since autoindentation is used.  It should be

        Here is a long indented
lineeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee.

unless AUTOINDENT is set.

3) Compile with HAVE_REGEX_H, open a blank buffer, hit ^J. The quote
string regexp gets compiled but not decompiled.  (Eventually this should
be changed to happen only once, at startup.)

Attachment: justify.patch
Description: Text document

Attachment: pgpuMH_WFbp1N.pgp
Description: PGP signature


reply via email to

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