* [Caml-list] How to change "compile-command" in ocaml's emacs mode?
@ 2004-03-18 6:45 SooHyoung Oh
2004-03-18 8:08 ` Christoph Bauer
2004-03-18 8:17 ` art yerkes
0 siblings, 2 replies; 3+ messages in thread
From: SooHyoung Oh @ 2004-03-18 6:45 UTC (permalink / raw)
To: caml-list
[-- Attachment #1: Type: text/plain, Size: 296 bytes --]
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?
[-- Attachment #2: Type: text/html, Size: 904 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Caml-list] How to change "compile-command" in ocaml's emacs mode?
2004-03-18 6:45 [Caml-list] How to change "compile-command" in ocaml's emacs mode? SooHyoung Oh
@ 2004-03-18 8:08 ` Christoph Bauer
2004-03-18 8:17 ` art yerkes
1 sibling, 0 replies; 3+ messages in thread
From: Christoph Bauer @ 2004-03-18 8:08 UTC (permalink / raw)
To: OCaml List
"SooHyoung Oh" <shoh@miritek.com> writes:
> 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.
Append the line
(setq compile-command "gmake")
to your ~/.emacs. Please ask emacs related questions in
comp.emacs.
Regards,
Christoph Bauer
--
beginfig(1)u=3cm;draw fullcircle scaled 2u;x0=x1=y1=x2=y3=0;-y0=y2=x3=1u;
filldraw z0..{left}z1{left}..z2{curl 1}..z3..z0..cycle;def t(expr p)=fullcircle
scaled .25u shifted(0,p*u);enddef;unfill t(.5);fill t(-.5);endfig;bye
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Caml-list] How to change "compile-command" in ocaml's emacs mode?
2004-03-18 6:45 [Caml-list] How to change "compile-command" in ocaml's emacs mode? SooHyoung Oh
2004-03-18 8:08 ` Christoph Bauer
@ 2004-03-18 8:17 ` art yerkes
1 sibling, 0 replies; 3+ messages in thread
From: art yerkes @ 2004-03-18 8:17 UTC (permalink / raw)
To: SooHyoung Oh; +Cc: caml-list
On Thu, 18 Mar 2004 15:45:23 +0900
"SooHyoung Oh" <shoh@miritek.com> wrote:
> 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?
M-x customize-group -> compilation -> Compile Command
--
IBM had little or no expertise on Intel processors.
-- paragraph 54, SCO v IBM, second amended complaint
No matter how cynical you become, it's never enough to keep up.
-- Lily Tomlin
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-03-18 19:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-18 6:45 [Caml-list] How to change "compile-command" in ocaml's emacs mode? SooHyoung Oh
2004-03-18 8:08 ` Christoph Bauer
2004-03-18 8:17 ` art yerkes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox