nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] another minor patch update


From: David Benbennick
Subject: Re: [Nano-devel] another minor patch update
Date: Sat, 10 Aug 2002 13:59:42 -0400
User-agent: Mutt/1.2.5i

On Fri, Aug 09, 2002 at 06:10:08PM -0700, David Lawrence Ramsey wrote:
> i. e. changing some static functions back to non-static

You've changed all of them.  Is there something wrong with static
functions?  The static keyword signals that the function is local,
specialized.  Using static when possible helps encapsulate the code.


There is an off-by-one bug in do_wrap(), that means it fails to wrap
a line that is exactly one character too wide.  The attached patch fixes
this problem.

Also, in nano.c,v 1.267 DLR added a fix for checking spelling with the
alternate speller with the mark set.  Then in v 1.270 I foolishly took
that fix out.  Sorry.  The attached patch adds it back.

Attachment: nanospel.patch
Description: Text document

Attachment: pgpVhRlR9TWMI.pgp
Description: PGP signature


reply via email to

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