det has quit [niven.freenode.net irc.freenode.net]
weitzman has quit [niven.freenode.net irc.freenode.net]
jdrake has quit [niven.freenode.net irc.freenode.net]
jcristau has quit [niven.freenode.net irc.freenode.net]
yauz_ has quit [niven.freenode.net irc.freenode.net]
skylan has quit [niven.freenode.net irc.freenode.net]
Dvalin has quit [niven.freenode.net irc.freenode.net]
Demitar has quit [niven.freenode.net irc.freenode.net]
kosmikus|away has quit [niven.freenode.net irc.freenode.net]
skylan has joined #ocaml
cmeme has joined #ocaml
kosmikus|away has joined #ocaml
yauz has joined #ocaml
_fab has quit [niven.freenode.net irc.freenode.net]
karryall has quit [niven.freenode.net irc.freenode.net]
mflux has joined #ocaml
maihem has quit ["Read error: 54 (Connection reset by chocolate)"]
karryall has joined #ocaml
jcristau has joined #ocaml
Demitar has joined #ocaml
det has joined #ocaml
Dvalin has joined #ocaml
_fab has joined #ocaml
yauz_ has joined #ocaml
GreyLensman has joined #ocaml
bk_ has quit ["Leaving IRC - dircproxy 1.1.0"]
yauz has quit [Read error: 113 (No route to host)]
jdrake has joined #ocaml
cjohnson has quit [Read error: 104 (Connection reset by peer)]
mrsolo_ has joined #ocaml
mrsolo_ has quit [Read error: 104 (Connection reset by peer)]
monotonom has quit ["Don't talk to those who talk to themselves."]
mrsolo_ has joined #ocaml
GreyLensman has quit ["Leaving"]
Herrchen_ has joined #ocaml
Herrchen has quit [Read error: 110 (Connection timed out)]
debona|r has joined #ocaml
mpn has joined #ocaml
monotonom has joined #ocaml
mpn has left #ocaml []
jdrake has quit [Read error: 110 (Connection timed out)]
kinners has joined #ocaml
debona|r has left #ocaml []
kinners has quit [Read error: 110 (Connection timed out)]
monotonom has quit ["Don't talk to those who talk to themselves."]
vezenchio has quit ["all that is necessary for evil to triumph is for good men to do nothing"]
Lemmih has quit [Read error: 110 (Connection timed out)]
Lemmih has joined #ocaml
slashvar[lri] is now known as slashvar[ens]
<slashvar[ens]>
Yop
kosmikus|away is now known as kosmikus
cjohnson has joined #ocaml
bk_ has joined #ocaml
Hipo has quit [Read error: 104 (Connection reset by peer)]
ita has joined #ocaml
<ita>
hi all
cjohnson has quit [Read error: 110 (Connection timed out)]
cjohnson has joined #ocaml
mayhem has joined #ocaml
<mayhem>
howdee
Lemmih has quit [niven.freenode.net irc.freenode.net]
_fab has quit [niven.freenode.net irc.freenode.net]
Lemmih has joined #ocaml
_fab has joined #ocaml
<ita>
i managed to make an svg output for my program .. but now i need to convert the svg to png - is there an ocaml tool out there for that ?
<mflux>
I really doubt that
<mflux>
but ImageMagick claims it supports svg
<ita>
excellent idea
<ita>
i just need to make a little script then
mamol has joined #ocaml
<slashvar[ens]>
ita: in fact svg is support by many gnome-like prog (gnome icons are often svg file now) via librsvg, you could write an ocaml interface to librsvg ;)
Iter has joined #ocaml
Iter has quit [Remote closed the connection]
<karryall>
slashvar[ens]: there is already one, in lablgtk
<mflux>
I have a feeling just using imagemagick is still going to be easier ;)
<karryall>
sure
ionOSu has joined #ocaml
<ita>
slashvar[ens]: err, i think imagemagick will be enough
<ita>
besides i don't really trust gnome/gtk apps - yesterday for example gqview ate all my ram (recent version though)
<slashvar[ens]>
you don't have to rely on them, just on librsvg (anyway, it's the lib imagemagick uses, so ... )
<slashvar[ens]>
In fact, I was just kidding ;)
pac_away has joined #ocaml
cjohnson has quit [Connection timed out]
cjohnson has joined #ocaml
<ita>
slashvar[ens]: i see :)
Maddas has joined #ocaml
pac_away has left #ocaml []
cjohnson has quit [Read error: 110 (Connection timed out)]
cjohnson has joined #ocaml
bk_ has quit ["Leaving IRC - dircproxy 1.1.0"]
mamol has quit [Read error: 60 (Operation timed out)]
mrsolo_ has quit [Read error: 60 (Operation timed out)]
maihem has joined #ocaml
ionOSu has quit ["Leaving"]
cjohnson has quit [Connection timed out]
cjohnson has joined #ocaml
jdrake has joined #ocaml
bk_ has joined #ocaml
greenrd has left #ocaml []
vezenchio has joined #ocaml
Hipo has joined #ocaml
oracle1 has joined #ocaml
CosmicRay has joined #ocaml
<oracle1>
hello. i want hot and rich function/class completion, caml major mode for emacs does not provide those, right?
<karryall>
depends by what you mean by 'hot and rich'
<oracle1>
well. actually i dont even ask for the hot and richness :)
<oracle1>
e.g. Hashtbl. and with some keycombinations i see the possibilities
<karryall>
you always have dabbrev-expand
<karryall>
M-/
<karryall>
that's 'dumb', prefix-based completion
<cDlm>
with no preset expansions
<oracle1>
hm yes. not too impressive :/
<karryall>
but still better than nothing :)
<karryall>
wait, yes there's a 'complete identifier' command
<karryall>
C-c TAB
<karryall>
never noticed it before :)
<oracle1>
hm not defined here
<karryall>
caml-complete, defined in caml-help
<oracle1>
ah yes. that could be handy
cjohnson has quit [Success]
cjohnson has joined #ocaml
Luke has joined #ocaml
<Luke>
efuns doesn't compile for me. I've heard it requires an ocaml downgrade to compile. any "official" word on what version it needs, whether it's been forwards-ported?
<Luke>
or, anyone use Jefuns?
Luke has left #ocaml []
<mflux>
hmm, I heard such a project existed but failed to find it with google (emacs ocaml, what can you expect to find except the emacs mode ;))