Two questions about Emacs Tuareg for OCaml:
I have seen some configurations where it displays an alpha symbol instead of a'. How can I turn this on?
What is the keyboard shortcut for "evaluate phrase" or "evaluate buffer"?
|
|
|
|
|
|
|
I can only answer part (2):
|
||
|
|
|
|
I'm not sure if this is exactly what you mean for part 1 of your question, but I have a font-lock-mode keyword to display the
|
||
|
|
|
|
You can look to my existing configs, based on the code from EmacsWiki with some extensions - function to handle conversion from text to chars, and example of it use for erlang mode - you can change it for ocaml mode also P.S. but this code has one disadvantage - it also displays these characters inside strings and comments |
||
|
|
|
|
Launch the tuareg mode (e.g. by The symbols are displayed by the sym-lock mode only works for Xemacs and its variants I'm afraid, but you'll find how to configure it in your .emacs in the help mentioned above. The shortcut to execute a statement is |
||
|
|