From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id UAA14896; Thu, 18 Mar 2004 20:00:46 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id UAA14576 for ; Thu, 18 Mar 2004 20:00:45 +0100 (MET) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by nez-perce.inria.fr (8.12.10/8.12.10) with ESMTP id i2IJ1DKW029656 for ; Thu, 18 Mar 2004 20:01:13 +0100 Received: from diebuntekuh.de (dialin-212-144-211-102.arcor-ip.net [212.144.211.102]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id EEA90AC721D for ; Thu, 18 Mar 2004 20:00:42 +0100 (CET) Received: by diebuntekuh.de (Postfix, from userid 500) id 3DF43608F04; Thu, 18 Mar 2004 09:08:14 +0100 (CET) To: OCaml List Subject: Re: [Caml-list] How to change "compile-command" in ocaml's emacs mode? References: <008401c40cb4$96c9f140$1501a8c0@hama> From: Christoph Bauer Date: Thu, 18 Mar 2004 09:08:14 +0100 In-Reply-To: <008401c40cb4$96c9f140$1501a8c0@hama> (SooHyoung Oh's message of "Thu, 18 Mar 2004 15:45:23 +0900") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Miltered: at nez-perce by Joe's j-chkmail ("http://j-chkmail.ensmp.fr")! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; caml-list:01 ocaml's:01 bauer:01 bauer:01 gmake:01 c-c:01 c-c:01 setq:01 gmake:01 3..:99 expr:01 .25:99 shifted:01 ocaml:01 writes:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk X-Status: X-Keywords: X-UID: 181 "SooHyoung Oh" 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