Re: why customize toplevel

"[email protected] [ocaml_beginners]" <[email protected]>
Newsgroups gmane.comp.lang.ocaml.beginners
Message-ID <[email protected]>
 I use .ocamlinit too, in conjunction with ocamlmktop.
My .ocamlinit   just contains one line, #use"my_pervasives.ml";;
and my_pervasives.ml contains all the necessary #directory,
#install_printer directive and the shorthands for my favorite functions.

  I've just realized the reason for the troubles I explained in my 
previous post. The directory copy I made omitted to copy 
.ocamlinit because it started with a dot.
  
  So the new toplevel did not receive all the #directory directives
which is why it behaved strangely.

  Thanks to you and Gabriel for helping.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.