Hi David,

I've just been through a similar process of discovery and have a
number of answers (mostly gleaned off of #conkeror while chatting with
sabetts and others).

> 1. Installing Conkeror has caused much of the Firefox UI, including
> toolbar, tabs, and menus, to go away, no doubt by design and to
> converge with the Emacs UI.  That's fine, but can this be changed or
> customized?  Can I retrieve portions of the original UI, if I want?

If you put in your conkeror rc file the following code, you will be
able to call up a "normal" firefox window by typeing "M-x ff":

function firefox (arg)
{
  window.openDialog("chrome://browser/content/");
}
add_command ("ff", firefox, []);

Note that you specify the rc file name and directory location in the
text box on the "Conkeror User Manual" page (which you access in
conkeror with "C-h i".

> 2. As a related question, how do I access other Firefox functions,
> such as printing, setting browser options/preferences, and interacting
> with other Firefox extensions I have, without the Firefox toolbar and
> menus?

A lot of these are commands:

M-x print-buffer
M-x extensions
M-x customize

> 3. One of the Conkeror screenshots show the browser frame divided into
> windows, a la Emacs.  How do I do this?  Or, is this a feature that
> has not yet been released?

Apparently, this was available in an earlier release but has been
disabled because of some problems in the current release.

> 4. I really like Conkeror and where it is headed, but nos. 1. and 2.
> above are important to me.  If I want to uninstall Conkeror, how do I
> do this?

You'll get faster answers in the future if you join the #conkeror IRC channel.

Cheers,
Bill
_______________________________________________
Conkeror mailing list
[email protected]
http://mozdev.org/mailman/listinfo/conkeror

Reply via email to