[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nano-devel] blank line goes missing
From: |
Benno Schulenberg |
Subject: |
Re: [Nano-devel] blank line goes missing |
Date: |
Sat, 20 May 2006 14:08:06 +0200 |
User-agent: |
KMail/1.9.1 |
David Lawrence Ramsey wrote:
> Benno Schulenberg wrote:
> > When a line in a help text has a certain length in relation to
> > the screen width, a subsequent blank line disappears.
>
> Thanks for the report. I can't reproduce this, but I did notice
> a missing blank line in the search prompt help (^W ^G) which
> might be related, and which I've just fixed in current CVS. Does
> the problem still occur with current CVS?
It does not occur any more. :) Thanks.
> > Completely unrelated: after 'export
> > GREP_OPTIONS="--color=always"', the ./autogen.sh in nano fails
>
> Unfortunately, I'm not sure what to do about it, other than to
> say "don't set that grep option while running nano's autogen.sh".
Easy fix would be to add "unset GREP_OPTIONS" to the start of
autogen.sh. But this unsetting should then also get added to the
start of ./configure, and I've no idea how to achieve that.
Benno