X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4CD07B9D.5050605@redhat.com> Date: Tue, 02 Nov 2010 14:59:09 -0600 From: Eric Blake User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100827 Red Hat/3.1.3-1.el6 Mnenhy/0.8.3 Thunderbird/3.1.3 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [patch 8/8] Convert between Windows and Unix paths directly on command line References: <20101102204855 DOT 153395100 AT gmail DOT com> <20101102205043 DOT 339395100 AT gmail DOT com> In-Reply-To: <20101102205043.339395100@gmail.com> OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig6C01048A84325B6D96E89E51" X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com --------------enig6C01048A84325B6D96E89E51 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 11/02/2010 02:49 PM, dan DOT colascione AT gmail DOT com wrote: > @@ -439,6 +689,10 @@ initialize_readline () > rl_unbind_key_in_map (CTRL('E'), vi_movement_keymap); > #endif >=20=20 > +#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. --=20 Eric Blake eblake AT redhat DOT com +1-801-349-2682 Libvirt virtualization library http://libvirt.org --------------enig6C01048A84325B6D96E89E51 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Red Hat - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJM0HueAAoJEKeha0olJ0NqOhsH/Rxi/ZK8eEeAw8G9I1SnqmU5 3f92+28L6KLHf1/nzphOJmWJAam77wuA5Le4kTS3YbJ5kPQpSWI8+UINUttEvcko f8euTP8INjBP76jnqDNcT2rSxQuP7yLkXaWyZYVI9hv7RM4TCW74sd/RtE+1dChf rQmQdbljCK4AfmoBn/VoKQ3JxekLKqgF5L/QUTKAo5GtPBsks3kkC70D7t2NfYak TqUyQ8qjzeP8DvLSNSyZURMxEyv9s4NbZY00+guobZ5AFtx1gS063wQT/YqEwkaf pfE6OrborOaziaMgAPCF7ZRK/dh0lSwhg/9ta3Po6ElgVt5VWTwEjZkwshPLT7k= =QiMa -----END PGP SIGNATURE----- --------------enig6C01048A84325B6D96E89E51--