Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
tutorials:emacs-cheatsheet [2014/01/08 14:55] – [Search & Replace] jlehmustutorials:emacs-cheatsheet [2014/01/08 15:04] – [Emacs Modes] jlehmus
Line 54: Line 54:
 | M-l | lowercase word | | M-l | lowercase word |
 | M-c | capitalize word | | M-c | capitalize word |
-| C-x C-u | uppercase region +| C-x C-u | uppercase region | 
-| C-x C-l | lowercase region+| C-x C-l | lowercase region |
  
  
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 =====