From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28435 Path: main.gmane.org!not-for-mail From: Jan Vroonhof Newsgroups: gmane.emacs.gnus.general Subject: Why does gnus-mine use select-window all over the place? Date: 23 Dec 1999 15:32:50 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165283 29853 80.91.224.250 (21 Oct 2002 01:54:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:54:43 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id B746FD051F for ; Thu, 23 Dec 1999 09:35:26 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAB20095; Thu, 23 Dec 1999 08:35:08 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 23 Dec 1999 08:34:51 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA09225 for ; Thu, 23 Dec 1999 08:34:42 -0600 (CST) Original-Received: from frege.math.ethz.ch (frege-d-math-north-g-west.math.ethz.ch [129.132.145.3]) by mailhost.sclp.com (Postfix) with ESMTP id E452BD051F for ; Thu, 23 Dec 1999 09:32:59 -0500 (EST) Original-Received: (from daemon@localhost) by frege.math.ethz.ch (8.9.1/8.9.1) id PAA05441 for ; Thu, 23 Dec 1999 15:32:53 +0100 (MET) Original-Received: from bolzano(129.132.146.140), claiming to be "bolzano.math.ethz.ch" via SMTP by frege, id smtpdAAAa001Kz; Thu Dec 23 15:32:52 1999 Original-Received: (vroonhof@localhost) by bolzano.math.ethz.ch (8.8.8+Sun/D-MATH-client) id PAA20913; Thu, 23 Dec 1999 15:32:51 +0100 (MET) X-Authentication-Warning: bolzano.math.ethz.ch: vroonhof set sender to vroonhof@math.ethz.ch using -f Original-To: ding@gnus.org Original-Lines: 11 User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.1 (Bryce Canyon) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28435 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28435 The current XEmacs betas have some fancy graphical stuff that gets run every time the selected-window changes, this cause extreme flashing with Gnus 5.8 because it calls select-window a lot (grouped in save-window-excursion and similar constructs). In order to find a solution it would be nice to know _why_ it is doing that. Jan