This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch 8/8] Convert between Windows and Unix paths directly on command line


On 11/02/2010 02:49 PM, dan.colascione@gmail.com wrote:
> @@ -439,6 +689,10 @@ initialize_readline ()
>    rl_unbind_key_in_map (CTRL('E'), vi_movement_keymap);
>  #endif
>  
> +#if __CYGWIN__
> +  rl_bind_key_if_unbound_in_map (CTRL('W'), cg_dwim, emacs_ctlx_keymap);
> +#endif

I'm not so convinced about this one, particularly about the fact that it
consumes a default binding rather than requiring explicit effort to enable.

-- 
Eric Blake   eblake@redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]