From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Does Emacs wm-window handling misbehave? Date: Mon, 24 Mar 2008 14:37:52 +0100 Message-ID: <7dbe73ed0803240637r28959abdj813a6ba15ad72b4f@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206365892 3311 80.91.229.12 (24 Mar 2008 13:38:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Mar 2008 13:38:12 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 24 14:38:42 2008 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 1Jdmsn-0005z0-BU for ged-emacs-devel@m.gmane.org; Mon, 24 Mar 2008 14:38:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JdmsC-0000ln-AO for ged-emacs-devel@m.gmane.org; Mon, 24 Mar 2008 09:38:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jdms8-0000lc-9z for emacs-devel@gnu.org; Mon, 24 Mar 2008 09:37:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jdms6-0000l7-Pt for emacs-devel@gnu.org; Mon, 24 Mar 2008 09:37:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jdms6-0000l4-KU for emacs-devel@gnu.org; Mon, 24 Mar 2008 09:37:54 -0400 Original-Received: from rn-out-0910.google.com ([64.233.170.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jdms6-0002nl-9f for emacs-devel@gnu.org; Mon, 24 Mar 2008 09:37:54 -0400 Original-Received: by rn-out-0910.google.com with SMTP id i6so1182155rng.2 for ; Mon, 24 Mar 2008 06:37:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=jlPYBPILjjZPOlrtY4NSI6sv1eBsy135UdGKrrfBvYE=; b=l12TqMHNfz1sohO33KANv+DhmHlgplePqysXcKBDUNh+gnVvABCgAy/AolIY1ZV8MTMtLhDCTFaA1EZVhqp4LFnd/IAEYUfL0ic4iCvW+PSvg2V/1l7qBYKCxD9TRRRbx5HeecxaOtnLap484ypRF3ucg6jlPeXVohIsMcQicRI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=uHqmDPI44iH1suobzyfIjUagZBtM88N3HnJYupGhp+XHySH6qLbXuaD1bikB3TR8Dp2T5XkTfvqXKte9De/A1t2FeLJtaF0uCXA+u3woAegznCOFmsm+YhKo0jDQ4iAh94WIG6lSXwOXL/mqWwAMjiUGtF9V18xt7MQCBcKFKa4= Original-Received: by 10.114.195.19 with SMTP id s19mr11673183waf.57.1206365872710; Mon, 24 Mar 2008 06:37:52 -0700 (PDT) Original-Received: by 10.114.146.9 with HTTP; Mon, 24 Mar 2008 06:37:52 -0700 (PDT) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:93300 Archived-At: Lately I am having problems switching windows (window manager windows) using Alt+Tab. Like exactly right now when I type this in Emacs I try to switch window and it does not work. I can see the frame of other windows being marked/outlined and in the task bar the name of the window I am trying to switch to becomes bold. I have to use the mouse to switch instead, very annoying. Until today I have thought this being a glitch in Metacity but by chance I stumbled upon the following messages in my .xsession-errors file today: Window manager warning: last_focus_time (5775062) is greater than comparison timestamp (3763886959). This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW. Trying to work around... Window manager warning: last_user_time (5775062) is greater than comparison timestamp (3763886959). This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW. Trying to work around... Window manager warning: 0x3c000a4 (.emacs) appears to be one of the offending windows with a timestamp of 5775062. Working around... It suddenly occurred to me that I only experience the switching problem in Emacs and here is a reference to one of my Emacs windows. Could it be a coincidence or is Emacs doing anything bad? I don't want to report this as a bug just yet. Does anyone else have similar experiences? I cannot say when it happens, it suddenly does. When I have switched using the mouse it works again, for a while... Some information: In GNU Emacs 23.0.60.2 (i686-pc-linux-gnu, GTK+ Version 2.12.0) of 2008-03-13 on klibb Windowing system distributor `The X.Org Foundation', version 11.0.10300000 configured using `configure '--with-x-toolkit=gtk' '--with-gif=no' '--with-dbus'' Ubuntu GNU/Linux 7.10 with latest patches. /Mathias