<mfp>
yezariaely: IIRC omlet comes with <Leader>s (switch) and <Leader>S (horiz split and switch)
diml has quit [Ping timeout: 265 seconds]
diml has joined #ocaml
avsm has joined #ocaml
<yezariaely>
mfp: what is the <LEADER> ?
<mfp>
yezariaely: it's a key that can be redefined, defaulting to \ (:he mapleader)
<mfp>
yezariaely: in non-en keyboards, many ppl (me included) redefine it to , (let mapleader = ",")
<yezariaely>
mfp: ah very nice thank you so much :)
<yezariaely>
I wondered what this <LEADER> is in the omlet files
avsm has quit [Quit: Leaving.]
yezariaely has quit [Quit: Leaving.]
Tobu has joined #ocaml
_unK has joined #ocaml
<Axioplase>
Has omlet been improved since I last used it 3 or 4 years ago? It used to take days to indent a 100 lines program…
<Axioplase>
(probably exponential complexity in the number of lines...)
Modius_ has joined #ocaml
Modius has quit [Ping timeout: 264 seconds]
Axioplase is now known as Axioplase_
avsm has joined #ocaml
avsm has quit [Client Quit]
_unK has quit [Remote host closed the connection]
_andre has joined #ocaml
BiDOrD has quit [Read error: Operation timed out]
barismetin has quit [Remote host closed the connection]
BiDOrD has joined #ocaml
Snark_ has quit [Read error: Operation timed out]
th5 has joined #ocaml
ygrek has joined #ocaml
th5_ has joined #ocaml
th5 has quit [Read error: Connection reset by peer]
th5_ is now known as th5
barismetin has joined #ocaml
Amorphous has quit [Ping timeout: 252 seconds]
Yoric has quit [Read error: Connection reset by peer]
Yoric has joined #ocaml
f[x] has quit [Ping timeout: 265 seconds]
f[x] has joined #ocaml
Amorphous has joined #ocaml
<gildor>
Axioplase_: I don't think that omlet has really improved... But on the other hand you pay complexity for complex stuff
<gildor>
Axioplase_: (at least until someone try to fix the complexity)
<gildor>
Axioplase_: (and thanks to my core i7 I don't notice a particular slow indentation -- but this is another topic)
mjonsson has joined #ocaml
ygrek has quit [Ping timeout: 245 seconds]
boscop_ has joined #ocaml
boscop has quit [Ping timeout: 255 seconds]
_andre has quit [Ping timeout: 252 seconds]
mjonsson has quit [Remote host closed the connection]
_andre has joined #ocaml
rks has joined #ocaml
Yoric has quit [Ping timeout: 264 seconds]
Yoric has joined #ocaml
fraggle_laptop has joined #ocaml
_unK has joined #ocaml
easy4 has joined #ocaml
ccasin has joined #ocaml
wuj has joined #ocaml
grettke has joined #ocaml
ikaros has joined #ocaml
joewilliams_away is now known as joewilliams
init1 has joined #ocaml
joewilliams is now known as joewilliams_away
barismetin has quit [Remote host closed the connection]
hcarty has joined #ocaml
joewilliams_away is now known as joewilliams
yezariaely has joined #ocaml
yezariaely has left #ocaml []
th5 has quit [Quit: th5]
<flux>
is there a O'Caml module that enumerates system network interfaces?
Yoric has quit [Quit: Yoric]
<gildor>
flux: don't think so
<gildor>
flux: too much system dependent
fraggle_laptop has quit [Remote host closed the connection]
ftrvxmtrx has quit [Quit: Leaving]
rwmjones has left #ocaml []
rwmjones has joined #ocaml
rwmjones has left #ocaml []
rwmjones__ has joined #ocaml
rwmjones__ has left #ocaml []
r_jones has joined #ocaml
r_jones has left #ocaml []
rwmj has joined #ocaml
rwmj has left #ocaml []
rwmjones has joined #ocaml
<flux>
hmph
<flux>
I can't even find the function for solaris
<hcarty>
rwmjones: Are you autheticated with NickServ? I get the same "Cannot send to channel" error at times, and doing a /msg NickServ identify <password>
<hcarty>
rwmjones: generally fixes it
<rwmjones>
testing
<rwmjones>
ah ha
<rwmjones>
interesting
<rwmjones>
I can talk in other channels without being authenticated
<hcarty>
I've only noticed it in here
<gildor>
rwmjones: what are the other channel you can talk to freely?
<rwmjones>
#libguestfs
<flux>
hmm, mode +nt shouldn't limit talking without identification?
<rwmjones>
I've not been authenticated with nickserv all day, but I've been talking in that channel
<gildor>
rwmjones: can you unauthenticate and try to speak here ?
<thelema>
iirc, there was a problem with people attacking freenode channels a while back, the admins locked things down, and apparently #ocaml is still locked down.
<adrien>
actually, at least one (or two?) other persons are affected by this
<rwmjones>
testing
<adrien>
it's been lasting for a few months
<adrien>
at least
<thelema>
I dunno if we can fix this ourselves (we = gildor, a channel op) or if it needs an admin to fix
<adrien>
the limiting mode is +r
<rwmjones>
ok so I could not send while unauthenticated just then (but I was able to send to #libguestfs either way)
<thelema>
adrien: yes, the attack was several months ago.
<adrien>
#ocaml-fr has roughly the same modes as #ocaml but doesn't have the problem, actually I took a look at that some time ago and couldn't understand
<rwmjones>
gildor: anyway I told flux already, but I wanted to point to netcf for listing network interfaces
<adrien>
if an op/founder(?) can take a look... if not, might be worth asking in #freenode
<rwmjones>
it doesn't have ocaml bindings, but the API is very simple
stevenjenkins has joined #ocaml
ttamttam has joined #ocaml
elehack has joined #ocaml
<gildor>
set #ocaml MLOCK +ntc -> You are not authorized to perform this command.
<gildor>
need to contact freenode staff
Tobu has quit [Ping timeout: 245 seconds]
<adrien>
I think it's founder only
<gildor>
adrien: which is freenode-staff
<gildor>
rwmjones: BTW, have you tried to compile ocsoap recently?
<adrien>
ach...
ulfdoz has joined #ocaml
ygrek has joined #ocaml
<flux>
gildor, I tried. and failed.
<gildor>
flux: concerning ocsoap?
<gildor>
flux: do you remember which step is failing?
* gildor
gtg
<rwmjones>
gildor: not for a very long time
<flux>
gildor, hmm, didn't it use ocamlduce? I think it was related to that somehow..
<flux>
some generated code wasn't compatible
Tobu has joined #ocaml
Tobu has quit [Changing host]
Tobu has joined #ocaml
mfp has quit [Ping timeout: 245 seconds]
<adrien>
it looks like there are +q on the channel: can an op try: /mode -q $~a ?
Yoric has joined #ocaml
BiDOrD has quit [Quit: BiDOrD]
<flux>
gildor, if you get it working, I'm interested :-)
<flux>
because apparently interfacing SOAP is a bitch..
<rwmjones>
SOAP is crack
<rwmjones>
it's not a "standard" in any sense of the word
ftrvxmtrx has joined #ocaml
Snark_ has joined #ocaml
mfp has joined #ocaml
BiDOrD has joined #ocaml
julien has joined #ocaml
willb has joined #ocaml
ulfdoz has quit [Ping timeout: 255 seconds]
ulfdoz has joined #ocaml
init1 has quit [Quit: Quitte]
boscop_ has left #ocaml []
boscop has joined #ocaml
CoryDambach has quit [Read error: Connection reset by peer]
CoryDambach has joined #ocaml
CoryDambach has quit [Read error: Connection reset by peer]
CoryDambach has joined #ocaml
CoryDambach has quit [Read error: Connection reset by peer]
CoryDambach has joined #ocaml
CoryDambach has quit [Read error: Connection reset by peer]
CoryDambach has joined #ocaml
CoryDambach has quit [Read error: Connection reset by peer]
CoryDambach has joined #ocaml
CoryDambach has quit [Read error: Connection reset by peer]
Snark_ has quit [Quit: Ex-Chat]
CoryDambach has joined #ocaml
ttamttam has quit [Remote host closed the connection]
CoryDambach has quit [Excess Flood]
CoryDambach has joined #ocaml
CoryDambach has quit [Read error: Connection reset by peer]
CoryDambach has joined #ocaml
CoryDambach has quit [Read error: Connection reset by peer]
CoryDambach has joined #ocaml
CoryDambach has quit [Read error: Connection reset by peer]
CoryDambach has joined #ocaml
yezariaely has joined #ocaml
fraggle_ has quit [Quit: -ENOBRAIN]
Modius_ has quit [Quit: I'm big in Japan]
Modius has joined #ocaml
fraggle_ has joined #ocaml
fraggle_ has quit [Client Quit]
fraggle_ has joined #ocaml
oriba has joined #ocaml
julien has quit [Ping timeout: 252 seconds]
<gildor>
flux: I pass the cduce problems, I still have a hard time with other things (library problems in Debian, that if not solved tomorrow will become a RC bug for Debian)
<gildor>
flux: I'll continue tomorrow, I think I can get it to compile