On Mon, Sep 28, 2009 at 08:33:29AM +0200, Daniel Clemente wrote:
> 
> > 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.


Grep for define_builtin_commands.. incidentally this needs to be
rewritten, but since it works "good enough" it's not at the top of my
to-do.

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

Reply via email to