bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13829: 24.2.93; delete-window different behaviour in gui and tty


From: Leo Liu
Subject: bug#13829: 24.2.93; delete-window different behaviour in gui and tty
Date: Tue, 19 Mar 2013 19:08:45 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.8.3)

After some investigation the different behaviours are between OSX and
GNU/Linux in terms of how idle timers work.

On GNU/Linux (ggtags-navigation-mode-cleanup buf 0.5) is called in
ggtags-handle-single-match before compilation-auto-jump in the idle
timer runs. So the window displaying *ggtags-global* is closed (by the
cleanup routine) and popped up again (by compilation-auto-jump) with a
different quit-restore parameter.

On OSX compilation-auto-jump runs before the cleanup routine so there is
no close and popup of the *ggtags-global* window.

Leo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]