Browse thread
[Caml-list] How to change "compile-command" in ocaml's emacs mode?
- SooHyoung Oh
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | SooHyoung Oh <shoh@m...> |
| Subject: | [Caml-list] How to change "compile-command" in ocaml's emacs mode? |
I'm a beginner on emacs. In these days, I'm trying to use emacs instead of "vi". When compiling ocaml files in BSD, I'd like to use "gmake" in emacs instead of "make -k". I found that the "compile-command" variable is related with C-c C-c key, but I don't know how. Can anyone help me?