Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
tutorials:emacs-cheatsheet [2014/01/08 14:55] – [Case Change] jlehmustutorials:emacs-cheatsheet [2014/01/08 15:04] – [Emacs Modes] jlehmus
Line 66: Line 66:
 | M-x global-font-lock-mode | Toggle syntax highlighting | | M-x global-font-lock-mode | Toggle syntax highlighting |
  
 +===== Character Coding Systems =====
 +
 +| C-x RET k | set coding system for keyboard input |
 +| C-x RET t | set coding system for terminal display |
 +| C-x RET f | set coding system for saving file |
 +| M-x list-coding-systems | show all coding systems |
 ===== Buffers ===== ===== Buffers =====