In fact, this problem has troubled me for some time.

I installed the latest mozrepl (1.1), and I did what the wiki page says.

In my .conkerorrc:
...
if ('@hyperstruct.net/mozlab/mozrepl;1' in Cc) {
  var mozrepl = Cc['@hyperstruct.net/mozlab/mozrepl;1']
    .getService(Ci.nsIMozRepl);
  if (! mozrepl.isActive())
    mozrepl.start(4242);
}

But mozrepl does not start.

I tried to eval the code below in conkeror
Cc['@hyperstruct.net/mozlab/mozrepl;1']
    .getService(Ci.nsIMozRepl);

But there is no "nsIMozRepl" when conkeror tries to auto-complete
"Ci.nsIM".

I do not know what is wrong. Can anyone help me?

ps. M-x extension shows MozRepl is installed.

_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to