Documentation
Cheat Sheet
The Manual
Tips And Tricks
| Key | Abbreviation |
| Control | C |
| Alt | M |
| Escape | Esc |
- End goes to EOF not the end of the line
- C - e goes to the end of a line
Configuration Files
At the CS dept, the emacs tuareg mode is at ~ruml/lib/emacs/site-lisp/tuareg/.
Wheeler uses emacs. Jordan uses xemacs. Take your pick!
~/.xemacs/custom.el
~/.xemacs/init.el
Wheeler uses VM and BBDB to read mail. He should post his .vm file here.
OCaml programming
If your emacs is configured correctly, you should automatically enter tuareg mode when you open a .ml file.
- C-c C-c gives a compile prompt. You probably want "ocm use", or maybe "ocm", or "ocm -force use" if you are desparate.
- C-x ` goes to the next error or warning message (taureg might need help finding the source file)
- C-c C-s gives you an OCaml toplevel to play around in
- C-x 1 makes all the buffers except the one the cursor is currently in disappear