Date: Tue, 30 Nov 1999 09:11:23 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Leon cc: djgpp AT delorie DOT com Subject: Re: 1 more thing about EMACS (sorry) In-Reply-To: <199911300058.TAA05230@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 30 Nov 1999, Leon wrote: > there is an option of dsiplaying different amount of lines per screen (ie > 50, 43, etc.) this in result simply scales the font's height that is > displayed so it fits more lines... > > was just wondering if it is at all possible to do so in eMacs dos version? Of course, it's possible. Type "Alt-x mode4350 RET" and see for yourself. > and if it is - any examples of things that need to be done? Please take a moment to read the "MS-DOS" chapter in the on-line manual, it describes all the DOS-specific features, including how to set up different screen sizes. The sample init file, called `_emacs.xmpl', which comes with the DJGPP distribution, includes specific examples of how these and other features should be used; please look at that file as well. You could simply rename `_emacs.xmpl' to `_emacs' and see if you like what it does. It is much easier to change an existing init file than to create your own from scratch, especially for a novice.