home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / editors / 3187 < prev    next >
Encoding:
Internet Message Format  |  1993-01-09  |  1.5 KB

  1. Xref: sparky comp.editors:3187 alt.religion.emacs:512
  2. Path: sparky!uunet!pipex!warwick!uknet!mucs!m1!bevan
  3. From: bevan@cs.man.ac.uk (Stephen J Bevan)
  4. Newsgroups: comp.editors,alt.religion.emacs
  5. Subject: Re: scroll up/down
  6. Message-ID: <BEVAN.93Jan9235541@panda.cs.man.ac.uk>
  7. Date: 9 Jan 93 23:55:41 GMT
  8. References: <SHIBUYA.93Jan7195820@chute.bl.applicon.slb.com>
  9.     <FRIEDMAN.93Jan8021040@nutrimat.gnu.ai.mit.edu>
  10.     <HUTTAR.93Jan9042626@hp750.itg.ti.com>
  11.     <DAVIS.93Jan9133616@pacific.mps.ohio-state.edu>
  12. Sender: news@cs.man.ac.uk
  13. Followup-To: comp.editors
  14. Distribution: inet
  15. Organization: Department of Computer Science, University of Manchester
  16. Lines: 16
  17. In-reply-to: davis@pacific.mps.ohio-state.edu's message of 9 Jan 93 18:36:16 GMT
  18.  
  19. In article <DAVIS.93Jan9133616@pacific.mps.ohio-state.edu> davis@pacific.mps.ohio-state.edu ("John E. Davis") writes:
  20.    I agree that emacs definition of scroll-up/down is backward.  This is the
  21.    reason that I chose to avoid the problem altogether for my JED editor.  In
  22.    JED, the analogous primitives are called `page_up' and `page_down'.  Care to
  23.    guess which does what?
  24.  
  25. Ok here's my guess: "page_up" moves the page up so that you see the
  26. text on the _following_ page (vice versa for "page_down").
  27.  
  28. On the other hand: "page_up" means "page upwards" which means that it
  29. moves to the text on the _previous_ page (vice versa for "page_down").
  30.  
  31. Given that I find my first guess more natural, I'll leave you to guess
  32. which editor I use :-)
  33.  
  34. bevan
  35.