From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: regression in key handling Date: Tue, 20 Nov 2007 22:42:03 +0200 Message-ID: <200711202242.03838.pogonyshev@gmx.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195590106 29475 80.91.229.12 (20 Nov 2007 20:21:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Nov 2007 20:21:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 20 21:21:51 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IuZbK-0000Ih-KQ for ged-emacs-devel@m.gmane.org; Tue, 20 Nov 2007 21:21:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuZb6-0007LX-Nl for ged-emacs-devel@m.gmane.org; Tue, 20 Nov 2007 15:21:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IuZb3-0007LS-2c for emacs-devel@gnu.org; Tue, 20 Nov 2007 15:21:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IuZb0-0007LG-O5 for emacs-devel@gnu.org; Tue, 20 Nov 2007 15:21:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuZb0-0007LD-Hi for emacs-devel@gnu.org; Tue, 20 Nov 2007 15:21:22 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IuZb0-0004ua-0L for emacs-devel@gnu.org; Tue, 20 Nov 2007 15:21:22 -0500 Original-Received: (qmail invoked by alias); 20 Nov 2007 20:21:19 -0000 Original-Received: from unknown (EHLO [86.57.245.77]) [86.57.245.77] by mail.gmx.net (mp018) with SMTP; 20 Nov 2007 21:21:19 +0100 X-Authenticated: #16844820 X-Provags-ID: V01U2FsdGVkX18ccFNm6uccCM7DLQVF4otf8Zc30OX4HgE0zLZInK MINfvIC2DgYqhc User-Agent: KMail/1.7.2 Content-Disposition: inline X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:83734 Archived-At: Hi, I compiled and installed Emacs from CVS today and found that S-backspace no longer works as just backspace. Instead, I get `S-backspace is not defined'. This is very annoying during editing text. Please fix it. I really think Emacs would benifit from some automated system of regression testing, like unit tests or sth. like that. Paul