Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!dsinc!bagate!rutgers!gatech!bloom-beacon!eru!hagbard!sunic!news.funet.fi!funic!santra!hutcs.hut.fi!jaa From: jaa@hutcs.hut.fi (Jari Alasuvanto) Newsgroups: comp.sys.hp Subject: Re: Re: standards for windowing software? Message-ID: <1990Oct24.075033.18020@santra.uucp> Date: 24 Oct 90 07:50:33 GMT References: <7370237@hpfcso.HP.COM> <4310144@hpindda.cup.hp.com> Sender: news@santra.uucp (Cnews - USENET news system) Organization: Helsinki University of Technology, Finland Lines: 23 In article <4310144@hpindda.cup.hp.com> jack@hpindda.cup.hp.com (Jack Repenning) writes: > > eval `/usr/bin/X11/resize` > >Alias it to something easy to type, like 'rs', and do it whenever you >resize a window, and your vi's and more's and everything else will be >fine. Or to go further, alias (or write a script in sh) which doesd the trick for you EACH TIME you start vi/emacs/whatever-term-size-dependent For csh this is: alias xs 'set noglob; eval `resize`' alias vi 'xs ; /usr/bin/vi !*' This works Ok; besides, this way you do not have to do anything extra each time you change the size of a window. -- Jari Alasuvanto, Lab. of Info Proc. Sci, Helsinki Univ. of Techology, Finland Internet: jaa@hutcs.hut.fi tel: +358-0-451 3236 fax: +358-0-465 077 >