Now that Emacsvox is speaking, this chapter helps you become comfortable with the essential keys and feedback. It begins with a short guided session, then introduces the reading and speech controls you are most likely to need.
Emacs documentation writes C- for the Control key and M- for the Meta key, which is usually Alt or Option. For example, C-n means hold Control and press n. A sequence such as C-e l means press C-e, release it, and then press l.
M-x prompts for an Emacs command by name, and RET means the Return or Enter key. A buffer is the Emacs workspace containing text or an application. Point is the current editing position—the place affected by movement and editing commands.
If Emacs itself is new to you, C-h t opens its interactive tutorial. You can return to this chapter whenever the tutorial refers to buffers, point, windows, or key sequences.
Try these actions in the clean session started during installation:
These commands are enough to begin exploring safely. The rest of this chapter adds reading controls and speech settings as you need them. The generated Emacsvox Keymaps in Emacsvox Reference Manual records the complete default keymaps, while live help remains authoritative when a package or personal configuration changes a binding.