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. 2. 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. 2.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!!! 2.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:
3. Clicking on the window with the "Install" button doesn't work(From this page). These are the initial screens of an Emacs in graphical mode (left) and in terminal mode (right): 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 the at the window at the left - but the "Install" button is at the window at the right. 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 then several things in (find-windows-beginner-intro) won't work, but 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. Going back to our original problem, in Emacs in terminal mode we can't switch to the second window by clicking on it, but we can use `C-x o':
4. Without memorizingHere are some tricks to get by without memorizing key sequences. 4.1. The tool bar and the menu barFirst, learn how to use the menu bar and the tool bar - see this screenshot: 4.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:
5. M-jThird: learn how
|