Opettelen Emacsia ja nyt olisi kysymys, miten Emacsilla rivitettäisiin seuraavan tyyppistä tekstiä (pitkät rivit katkaistava):
Evaluation in Lisp
    * A constant is evaluated to itself.
    * An identifier by itself is interpreted as a variable and evaluated to its value.
    * An expression preceded by a quote is returned without evaluation.
    * A sequence of expressions is evaluated by evaluating each expression in order, and the returned value is the result of the last expression in the sequence.
    * A function invocation (call) is evaluated by evaluating each parameter first, then by calling the function with the resulting values. 
---
Tähän ketjuun lyhyitä Emacs-kysymyksiä.