Kirjoittaja Aihe: Lyhyitä Emacs-kysymyksiä  (Luettu 1029 kertaa)

snifi

  • Vieras
Lyhyitä Emacs-kysymyksiä
« : 23.02.11 - klo:00.09 »
Opettelen Emacsia ja nyt olisi kysymys, miten Emacsilla rivitettäisiin seuraavan tyyppistä tekstiä (pitkät rivit katkaistava):

Koodia: [Valitse]
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ä.