Path: utzoo!attcan!uunet!samsung!zaphod.mps.ohio-state.edu!usc!ucsd!ucbvax!SUN.COM!peck From: peck@SUN.COM (Jeff Peck) Newsgroups: comp.emacs Subject: Re: bringing emacstool window forward under program control in Sunview Message-ID: <9004111716.AA17144@denali.sun.com> Date: 11 Apr 90 17:16:46 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Lines: 8 Look on page 377 of Sunview I programmers guide. There is a table of escape sequences you can send to a ttysw to control it (resize, expose, hide, set-title, etc...) use gnuemacs function send-string-to-terminal to send the sequence you want. (send-string-to-terminal "\033[5t") should expose this window