Date: Sun, 28 Mar 1999 15:21:05 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: biao AT routerware DOT com cc: djgpp AT delorie DOT com Subject: Re: How to resize emacs window In-Reply-To: <7dh3kp$l78$1@nnrp1.dejanews.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 Fri, 26 Mar 1999 biao AT routerware DOT com wrote: > Before I ran emacs, I adjust the properties of the NT dos box such that it > can be resized to use up my whole screen. But the moment I ran emacs, emacs > somehow shrinks my huge dos back to a small window which can not be resized > anymore. > > How to fix this? Is there a mode I can set in _emacs so that I can resize the > emacs screen? Try this in your _emacs: (mode4350) This should switch the Emacs window to use 50-line display. You might consider taking a look at the _emacs.xmpl file that comes with the distribution, it includes examples of many customizations (including the above) that most users like.