home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / alt / lucidem / help / 150 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  1.8 KB

  1. Xref: sparky alt.lucid-emacs.help:150 alt.lucid-emacs.bug:61
  2. Newsgroups: alt.lucid-emacs.help,alt.lucid-emacs.bug
  3. Path: sparky!uunet!stanford.edu!EE.Stanford.EDU!sierra!mcgrant
  4. From: mcgrant@isl.stanford.edu (Michael C. Grant)
  5. Subject: Change in point movement behavior
  6. Message-ID: <MCGRANT.92Jul27153440@isl.stanford.edu>
  7. Sender: usenet@EE.Stanford.EDU (Usenet)
  8. Organization: Information Systems Laboratory, Stanford University
  9. Date: 27 Jul 92 15:34:40
  10. Lines: 40
  11.  
  12.  
  13. Suppose I have the following text, and point is -!-:
  14.  
  15. asdljasd as as sa sa as asd asd 
  16.  
  17. asdkaa-!-sdadsas asklj;lkfg fds
  18.  
  19. Notice the completely blank line in between... now, in Emacs 18.58, if I
  20. move up two lines with ^P, I end up with
  21.  
  22. asdlja-!-sd as as sa sa as asd asd 
  23.  
  24. asdkaasdadsas asklj;lkfg fds
  25.  
  26. i.e. the point is now at the same column as before. However, in lemacs 19.2
  27. the point ends up at the beginning of the line, i.e.
  28.  
  29. -!-asdljasd as as sa sa as asd asd 
  30.  
  31. asdkaasdadsas asklj;lkfg fds
  32.  
  33. So, if the goal column is NOT set, then moving up or down through a blank
  34. line causes the point to 'forget' the column it was on in lemacs, but
  35. not in emacs 18.58.
  36.  
  37. I really like the old behavior a lot better than this new behavior, because
  38. sometimes blank lines separate lines with a certain column structure that
  39. I would like to navigate easily. (Edit a file with blank lines and see how
  40. often you have to re-establish your horizontal position.)
  41.  
  42. Goal columns aren't appropriate because they have to be specially changed;
  43. 18.58 behavior is somewhat like an 'automatic' goal column that is reset
  44. every time you move left or right.
  45.  
  46. What do you think? Is this behavior controlled/switchable in lemacs,
  47. because if it's not I'd sure like it to be. I would prefer not to have
  48. to redefine an arrow-key function, since it is used so much.
  49.  
  50. Mike
  51.  
  52.