[Conkeror] unfocus when exiting external editor

Jeremy Maitin-Shepard jeremy at jeremyms.com
Thu Mar 6 10:02:03 PST 2008


"samuel hanot" <hanot.samuel at gmail.com> writes:

> Hi,
> I thought it was stupid to have to manually unfocus the text input
> boxes when closing the external editor.

> I modified the function to avoid me unnecessary ESC key presses.

> interactive("edit-current-field-in-external-editor", function (I) {
>     var buf = I.buffer;
>     yield edit_field_in_external_editor(buf, buf.focused_element);
>     unfocus(buf);
> });

Okay, I pushed this change.  (I've listed you as the author in the
commit.)  For longer changes, you may find it more convenient to use git
format-patch (and possibly git send-email).

-- 
Jeremy Maitin-Shepard


More information about the Conkeror mailing list