On Mon, Oct 25, 2010 at 10:27:37AM +0200, Piter_ wrote:
> Thanks for reply.
> What i want is maybe better described like this.
> If I start conkeror once, second time i start it it does not create
> another instance but popups already started one. (something similar to
> emacsclient probably)
> Is it possible?
> Another question:
> How to prevent conkeror from opening separate window for each download?
> Thanks.
> Petro.
> 


Yes.. it's a new window, not a new instance.  To make it do what you want,
do in your rc as Axel said,

  url_remoting_fn = load_url_in_new_buffer;

And for your second question:

  download_buffer_automatic_open_target = OPEN_NEW_BUFFER;

or:

  download_buffer_automatic_open_target = OPEN_NEW_BUFFER_BACKGROUND;

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

Reply via email to