Recently, I found that the shortcut menu is slow and found many reasons. Later I found that the hkey_classes_root \ "*" \ shellex in the registry was damaged, so I simply deleted contextmenuhandlers and propertysheethandlers. Select a file and right-click the file. Then we found that the emeditor was gone. We simply deleted the emeditor and started to use Emacs. It will be difficult to start using it. Encourage yourself and stick to it!
Remember the basic commands. With the following commands, you can use Emacs normally:
-------------------------------------------------------
C-x C-f.
C-x C-S: Save the file.
C-x C-B lists the buffers.
C-X c-c leaves Emacs.
C-x 1. Close all other panes and keep only one pane.
C-x u undo.
C-s search
Select all c-x H
M-W Replication
C-y Paste
C-W cut
--------------------------------------------------------
Among them,. emacs is an important configuration file, through C-x C-f ~ /. Emacs. As soon as I came up, I set the following useful things:
1. Modify the shortcut key for selecting a region. Change it to control-C and press a space.
( Global - Set - Key ( KBD "C-C <SPC>" ) 'Set-mark-command)
2. Highlight the selected area
( Transient - Mark - Mode T )
3. Maximize Emacs startup
( Defun W32 - Restore - Frame ()
"Restore a minimized frame"
( Interactive )
( W32 - Send - Sys - Command 61728 ))
( Defun W32 - Maximize - Frame ()
"Maximize the current frame"
( Interactive )
( W32 - Send - Sys - Command 61488 ))
( W32 - Maximize - Frame )