From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.devel Subject: Re: change in X character input processing Date: 01 Nov 2002 13:58:15 +0000 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200210311531.g9VFVw128329@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1036159130 10886 80.91.224.249 (1 Nov 2002 13:58:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 1 Nov 2002 13:58:50 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 187cK0-0002pI-00 for ; Fri, 01 Nov 2002 14:58:48 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 187cQ6-0000Oo-00 for ; Fri, 01 Nov 2002 15:05:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 187cKG-0008FS-00; Fri, 01 Nov 2002 08:59:04 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 187cJY-00086S-00 for emacs-devel@gnu.org; Fri, 01 Nov 2002 08:58:20 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 187cJW-00085f-00 for emacs-devel@gnu.org; Fri, 01 Nov 2002 08:58:19 -0500 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by monty-python.gnu.org with esmtp (Exim 4.10) id 187cJV-00085L-00 for emacs-devel@gnu.org; Fri, 01 Nov 2002 08:58:17 -0500 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.35 #1 (Debian)) id 187cJT-0008OV-00; Fri, 01 Nov 2002 13:58:15 +0000 Original-To: "Stefan Monnier" Original-Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9037 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9037 "Stefan Monnier" writes: > Have you encountered cases where this can happen ? Well spotted. I had completely messed up a merge and didn't realize on a quick test, but I think it's right now. I _had_ exercised it properly in a different context. It's a nightmare keeping several things in sync mostly down a phone line and trying to get it right in a code base I don't run. By the way, why were the event kinds all renamed like that? It would have made more sense to me to remove `_event' suffixes rather than add them.