all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: miles@gnu.org, emacs-devel@gnu.org, mlang@delysid.org,
	Kai.Grossjohann@CS.Uni-Dortmund.DE, eliz@is.elta.co.il
Subject: Re: German tutorial fix
Date: Sat, 18 May 2002 23:30:23 -0600 (MDT)	[thread overview]
Message-ID: <200205190530.g4J5UNa22924@aztec.santafe.edu> (raw)
In-Reply-To: <E1792rY-0008UN-00@pot.cnuce.cnr.it> (message from Francesco Potorti` on Sat, 18 May 2002 13:59:04 +0200)

Using control characters is more efficient than using the arrow keys,
so I don't think we should stop teaching people to use them.  However,
people are right that users will probably understand what the arrow
keys do, which means we can use them to explain the control
characters.

We also should tell users why we recommend the control characters.

Here's the change I am thinking of making.  Any suggestions?


*** TUTORIAL.~1.49.~	Tue Apr 23 12:14:20 2002
--- TUTORIAL	Sat May 18 21:36:22 2002
***************
*** 50,55 ****
--- 50,59 ----
     Find the cursor again and notice that the same text
     is near the cursor now.
  
+ You can also use the PageUp and PageDn keys to do scrolling, if your
+ terminal has them, but you can edit more efficiently if you use C-v
+ and M-v.
+ 
  
  * BASIC CURSOR CONTROL
  ----------------------
***************
*** 57,67 ****
  Moving from screenful to screenful is useful, but how do you
  move to a specific place within the text on the screen?
  
! There are several ways you can do this.  The most basic way is to use
! the commands C-p, C-b, C-f, and C-n.  Each of these commands moves the
! cursor one row or column in a particular direction on the screen.
! Here is a table showing these four commands and the directions they
! move:
   
  			  Previous line, C-p
  				  :
--- 61,70 ----
  Moving from screenful to screenful is useful, but how do you
  move to a specific place within the text on the screen?
  
! There are several ways you can do this.  You can use the arrow keys,
! but it's more efficient to keep your hands in the standard position
! and use the commands C-p, C-b, C-f, and C-n.  These characters
! are equivalent to the four arrow keys, like this:
   
  			  Previous line, C-p
  				  :
***************
*** 75,84 ****
     using C-n or C-p.  Then type C-l to see the whole diagram
     centered in the screen.
  
! You'll probably find it easy to think of these by letter: P for
! previous, N for next, B for backward and F for forward.  These are the
! basic cursor positioning commands, and you'll be using them ALL the
! time, so it would be of great benefit if you learn them now.
  
  >> Do a few C-n's to bring the cursor down to this line.
  
--- 78,86 ----
     using C-n or C-p.  Then type C-l to see the whole diagram
     centered in the screen.
  
! You'll find it easy to remember these letters by words they stand for:
! P for previous, N for next, B for backward and F for forward.  You
! will be using these basic cursor positioning commands all the time.
  
  >> Do a few C-n's to bring the cursor down to this line.

  parent reply	other threads:[~2002-05-19  5:30 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-14 13:07 German tutorial fix Mario Lang
2002-05-14 15:05 ` Kai Großjohann
2002-05-16  7:22   ` Richard Stallman
2002-05-16 10:37     ` Kai Großjohann
2002-05-16 12:52       ` Eli Zaretskii
2002-05-16 14:10         ` Andreas Fuchs
2002-05-16 15:37           ` Eli Zaretskii
2002-05-17 19:28         ` Richard Stallman
2002-05-18  0:44           ` Francesco Potorti`
2002-05-18  2:00             ` Miles Bader
2002-05-18  7:17               ` Andreas Fuchs
2002-05-18 11:59               ` Francesco Potorti`
2002-05-18 12:12                 ` Miles Bader
2002-05-18 12:55                   ` Eli Zaretskii
2002-05-18 13:11                     ` Andreas Fuchs
2002-05-19  4:56                       ` Eli Zaretskii
2002-05-19  5:30                       ` Richard Stallman
2002-05-18 20:36                     ` Kim F. Storm
2002-05-20 22:58                   ` Francesco Potorti`
2002-05-19  5:30                 ` Richard Stallman [this message]
2002-05-19 12:54                   ` Alex Schroeder
2002-05-19 13:30                     ` Miles Bader
2002-05-19 14:47                       ` Stefan Monnier
2002-05-19 15:26                       ` Alex Schroeder
2002-05-19 16:10                         ` Miles Bader
2002-05-20 10:47                           ` Alex Schroeder
2002-05-23 19:45                         ` Robert J. Chassell
2002-05-23 23:45                           ` Alex Schroeder
2002-05-20 14:48                       ` Richard Stallman
2002-05-18 14:18               ` Alex Schroeder
2002-05-18  6:44             ` Eli Zaretskii
2002-05-19 19:44             ` Robert J. Chassell
2002-05-20 14:40               ` Mario Lang
2002-05-20 21:13                 ` Colin Walters
2002-05-17 19:28       ` Richard Stallman
2002-05-15  0:13 ` Werner LEMBERG
2002-05-15  4:41   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200205190530.g4J5UNa22924@aztec.santafe.edu \
    --to=rms@gnu.org \
    --cc=Kai.Grossjohann@CS.Uni-Dortmund.DE \
    --cc=eliz@is.elta.co.il \
    --cc=emacs-devel@gnu.org \
    --cc=miles@gnu.org \
    --cc=mlang@delysid.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.