emacs
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| emacs [2010/05/13 00:54] – 192.168.2.30 | emacs [2021/02/01 05:55] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 23: | Line 23: | ||
| * For autocompletition during edition, follow the instructions from [[http:// | * For autocompletition during edition, follow the instructions from [[http:// | ||
| * If you install rope stuff then getting the python documentation should work. For getting the rope commands help press C-c d . | * If you install rope stuff then getting the python documentation should work. For getting the rope commands help press C-c d . | ||
| + | |||
| + | ===== Adding a directory to the emacs load path ===== | ||
| + | |||
| + | Add the following lines to your .emacs file | ||
| + | |||
| + | (setq load-path | ||
| + | (append (list nil " | ||
| + | load-path)) | ||
| ===== Emacs and python, a better way ===== | ===== Emacs and python, a better way ===== | ||
| Line 64: | Line 72: | ||
| C-o - insert-line\\ | C-o - insert-line\\ | ||
| C-d - delete current character\\ | C-d - delete current character\\ | ||
| + | M-x - query-replace\\ | ||
| ==== Macro stuff ==== | ==== Macro stuff ==== | ||
| Line 102: | Line 111: | ||
| C-x r s - Saves the marked region to a register\\ | C-x r s - Saves the marked region to a register\\ | ||
| C-g - To deactivate the mark\\ | C-g - To deactivate the mark\\ | ||
| + | ==== Spelling ==== | ||
| + | |||
| + | M-x ispell-change-dictionary\\ | ||
| + | M-x ispell\\ | ||
| + | |||
| External links with more commands are:\\ | External links with more commands are:\\ | ||
emacs.1273712067.txt.gz · Last modified: 2021/02/01 05:55 (external edit)
