From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id C2AF3820A1 for ; Sat, 24 Aug 2013 18:41:39 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of caseybasichis@gmail.com) identity=pra; client-ip=209.85.216.54; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="caseybasichis@gmail.com"; x-sender="caseybasichis@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of caseybasichis@gmail.com designates 209.85.216.54 as permitted sender) identity=mailfrom; client-ip=209.85.216.54; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="caseybasichis@gmail.com"; x-sender="caseybasichis@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-qa0-f54.google.com) identity=helo; client-ip=209.85.216.54; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="caseybasichis@gmail.com"; x-sender="postmaster@mail-qa0-f54.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuwBAAXhGFLRVdg2lGdsb2JhbABXA4M8UbEqhiiJUQgWDgEBAQEHDQkJFAQkgmsBFAceAxIQXAEBEQEFASITh24BAw8MlUGDAIxQgwSDcAoZJw1kiQABBQyNc4MRhAgDiTGMVIFpgS2LCINEGCmEZRw X-IPAS-Result: AuwBAAXhGFLRVdg2lGdsb2JhbABXA4M8UbEqhiiJUQgWDgEBAQEHDQkJFAQkgmsBFAceAxIQXAEBEQEFASITh24BAw8MlUGDAIxQgwSDcAoZJw1kiQABBQyNc4MRhAgDiTGMVIFpgS2LCINEGCmEZRw X-IronPort-AV: E=Sophos;i="4.89,947,1367964000"; d="scan'208";a="24668584" Received: from mail-qa0-f54.google.com ([209.85.216.54]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 24 Aug 2013 18:41:38 +0200 Received: by mail-qa0-f54.google.com with SMTP id bv4so928185qab.6 for ; Sat, 24 Aug 2013 09:41:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=BLu8ZV1K0sGXglxBLMD1qs7BN+ooDzjroAOV0sQ4suM=; b=IlOVsVBSYf22SdxwaDbJ29LX2G7n18XxA/8t4tdiw7SAN/GtovIYuLvF6N2pJ0NYaB jzCVKb7/Sjic6jQy1bL5WrZtGLBVoPOeFsfOn6NBiIrfisfj8QxsoXgX3L+tgkQ8MW7s Vp60CkpNs8BCIwaqyNZfQWG2wlNz999NCSwp3n/uEfFG4MWXB60oG4U3nuzRs9SdQlyE D8dkVgwUCDyaWo2lJqPgvGmwzYVI9EP68CAoyY9RLrY8s/HICz3o+Z6DANT7OYk+am5J dMClokJtppbuSZgrtrXjJNR6TLzgRpbJBQF8ahGTA4M6t3rGG2ibUaR5e/ciZY95QcY5 h+JQ== MIME-Version: 1.0 X-Received: by 10.224.129.65 with SMTP id n1mr5831272qas.29.1377362497302; Sat, 24 Aug 2013 09:41:37 -0700 (PDT) Received: by 10.224.127.132 with HTTP; Sat, 24 Aug 2013 09:41:37 -0700 (PDT) Date: Sat, 24 Aug 2013 09:41:37 -0700 Message-ID: From: Casey Basichis To: OCaml Mailing List Content-Type: multipart/alternative; boundary=001a11c1de3060f80b04e4b432b9 Subject: [Caml-list] Installing Tuareg mode --001a11c1de3060f80b04e4b432b9 Content-Type: text/plain; charset=ISO-8859-1 Hi, I am having an awful time getting Tuareg mode installed. I have three versions of Emacs installed and will use which ever works first. Aquamacs, Emacs for Osx and the Emacs that is default in the terminal. I installed tuareg.el and ocamldebug.el in all of the following /opt/local/share/emacs/site-lisp /Users/caseybasichis/macports/share/emacs/site-lisp /Applications/Emacs.app/Contents/Resources/site-lisp /Users/caseybasichis/Library/Application Support/Aquamacs Emacs /Users/caseybasichis/Library/Preferences/Aquamacs Emacs I created a ~/.emacs file with one line: (load "/opt/local/share/emacs/site-lisp/tuareg.el") When I open up a simple test.ml file in any version of emacs with: let x = 12;; It always says (lisp) at the bottom and none of the Tuareg commands work. Any idea how I can get this running? Thanks, Casey When I run ocaml in the terminal i get: OCaml version 4.00.1 Findlib has been successfully loaded. Additional directives: #require "package";; to load a package #list;; to list the available packages #camlp4o;; to load camlp4 (standard syntax) #camlp4r;; to load camlp4 (revised syntax) #predicates "p,q,...";; to set these predicates Topfind.reset();; to force that packages will be reloaded #thread;; to enable threads /Users/caseybasichis/.opam/4.00.1/lib/ocaml/dynlink.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/ocaml/camlp4: added to search path /Users/caseybasichis/.opam/4.00.1/lib/ocaml/camlp4/camlp4o.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/ocaml/threads: added to search path /Users/caseybasichis/.opam/4.00.1/lib/ocaml/unix.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/ocaml/threads/threads.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/ocaml/bigarray.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/bin_prot: added to search path /Users/caseybasichis/.opam/4.00.1/lib/bin_prot/bin_prot.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/variantslib: added to search path /Users/caseybasichis/.opam/4.00.1/lib/variantslib/variantslib.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/ocaml/nums.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/num-top: added to search path /Users/caseybasichis/.opam/4.00.1/lib/num-top/num_top.cma: loaded Camlp4 Parsing version 4.00.1 /Users/caseybasichis/.opam/4.00.1/lib/num: added to search path /Users/caseybasichis/.opam/4.00.1/lib/sexplib: added to search path /Users/caseybasichis/.opam/4.00.1/lib/sexplib/sexplib.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/fieldslib: added to search path /Users/caseybasichis/.opam/4.00.1/lib/fieldslib/fieldslib.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/oUnit: added to search path /Users/caseybasichis/.opam/4.00.1/lib/oUnit/oUnit.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/pa_ounit: added to search path /Users/caseybasichis/.opam/4.00.1/lib/pa_ounit/pa_ounit_lib.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/res: added to search path /Users/caseybasichis/.opam/4.00.1/lib/res/res.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/core_kernel: added to search path /Users/caseybasichis/.opam/4.00.1/lib/core_kernel/core_kernel.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/core: added to search path /Users/caseybasichis/.opam/4.00.1/lib/core/core.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/core/core_top.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/core/core_top.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/type_conv: added to search path /Users/caseybasichis/.opam/4.00.1/lib/type_conv/pa_type_conv.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/sexplib/pa_sexp_conv.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/fieldslib/pa_fields_conv.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/variantslib/pa_variants_conv.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/comparelib: added to search path /Users/caseybasichis/.opam/4.00.1/lib/comparelib/comparelib.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/comparelib/pa_compare.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/bin_prot/pa_bin_prot.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/custom_printf: added to search path /Users/caseybasichis/.opam/4.00.1/lib/custom_printf/pa_custom_printf.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/pa_pipebang: added to search path /Users/caseybasichis/.opam/4.00.1/lib/pa_pipebang/pa_pipebang.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/herelib: added to search path /Users/caseybasichis/.opam/4.00.1/lib/herelib/pa_herelib.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/pcre: added to search path /Users/caseybasichis/.opam/4.00.1/lib/pcre/pcre.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/textutils: added to search path /Users/caseybasichis/.opam/4.00.1/lib/textutils/textutils.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/custom_printf/custom_printf.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/core_extended: added to search path /Users/caseybasichis/.opam/4.00.1/lib/core_extended/core_extended.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/herelib/herelib.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/async_core: added to search path /Users/caseybasichis/.opam/4.00.1/lib/async_core/async_core.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/async_unix: added to search path /Users/caseybasichis/.opam/4.00.1/lib/async_unix/async_unix.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/async_extra: added to search path /Users/caseybasichis/.opam/4.00.1/lib/async_extra/async_extra.cma: loaded /Users/caseybasichis/.opam/4.00.1/lib/async: added to search path /Users/caseybasichis/.opam/4.00.1/lib/async/async.cma: loaded -- Casey James Basichis Composer - Adventure Time - Cartoon Network http://www.caseyjamesbasichis.com caseybasichis@gmail.com 310.387.7540 --001a11c1de3060f80b04e4b432b9 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

