GNU bug report logs - #6468
A couple of problem related to frame raising (partly w32)

Previous Next

Package: emacs;

Reported by: Lennart Borgman <lennart.borgman <at> gmail.com>

Date: Sat, 19 Jun 2010 18:24:02 UTC

Severity: normal

Tags: notabug

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Lennart Borgman <lennart.borgman <at> gmail.com>
Cc: 6468 <at> debbugs.gnu.org
Subject: bug#6468: A couple of problem related to frame raising (partly  w32)
Date: Tue, 22 Jun 2010 10:17:48 +0200
On Tue, Jun 22, 2010 at 01:19, Lennart Borgman
<lennart.borgman <at> gmail.com> wrote:

> Eh, now wait a minute again... - does not that mean that if
> foreground_window is not 0 then the "|| foreground_thread =
> GetCurrentThread ()" will be executed? (As I said...)

There's no

  || foreground_thread = GetCurrentThreadId ()

on the code you quoted; there is

  || foreground_thread == GetCurrentThreadId ()

which is not the same thing. No assignment in sight there.

    Juanma




This bug report was last modified 13 years and 231 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.