All Manuals > Editor User Guide > 4 Editing Lisp Programs

4.5 Lists

4.5.1 Movement

Forward List Editor Command

Arguments: None
Key sequence: Meta+Ctrl+N

Moves the current point to the end of the current list. A positive prefix argument causes the point to be moved the required number of lists forwards.

Backward List Editor Command

Arguments: None
Key sequence: Meta+Ctrl+P

Moves the current point to the beginning of the current list. A positive prefix argument causes the point to be moved the required number of lists backwards.

Forward Up List Editor Command

Arguments: None
Key sequence: None

Moves the current point to the end of the current list by finding the first right parenthesis that is not matched by an left parenthesis after the current point.

Backward Up List Editor Command

Arguments: None
Key sequence: Meta+Ctrl+U

Moves the current point to the beginning of the current list by finding the first left parenthesis that is not matched by a right parenthesis before the current point.

Down List Editor Command

Arguments: None
Key sequence: Meta+Ctrl+D

Moves the current point to a location down one level in the current list structure. A positive prefix argument causes the current point to be moved down the required number of levels.


Editor User Guide (Macintosh version) - 01 Dec 2021 19:35:09