nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] problems compiling....


From: David Benbennick
Subject: Re: [Nano-devel] problems compiling....
Date: Tue, 25 Jun 2002 16:21:52 -0400
User-agent: Mutt/1.2.5.1i

Well, I've changed the quoted-justify patch again, slightly.  The new
version is at
        http://www.math.cornell.edu/~dbenbenn/nano/quote12.diff


On Tue, Jun 25, 2002 at 01:41:11PM +1000, Ken Tyler wrote:
> Just about to report a bug with repeated ALT-P causing nano to crash.

My patch fixes this M-P bug.  The problem is that nano.c:do_toggle() calls
shortcut_init(), which frees and reallocates the toggles.  Then later in
do_toggle(), the old toggle's description text is written to the status
bar.  The fix is to make global.c:toggle_init() leave the toggles alone if
they are already allocated.

Attachment: pgplsSt5nFgYs.pgp
Description: PGP signature


reply via email to

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