home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / next / misc / 23251 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.9 KB

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!mcsun!Germany.EU.net!incom!orfeo!qb!vhs
  2. From: vhs@rhein-main.de (Volker Herminghaus-Shirai)
  3. Newsgroups: comp.sys.next.misc
  4. Subject: Re: HOWTO: move windows w/o making key or ordering front
  5. Message-ID: <1992Dec20.101130.1723@qb.rhein-main.de>
  6. Date: 20 Dec 92 10:11:30 GMT
  7. References: <1992Dec19.165840.8945@netcom.com>
  8. Sender: vhs@qb.rhein-main.de (Volker Herminghaus-Shirai)
  9. Reply-To: vhs@rhein-main.de
  10. Lines: 53
  11.  
  12. In article <1992Dec19.165840.8945@netcom.com> dcode@netcom.com (Paul Marcos) writes:
  13. > Enough people requested it to be a pain in the butt to 
  14. > mail to everyone individually so here's how to do it:
  15. > There are 4 line changes and 2 line additions:
  16. > Lines 1176 through 1179:
  17. >     change from:
  18. >         5 index num //_frontWithClick exec
  19. >         7 index 7 index 6 index
  20. >         12 3 roll
  21. >         4 index //buckyBitMask and
  22. >     to:
  23. >         5 index num
  24. >         9 index 9 index 7 index
  25. >         14 3 roll
  26. >         6 index //buckyBitMask and
  27. > After Line 1181 (which reads 'icon 1 eq or {')
  28. >     insert:
  29. >         pop pop
  30. > After Line 1184 (which reads '}{')
  31. >     insert:
  32. >         //_frontWithClick exec
  33. > For those who care, the first 4 line changes basically 
  34. > move the _frontWithClick call down to put it after the 
  35. > Alternate key check.  That call takes two arguments off
  36. > the stack (and leaves nothing) so the following index
  37. > parameters are all incremented by 2 so they just look over
  38. > the extra stuff that sitting at the top of the stack.  
  39.  
  40. Are you sure? Seems to me you increment by two in all cases but one.
  41. I.e. making the line 
  42. >         7 index 7 index 6 index
  43. read
  44. >         9 index 9 index 7 index
  45. seems to me like incrementing 6 only by one instead of by two.
  46.  
  47. Please clear this up. I won't dare change my WindowServer before
  48. I know what's going on here. (Then, however, I'll gladly do so :-)
  49.  
  50. Thanks anyway for the nice hack.
  51.  
  52.     Volker
  53.  
  54. --
  55. Volker Herminghaus-Shirai (vhs@qb.rhein-main.de)
  56.  
  57. Looks good on the outside, but -
  58.     intel inside
  59.