X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <4A2FDA59.9040502@gmail.com> Date: Wed, 10 Jun 2009 17:07:53 +0100 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-49 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 Corinna Vinschen wrote: > What's new in contrast to 1.7.0-48 > =================================== > > - When running Cygwin applications in the Windows console window, the > Backspace key now returns ASCII DEL (^?, \177) instead of ASCII BS > (^H, \008). The Control-Backspace key now returns ESC-DEL (^[^?, > \033\177) or \377, dependent on the meta mode set by the setmetamode > utility, rather than DEL. Control-Space now returns ASCII NUL. > These changes should running emacs in a console window support better > and improve compatibility with the Linux Console and xterm. This has some unexpected results for me. Starting up a shell (DOS console, notty) everything behaves as before. After running "stty sane", the backspace key now starts printing ^? symbols instead of backspacing. Did I miss an update to my ~/.inputrc because I have customised contents in it? (I am using a home brew DLL from 2009-06-05, which by my reading of the ChangeLog should have all the related modifications in it. I'll upgrade to real -49 later but I'm in the middle of gcj testruns that I don't want to perturb.) > - Q: How do I know that I'm running Cygwin 1.7.0-49? > > A: The `uname -v' command prints "2009-06-08 22:13" Would "cygcheck -c cygwin" also be worth a mention? cheers, DaveK -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/