Eev for beginners: restructuring the first hour or so
0. The basic map
1. Links to videosSome sections of the tutorials - like this one - have links to videos. Try to click on the timestamps in each of the lines below to understand how these links work in the browser:
Links like those will only work inside Emacs after some things are configured. More precisely:
2. Use "Graphical Emacs", not "Terminal Emacs"(Adapted from this page). Most systems offers both a "GUI Emacs" and a "Terminal Emacs": The "GUI Emacs" - or "Graphical Emacs" - is MUCH easier to use than the "Terminal Emacs". One way to distinguish them is by their initial screens. These are the initial screens of an Emacs in graphical mode (left) and of an Emacs in terminal mode (right) - note that in terminal mode all fonts are the same size, and monospaced: And this is what you see in graphical mode (left) and terminal mode (right) when you try to install eev with M-x list-packages: Initially the cursor is at the window at the left - but the "Install" button is at the window at the right. Here is an example of something that is harder in Terminal Emacs. In graphical mode you can switch to the window at the right by clicking on it, and you can press the "Install" button by either clicking on it or by typing RET on it. In terminal mode Emacs ignores mouse clicks. If you use Emacs in terminal mode instead of in graphical mode then then several things in this tutorial - (find-windows-beginner-intro) - won't work. You can still do a lot if you learn the keys in this section:
Remember that you don't need to memorize those keys - you can just keep that page open in a browser tab and consult it when needed. For example, in Emacs in terminal mode we can't switch to the second window by clicking on it, but we can use `C-x o':
3. Installing from a videoIf you're a beginner and you're using Debian then the best way to install eev is by following the instructions in one of these two videos:
4. Fixing the error "gpg: Can't check signature: No public key"(From this page) If you're trying to install eev with M-x list-packages but you're getting the error "gpg: Can't check signature: No public key", as in the screenshot below, then you need to install the new public key and then eev. There are two ways to do that. 4.1. Way 1If you are a total beginner who is following the instuctions in (find-windows-beginner-intro) and you got this error, you probably installed Ubuntu in WSL instead of installing Debian, and the best solution is to delete your Ubuntu image, install a Debian image, and make Debian the default... the "Way 2" below will mostly work, but some things in later steps will break!!! 4.2. Way 2Copy and paste the 9-line progn below to an Emacs buffer and then execute it by typing `C-e C-x C-e' in the line with its closing parenthesis:
For more explanations, see:
5. Without memorizingHere are some tricks to get by without memorizing key sequences. 5.1. The tool bar and the menu barFirst, learn how to use the menu bar and the tool bar - see this screenshot: 5.2. Open in browser tabsSecond: keep each one of the links below - the links at the `")'s, at the end of each line - open in a different browser tab:
6. M-jThird: learn how
|