I am having an awful time getting T= uareg mode installed.

I have three versions of Ema= cs installed and will use which ever works first. Aquamacs, Emacs for Osx a= nd the Emacs that is default in the terminal.

I installed tuareg.el and ocamldebug.el in all of the f= ollowing
=A0 =A0/opt/local/share/emacs/site-lisp
=A0 = =A0/Users/caseybasichis/macports/share/emacs/site-lisp
=A0 =A0/Ap= plications/Emacs.app/Contents/Resources/site-lisp
=A0 =A0/Users/caseybasichis/Library/Application Support/Aquamacs Emacs=
=A0 =A0/Users/caseybasichis/Library/Preferences/Aquamacs Emacs

I created a ~/.emacs file with one line:
= (load "/opt/local/share/emacs/site-lisp/tuareg.el")

When I open up a simple test= .ml file in any version of emacs with:
let x =3D 12;;

It always says (lisp) at the bottom and none of t= he Tuareg commands work.

Any idea how I can get this running?

Thanks,
Casey


When= I run ocaml in the terminal i get:
=A0 =A0 =A0 =A0 OCaml ve= rsion 4.00.1

Findlib has been successfully loaded. Additional direct= ives:
=A0 #require "package";; =A0 =A0 =A0to load a pac= kage
=A0 #list;; =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 to list the = available packages
=A0 #camlp4o;; =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0to load camlp4 (standard= syntax)
=A0 #camlp4r;; =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0to load ca= mlp4 (revised syntax)
=A0 #predicates "p,q,...";; =A0 t= o set these predicates
=A0 Topfind.reset();; =A0 =A0 =A0 =A0 to f= orce that packages will be reloaded
=A0 #thread;; =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 to enable threads
<= div>
/Users/caseybasichis/.opam/4.00.1/lib/ocaml/dynlink.cma:= loaded
/Users/caseybasichis/.opam/4.00.1/lib/ocaml/camlp4: added= to search path
/Users/caseybasichis/.opam/4.00.1/lib/ocaml/camlp4/camlp4o.cma: loaded=
/Users/caseybasichis/.opam/4.00.1/lib/ocaml/threads: added to se= arch path
/Users/caseybasichis/.opam/4.00.1/lib/ocaml/unix.cma: l= oaded
/Users/caseybasichis/.opam/4.00.1/lib/ocaml/threads/threads.cma: loade= d
/Users/caseybasichis/.opam/4.00.1/lib/ocaml/bigarray.cma: loade= d
/Users/caseybasichis/.opam/4.00.1/lib/bin_prot: added to search= path
/Users/caseybasichis/.opam/4.00.1/lib/bin_prot/bin_prot.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/variantslib: added to search = path
/Users/caseybasichis/.opam/4.00.1/lib/variantslib/variantsli= b.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/ocaml/nums.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/num-top: added to search path
<= div>/Users/caseybasichis/.opam/4.00.1/lib/num-top/num_top.cma: loaded
Camlp4 Parsing vers= ion 4.00.1

