Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!rpi!clarkson!news.clarkson.edu!nelson From: nelson@sun.soe.clarkson.edu (Russ Nelson) Newsgroups: comp.emacs Subject: Re: How do I tell freemacs my screen size? Message-ID: Date: 8 Oct 90 14:17:38 GMT References: <410sis-b@massey.ac.nz> Sender: news@news.clarkson.edu Reply-To: nelson@clutx.clarkson.edu (aka NELSON@CLUTX.BITNET) Organization: Clarkson University, Potsdam NY Lines: 35 In-Reply-To: E.Ireland@massey.ac.nz's message of 8 Oct 90 01:02:54 GMT Nntp-Posting-Host: sun.soe.clarkson.edu In article <410sis-b@massey.ac.nz> E.Ireland@massey.ac.nz (Evan Ireland) writes: Is it possible to tell freemacs about non-standard screen sizes, other than 43 and 58 line EGA modes? In theory at least, it shouldn't be necessary. Freemacs reads the EGA bios to determine the screen size, then it uses the entire screen. I have a Commodore PC40 (IBM AT compatible) with an AGA card. This card has a 44x132 screen mode that I would like to be able to use with freemacs. "AGA" card? Never heard of it. However, if it's compatible with the EGA bios, then you should be able to put the card into the 44x132 mode, and Freemacs will use it. Or, if you're always going to use 44x132 mode, then put the card into that mode and set the screen size accordingly: init_entry_1: ; do magic stuff to put AGA card into 44x132 mode magic stuff here mov screen_columns,132 mov al,44 sub al,2 ;leave room for a status and minibuffer line. mov max_screen_line,al init_entry_2: -- --russ (nelson@clutx [.bitnet | .clarkson.edu]) Russ.Nelson@$315.268.6667 It's better to get mugged than to live a life of fear -- Freeman Dyson