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
Argument: None Key sequence: +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
Argument: None Key sequence: None
Moves the current point to the end of the current list by finding the first closing parenthesis that is not matched by an opening parenthesis after the current point.
Backward Up List
Editor Command
Argument: None Key sequence: +Ctrl+U
Moves the current point to the beginning of the current list by finding the first opening parenthesis that is not matched by a closing parenthesis before the current point.
Down List
Editor Command
Argument: None Key sequence: +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.