/Users/caseybasichis/.opam/4.00.1/lib/n= um: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/se= xplib: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/sexplib/sexplib.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/fieldslib: added to search path=
/Users/caseybasichis/.opam/4.00.1/lib/fieldslib/fieldslib.cma: l= oaded
/Users/caseybasichis/.opam/4.00.1/lib/oUnit: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/oUnit/oUnit.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/pa_ounit: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/pa_ounit/pa_ounit_lib.cma: loade= d
/Users/caseybasichis/.opam/4.00.1/lib/res: added to search path=
/Users/caseybasichis/.opam/4.00.1/lib/res/res.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/core_kernel: added to search pat= h
/Users/caseybasichis/.opam/4.00.1/lib/core_kernel/core_kernel.c= ma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/core: added to s= earch path
/Users/caseybasichis/.opam/4.00.1/lib/core/core.cma: loaded
= /Users/caseybasichis/.opam/4.00.1/lib/core/core_top.cma: loaded
/= Users/caseybasichis/.opam/4.00.1/lib/core/core_top.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/type_conv: added to search path
=
/Users/caseybasichis/.opam/4.00.1/lib/type_conv/pa_type_conv.cma: load= ed
/Users/caseybasichis/.opam/4.00.1/lib/sexplib/pa_sexp_conv.cma= : loaded
/Users/caseybasichis/.opam/4.00.1/lib/fieldslib/pa_fields_conv.cma: lo= aded
/Users/caseybasichis/.opam/4.00.1/lib/variantslib/pa_variant= s_conv.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/comparel= ib: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/comparelib/comparelib.cma: loade= d
/Users/caseybasichis/.opam/4.00.1/lib/comparelib/pa_compare.cma= : loaded
/Users/caseybasichis/.opam/4.00.1/lib/bin_prot/pa_bin_pr= ot.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/custom_printf: added to search p= ath
/Users/caseybasichis/.opam/4.00.1/lib/custom_printf/pa_custom= _printf.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/pa_pipe= bang: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/pa_pipebang/pa_pipebang.cma: loa= ded
/Users/caseybasichis/.opam/4.00.1/lib/herelib: added to searc= h path
/Users/caseybasichis/.opam/4.00.1/lib/herelib/pa_herelib.c= ma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/pcre: added to search path
=
/Users/caseybasichis/.opam/4.00.1/lib/pcre/pcre.cma: loaded
= /Users/caseybasichis/.opam/4.00.1/lib/textutils: added to search path
/Users/caseybasichis/.opam/4.00.1/lib/textutils/textutils.cma: loaded<= /div>
/Users/caseybasichis/.opam/4.00.1/lib/custom_printf/custom_printf= .cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/core_extended:= added to search path
/Users/caseybasichis/.opam/4.00.1/lib/core_extended/core_extended.cma:= loaded
/Users/caseybasichis/.opam/4.00.1/lib/herelib/herelib.cma= : loaded
/Users/caseybasichis/.opam/4.00.1/lib/async_core: added = to search path
/Users/caseybasichis/.opam/4.00.1/lib/async_core/async_core.cma: loade= d
/Users/caseybasichis/.opam/4.00.1/lib/async_unix: added to sear= ch path
/Users/caseybasichis/.opam/4.00.1/lib/async_unix/async_un= ix.cma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/async_extra: added to search pat= h
/Users/caseybasichis/.opam/4.00.1/lib/async_extra/async_extra.c= ma: loaded
/Users/caseybasichis/.opam/4.00.1/lib/async: added to = search path
/Users/caseybasichis/.opam/4.00.1/lib/async/async.cma: loaded

--
Casey James Basichis
Composer = - Adventure Time - Cartoon Network
http://www.caseyjamesbasichis.com
caseybasichis@= gmail.com
310.387.7540
--001a11c1de3060f80b04e4b432b9--