[Conkeror] Font customization
Jeremy Maitin-Shepard
jeremy at jeremyms.com
Sat Feb 9 16:27:23 PST 2008
John J Foerch <jjfoerch at earthlink.net> writes:
> Jeremy Maitin-Shepard <jeremy at jeremyms.com> writes:
>>
>> Note that you can also just use lock_pref in place of user_pref;
>> lock_pref will not save the preference in your prefs.js file.
>>
>> --
>> Jeremy Maitin-Shepard
> it seems not. I just did a quick test:
> * chose a pref that did not exist (the font.minimum-size.* are good candidates)
> * I put a lock_pref call in my rc for that pref, started conkeror, and
> verified that the pref was now listed, and had locked status.
> * closed conkeror, removed the lock_pref call, and started conkeror.
> the pref was still in about:config, but now without locked status.
Hmm, you are right. It seems like lock_pref is not working the way I'd
expect it. For some reason, any default preferences that are locked get
written out along with user prefs.
If you are sure that there is no user pref set, then you can use
default_pref to achieve the desired result.
--
Jeremy Maitin-Shepard
More information about the Conkeror
mailing list