Hello,

when using Fish's bind command, it's simple to call an internal command:
> bind \cf forward-char

It's also simple to bind multiple external commands:
> function myfunction
>       firstCommand
>       …
>       lastCommand
> end
> bind \cf myfunction

How do you combine internal commands? Precisely, how to execute "execute" 
after "forward-char"? Directly using the bind call seems to be impossible, as 
it expects one argument only. Using the function does neither work, as it 
forbids internal commands.

Any ideas or workarounds?

Patrick

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to