Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!mcsun!corton!mirsa!taloa!taloa.unice.fr!beust From: beust@taloa.unice.fr (Cedric BEUST) Newsgroups: comp.sys.amiga.misc Subject: Re: How to make gnuemacs0.9 open pal screen ? Keywords: pal gnuemacs Message-ID: <94@taloa.unice.fr> Date: 1 May 91 15:22:05 GMT References: <1991Apr30.210611.27285@informatik.uni-erlangen.de> Sender: news@taloa.unice.fr Reply-To: beust@taloa.unice.fr Organization: University of Nice Sophia-Antipolis Lines: 22 Nntp-Posting-Host: taloa.unice.fr In article <1991Apr30.210611.27285@informatik.uni-erlangen.de>, admerlev@immd4.informatik.uni-erlangen.de (Arnd Merlevede) writes: : hi everybody, : well how do i make my temacs open in pal mode ? : i did setenv TERM amigapal : and i do have that termlib or so in s: : any ideas ? I couldn't make it work via setenv neither, so I patched the executable. Take your favorite binary editor and search for two occurences giving the width and height of the screen (640 x 200 = $280 x $c8) and replace the $c8 with $ff (must be something like 0280 00c8, or in reverse order). Note: there are TWO occurences. Change both of them. +------------------------------------------------------------------------+ | Cedric BEUST University of Nice | | INET: beust@mimosa.unice.fr $whoami | | UUCP: llaor.unice.fr!arkonis!beust god (personal alias) | | -- "To be, or not to be...", | | That is illogical, captain! | | -- Spock | +------------------------------------------------------------------------+