J Foerch <[email protected]> writes:

> I would like to deprecate the variable `url_remoting_fn' and replace
> it by something along the lines of `default_remoting_command'.  Its
> value will be the name of an interactive command instead of a
> function.  That command will respect -uu.

That sounds good.

> This change requires a modification to the interactive system to
> remove the assumption (for some commands) that an existing window is
> available.

Is that necesary?  The command_line_handler for "uu" has this code:
        if (! ctx.window)
            ctx.window = window_watcher.activeWindow;
Provided that the conkeror server always has a window open, won't that
suffice? If so, changing to default_remoting_command will be straightforward.

>   It's going to take me a long time to catch up with all the outstanding
> patches on the mailing list, but I am mindful of them and appreciate
> your patience.  I'll try to address each item individually.

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

Reply via email to