From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bob Halley Newsgroups: gmane.emacs.devel Subject: X Weirdness Date: 22 May 2003 14:43:35 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1053641014 17086 80.91.224.249 (22 May 2003 22:03:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 22 May 2003 22:03:34 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri May 23 00:03:32 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Iy9s-0004RD-00 for ; Fri, 23 May 2003 00:03:32 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19IyLK-0001Zt-00 for ; Fri, 23 May 2003 00:15:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Iy6J-0003GI-3n for emacs-devel@quimby.gnus.org; Thu, 22 May 2003 17:59:51 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Ixwp-0001Qx-HD for emacs-devel@gnu.org; Thu, 22 May 2003 17:50:03 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Ixr2-0008HZ-Q9 for emacs-devel@gnu.org; Thu, 22 May 2003 17:44:35 -0400 Original-Received: from woof.play-bow.org ([204.152.186.150]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Ixqf-00085j-1F for emacs-devel@gnu.org; Thu, 22 May 2003 17:43:41 -0400 Original-Received: by woof.play-bow.org (Postfix, from userid 500) id A9B3F40C8; Thu, 22 May 2003 14:43:35 -0700 (PDT) Original-To: emacs-devel@gnu.org Original-Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14102 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14102 I've noticed two bits of X weirdness, only with emacs (CVS head), since upgrading to RH 9. First, the mouse cursor doesn't change to the i-bar cursor when it enters a buffer's window, except when you enter from the bottom, crossing over the mode line. In all other cases, the cursor is the resizing cursor for whichever boundary you crossed. I think this happened with RH 8 too, though I'm not sure. The second weirdness relates to control-V. Under conditions which I haven't yet been able to identify, emacs executes the control-V, and then lets the key event go through to the root window. I know the root is getting it, since it puts up a little "control-V" window telling you it got a keypress it didn't understand. When this happens, the next control-V you type has no effect in emacs. If I find a recipe for reproducing this one, I'll be sure to pass it on! /Bob