housetier has joined #ocaml
Kinners has joined #ocaml
lms has joined #ocaml
Kinners has left #ocaml []
brwill_work is now known as brwill
housetier has quit ["see you next year :) - housetier@sushi.co.jp"]
Kinners has joined #ocaml
Smerdyakov has quit ["Client exiting"]
Smerdyakov has joined #ocaml
lms has quit [Read error: 104 (Connection reset by peer)]
Kinners has left #ocaml []
lms has joined #ocaml
brwill is now known as brwill_zzz
jdmarshall has joined #ocaml
Herrchen has quit [Read error: 60 (Operation timed out)]
Smerdy has joined #ocaml
Smerdyakov has quit [Read error: 113 (No route to host)]
Riastrad1 has joined #ocaml
Herrchen has joined #ocaml
Riastradh has quit [Read error: 110 (Connection timed out)]
jdmarshall has quit [Read error: 110 (Connection timed out)]
Riastradh has joined #ocaml
Riastrad1 has quit [Read error: 110 (Connection timed out)]
Smerdy has quit [zelazny.freenode.net irc.freenode.net]
smkl has quit [zelazny.freenode.net irc.freenode.net]
Smerdy has joined #ocaml
smkl has joined #ocaml
smkl has quit [zelazny.freenode.net irc.freenode.net]
Smerdy has quit [zelazny.freenode.net irc.freenode.net]
karryall has quit [zelazny.freenode.net irc.freenode.net]
Demitar has quit [zelazny.freenode.net irc.freenode.net]
det has quit [zelazny.freenode.net irc.freenode.net]
whee has quit [zelazny.freenode.net irc.freenode.net]
jrosdahl has quit [zelazny.freenode.net irc.freenode.net]
mellum has quit [zelazny.freenode.net irc.freenode.net]
ayrnieu has quit [zelazny.freenode.net irc.freenode.net]
vect has quit [zelazny.freenode.net irc.freenode.net]
Riastradh has quit [zelazny.freenode.net irc.freenode.net]
shawn has quit [zelazny.freenode.net irc.freenode.net]
simon- has quit [zelazny.freenode.net irc.freenode.net]
lms has quit [zelazny.freenode.net irc.freenode.net]
phubuh has quit [zelazny.freenode.net irc.freenode.net]
Defcon7 has quit [zelazny.freenode.net irc.freenode.net]
smkl has joined #ocaml
Smerdy has joined #ocaml
Riastradh has joined #ocaml
lms has joined #ocaml
karryall has joined #ocaml
phubuh has joined #ocaml
det has joined #ocaml
Demitar has joined #ocaml
whee has joined #ocaml
jrosdahl has joined #ocaml
mellum has joined #ocaml
ayrnieu has joined #ocaml
simon- has joined #ocaml
shawn has joined #ocaml
Defcon7 has joined #ocaml
vect has joined #ocaml
Smerdy has quit [zelazny.freenode.net irc.freenode.net]
smkl has quit [zelazny.freenode.net irc.freenode.net]
Smerdy has joined #ocaml
smkl has joined #ocaml
Riastrad1 has joined #ocaml
Riastradh has quit [Read error: 60 (Operation timed out)]
Riastradh has joined #ocaml
karryall has quit ["ERC Version 4.0 $Revision: 1.587 $ (IRC client for Emacs)"]
Riastrad1 has quit [Read error: 110 (Connection timed out)]
systems has joined #ocaml
<
systems>
wuchtya laffin at
systems has quit ["Client Exiting"]
gim_ has joined #ocaml
mimosa has joined #ocaml
Riastradh has quit [Read error: 60 (Operation timed out)]
wazze has joined #ocaml
lms has quit ["'night :)"]
Riastradh has joined #ocaml
Riastradh has quit [Read error: 110 (Connection timed out)]
Riastradh has joined #ocaml
gim_ has quit ["++"]
smkl has quit [Read error: 113 (No route to host)]
smkl has joined #ocaml
eternite_0 has joined #ocaml
<
eternite_0>
hello!
mimosa has quit ["I like core dumps"]
_JusSx_ has joined #ocaml
cjohnson has joined #ocaml
<
cjohnson>
hey, i can't get tuareg to work in xemacs
<
cjohnson>
when I try to start tuareg it gives me this error: can't load file: caml-types
<
eternite_0>
Does it work with emacs ?
<
cjohnson>
i don't have gnu emacs installed
JX_ has left #ocaml []
<
eternite_0>
This is an error that occure in emacs when tuareg is'nt install.
<
eternite_0>
so....
Smerdy has quit ["fly far away"]
<
cjohnson>
i copied tuareg.el, camldebug.el and sym-lock.el to my site-lisp dir
<
cjohnson>
isn't that all I ahve to do it install tuareg?
<
mattam>
you have to setup hooks or at least (require 'tuareg)
<
mattam>
(methinks)
<
cjohnson>
hrm, then it just gives me the caml-types error right when i start xemacs
<
_JusSx_>
you have to copy all the files
<
_JusSx_>
of the package
<
_JusSx_>
i mean .el files
<
cjohnson>
tuareg.el A major mode for editing Tuareg code in Emacs/XEmacs.
<
cjohnson>
sym-lock.el An extension to XEmacs Font-Lock for symbol fontifying.
<
cjohnson>
camldebug.el To run the Caml debugger under Emacs.
<
cjohnson>
append-tuareg.el Configuration file for quick installation
<
cjohnson>
custom-tuareg.el Tuareg customization example
<
cjohnson>
The only two I didn't copy are append-tuareg and custom-tuareg
<
_JusSx_>
copy them
<
_JusSx_>
then u need to edit your ~/,emacs
<
_JusSx_>
by adding some lines
<
_JusSx_>
read the README
Etaoin has joined #ocaml
<
cjohnson>
i read the readme, and it said i only needed to copy tuareg.el, sym-lock.el and camldebug.el, which I did
<
cjohnson>
and I added the lines to my .xemacs/init.el
<
cjohnson>
(setq auto-mode-alist (cons '("\\.ml\\w?" . tuareg-mode) auto-mode-alist))
<
cjohnson>
(autoload 'tuareg-mode "tuareg" "Major mode for Caml code" t)
<
cjohnson>
(autoload 'camldebug "camldebug" "Run the Caml debugger" t)
<
cjohnson>
(require 'tuareg)
cjohnson has quit ["brb, restarting X"]
cjohnson has joined #ocaml
cjohnson has quit ["The riot be the rhyme of the unheard"]
phubuh has quit [Remote closed the connection]
Demitar has quit [Remote closed the connection]
owll has joined #ocaml
owll has quit [Read error: 104 (Connection reset by peer)]
brwill_zzz is now known as brwill
cjohnson has joined #ocaml
brwill is now known as brwill_work
mattam_ has joined #ocaml
Demitar has joined #ocaml
mattam has quit [Read error: 110 (Connection timed out)]
<
cjohnson>
I got tuareg to work in xemacs, it seems
<
cjohnson>
but i get no highlighting
<
cjohnson>
not in .ml files anyway... .c, .java, etc give me highlighting
<
_JusSx_>
why don't u try emacs?
<
cjohnson>
because I don't have it installed
<
cjohnson>
File mode specification error: (void-function tuareg-set-font-lock-faces)
<
cjohnson>
friggin...
<
cjohnson>
gotta go
cjohnson has quit ["bbl"]
maihem has joined #ocaml
eternite_0 has quit ["Arlg connection crash!"]
Demitar has quit [Remote closed the connection]
_JusSx_ has quit [Read error: 54 (Connection reset by peer)]
Demitar has joined #ocaml
ayrnieu has quit [".."]
_JusSx_ has joined #ocaml
guan has joined #ocaml
guan has left #ocaml []
mattam_ is now known as mattam
lms has joined #ocaml
_JusSx_ has quit ["No windows for this server"]
cjohnson has joined #ocaml
wazze has quit ["If we don't believe in freedom of expression for people we despise, we don't believe in it at all -- Noam Chomsky"]
Maddas has joined #ocaml
cjohnson has quit ["The riot be the rhyme of the unheard"]
mellum has quit ["ircII EPIC4-1.1.11 -- Are we there yet?"]
mellum has joined #ocaml
shawn has quit [Connection reset by peer]
shawn has joined #ocaml