caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Christoph Bauer <c_bauer@informatik.uni-kl.de>
To: OCaml List <caml-list@inria.fr>
Subject: Re: [Caml-list] How to change "compile-command" in ocaml's emacs mode?
Date: Thu, 18 Mar 2004 09:08:14 +0100	[thread overview]
Message-ID: <m3n06etw5t.fsf@diebuntekuh.de> (raw)
In-Reply-To: <008401c40cb4$96c9f140$1501a8c0@hama> (SooHyoung Oh's message of "Thu, 18 Mar 2004 15:45:23 +0900")

"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


  reply	other threads:[~2004-03-18 19:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-18  6:45 SooHyoung Oh
2004-03-18  8:08 ` Christoph Bauer [this message]
2004-03-18  8:17 ` art yerkes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3n06etw5t.fsf@diebuntekuh.de \
    --to=c_bauer@informatik.uni-kl.de \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).