Yes, AFAIK it is not possible to modify the REPL in .juliarc.jl because it is executed before the REPL runs. A tedious workaround is to use .juliarc.jl to create a REPL and then exit() upon completion before the usual REPL is started. I hadn't thought about a PR, but I can take a look at it. John
On Wednesday, April 20, 2016 at 5:54:22 AM UTC+2, Rafael Fourquet wrote: > > > Again, I don't know if there is any demand for adding a general > > facility for this. > > If you have in mind to make a PR, I would be a client for such a > facility. IIUC, this would e.g. allow me to change automatically the > prompt by calling a function from .juliarc.jl ? (which I do manually > now with "Base.active_repl.interface.modes[1].prompt = ..."). >
