> The rationale is that there is no point in trying to > transpose characters on a line with zero or one character. I forgot the case length==1, but it seems to work well. Add if(length>1) if needed.
> Yes, it should be activated in the minibuffer as well, but I don't > know why the "minibuffer-" prefix on commands exists. Taking an example: define_key(minibuffer_base_keymap, "M-f", "minibuffer-forward-word"); Still harder is to know where a command named minibuffer-forward-word was defined. I couldn't find any with grep, and also there are no signs of the string "minibuffer-" being added to function names. Therefore I think that a comment could explain the magic behind this. -- Daniel _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
