Path: utzoo!utgpu!watserv1!watmath!att!occrsh!uokmax!apple!usc!jarthur!ucivax!ucla-cs!twinsun!twinsun!sdk From: sdk@shadow.twinsun.com (Scott D Kalter) Newsgroups: comp.emacs Subject: Re: vi triumphs over emacs! ("bug" in emacs) Message-ID: Date: 12 Sep 90 03:03:46 GMT References: <9009111909.AA00518@next-8.gac.edu> Sender: news@twinsun.com Organization: Twin Sun, Inc. Lines: 20 In-Reply-To: scott@NIC.GAC.EDU's message of 11 Sep 90 19:09:18 GMT Nntp-Posting-Host: shadow I'm not sure about the philosophy of all this but it seems to me you can probably just tell emacs what the window size is rather than suspending, running stty rows, and foregrounding emacs. To tell emacs to change its screensize just use: (set-screen-height ) Where is the appropriate number of rows. Back to philosophy, If emacs were sent the SIGWINSZ automatically it seems all would be fine(?). I'm not sure I agree that emacs should be expected to go exploring for possible changes in the terminal structure everytime you foreground it. Anyway, I hope my work-around provides temporary relief. -sdk