home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / programm / 13975 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  2.7 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!wupost!waikato.ac.nz!ldo
  2. From: ldo@waikato.ac.nz (Lawrence D'Oliveiro, Waikato University)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: ETo #8
  5. Message-ID: <1992Aug14.181836.10108@waikato.ac.nz>
  6. Date: 14 Aug 92 18:18:36 +1200
  7. References: <1992Aug10.122654.18166@actrix.gen.nz> <1992Aug11.230655.28810@cs.tulane.edu> <1992Aug12.135441.9857@actrix.gen.nz>
  8. Organization: University of Waikato, Hamilton, New Zealand
  9. Lines: 64
  10.  
  11. Mine arrived on Monday, but my first chance to look at it was about an hour
  12. and a half ago.
  13.  
  14. I just checked out the editor selection bug that I was complaining about in
  15. this newsgroup several months ago. For those who don't remember, it happens
  16. when you position the insertion point somewhere in the middle of a line, and
  17. then press shift-down-arrow one or more times to extend the selection to the
  18. corresponding point in the middle of a line further down. If X denotes a
  19. highlighted character, and O denotes an unhighlighted one, you get a state
  20. that looks something like this:
  21.  
  22.     OOOOOOOOXXXXXXXX
  23.     XXXXXXXXXXXXXXXX
  24.     XXXXXXXXOOOOOOOO
  25.  
  26. If you now press command-shift-right-arrow, it should extend the selection
  27. to the end of the lower line, like this:
  28.  
  29.     OOOOOOOOXXXXXXXX
  30.     XXXXXXXXXXXXXXXX
  31.     XXXXXXXXXXXXXXXX
  32.  
  33. Instead, what actually happened was it would truncate the selection back
  34. to the end of the starting line, like this:
  35.  
  36.     OOOOOOOOXXXXXXXX
  37.     OOOOOOOOOOOOOOOO
  38.     OOOOOOOOOOOOOOOO
  39.  
  40. The good news is, the bug is fixed in version 3.3a14 of the MPW Shell.
  41. But there are two pieces of bad news: the bug isn't fixed in 3.2.3, and
  42. they've managed to introduce *another* bug in 3.3a14!
  43.  
  44. The new bug is as follows: position the insertion point somewhere in the
  45. middle of a line, as before, and press shift-up-arrow to extend the selection
  46. to the corresponding point in the middle of a line above:
  47.  
  48.     OOOOOOOOXXXXXXXX
  49.     XXXXXXXXXXXXXXXX
  50.     XXXXXXXXOOOOOOOO
  51.  
  52. Now press command-shift-right-arrow to truncate the selection to the end
  53. of the upper line. The result should look like this:
  54.  
  55.     OOOOOOOOOOOOOOOO
  56.     XXXXXXXXXXXXXXXX
  57.     XXXXXXXXOOOOOOOO
  58.  
  59. Instead you get this!
  60.  
  61.     OOOOOOOOOOOOOOOO
  62.     OOOOOOOOOOOOOOOO
  63.     OOOOOOOOXXXXXXXX
  64.  
  65. Oh well, maybe they'll get it right next time...
  66.  
  67. Lawrence D'Oliveiro                       fone: +64-7-856-2889
  68. Computer Services Dept                     fax: +64-7-838-4066
  69. University of Waikato            electric mail: ldo@waikato.ac.nz
  70. Hamilton, New Zealand    37^ 47' 26" S, 175^ 19' 7" E, GMT+12:00
  71. "There has never been a question of graphical user interface in the Macintosh
  72. world, of course. This makes all of these products heavily mouse-dependent.
  73. And here more than on any other platform, Windows products can significantly
  74. slow performance."       -- Computerworld July 20.
  75.