home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / windows / openloo / 3815 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  1.1 KB

  1. Path: sparky!uunet!noc.near.net!news.Brown.EDU!qt.cs.utexas.edu!cs.utexas.edu!sun-barr!news2me.ebay.sun.com!exodus.Eng.Sun.COM!jans.Eng.Sun.COM!richb
  2. From: richb@jans.Eng.Sun.COM (Rich Burridge)
  3. Newsgroups: comp.windows.open-look
  4. Subject: Re: Binding a filetype to run a program in a shelltool window
  5. Date: 13 Sep 1992 18:50:43 GMT
  6. Organization: Sun Microsystems, Mt. View, Ca.
  7. Lines: 16
  8. Message-ID: <lb73c3INN1uv@exodus.Eng.Sun.COM>
  9. References: <1992Sep12.175715.26219@lth.se>
  10. NNTP-Posting-Host: jans
  11.  
  12. In article <1992Sep12.175715.26219@lth.se> kurt@dna.lth.se (Kurt Swanson) writes:
  13. >I'm having problems when I bind mail folders to run:
  14. >
  15. >  shelltool elm -f $FILE
  16. >
  17. >This does bring up a window and start elm correctly with the right
  18. >folder,  but elm thinks that the screen is not the correct size...
  19.  
  20. Aww, tell me about it. Try:
  21.  
  22. shelltool sh -c "sleep 2; elm -f $FILE"
  23.  
  24. Bogus huh?  Perhaps in the fullness of time, taking all things into
  25. consideration and allowing for all eventualities, it is conceivably
  26. possible that somebody might think about fixing this problem with
  27. shelltool. Nah...
  28.