Chapter 1. How to read these instructions.


Typographic conventions.

In the examples given in the other sections, a specific set of typgraphic conventions are used. We distinguish between user input and computer output using different fonts:

text like this

indicates text that you are supposed to type,

text like this

indicates text that the computer prints.

Material within angular brackets denote logical entities, e.g., <user> indicates that you should type your user-name. The shell's prompt is denoted with "$ ", so, e.g., the following indicates that you're supposed to type ls to the shell:

$ ls

Especially in the section about emacs key sequences are written with the convention that:

So, e.g., C-x C-f means holding down the control key and pressing "x" followed by "f".