On Mon, Nov 28, 2011 at 12:14:58AM +0000, Philip Hudson wrote:
> On 28 Nov, 2011, at 12:00 am, John J. Foerch wrote:
>
> >On Sun, Nov 27, 2011 at 11:17:27PM +0000, Philip Hudson wrote:
> >>2. Why might gmail-mode not get loaded automatically on startup
> >>under firefox -app, when it does under xulrunner, and when other
> >>page modes do load as expected? This is on OS X using both
> >>Firefox.app's firefox-bin and MacPorts' firefox-x11.
> >
> >Did you load gmail-mode in your rc?
>
> Sorry, I should have said, I have the following line in my
> ~/.conkerorrc/00common.js (the first file loaded):
>
> user_pref("conkeror.load.page-modes/gmail", 1);
>
> This was sufficient under xulrunner.
>
> I get no errors at rc time.
Clear that pref and put the following in your rc instead:
require("gmail");
The conkeror.load.* prefs are not meant for general module loading, but
rather as a mechanism for (de)configuring certain defaults.
--
John Foerch
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror