X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Sat, 08 Sep 2012 10:24:37 +0300 From: Eli Zaretskii Subject: Re: DJGPP Gnu Info in a console window under Windows In-reply-to: X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: <83k3w5geoa.fsf@gnu.org> References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: DMcCunney > Date: Fri, 07 Sep 2012 21:31:58 -0400 > > For anything else I run, this works with a 50 line setting. For the > DJGPP DOS port of info, things stay put at 40 rows, regardless. That's because of this part of djgpp.env: [info] INFOPATH=%/>;INFOPATH%%DJDIR%/info;%DJDIR%/gnu/emacs/info +INFO_COLORS=0x1f.0x31 +INFO_LINES=40 You can override that by setting INFO_LINES in the environment before running Info, or by permanently editing djgpp.env.