GNU bug report logs - #13829
24.2.93; delete-window different behaviour in gui and tty

Previous Next

Package: emacs;

Reported by: Leo Liu <sdl.web <at> gmail.com>

Date: Wed, 27 Feb 2013 08:46:01 UTC

Severity: normal

Found in version 24.2.93

Done: Leo Liu <sdl.web <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 13829 in the body.
You can then email your comments to 13829 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#13829; Package emacs. (Wed, 27 Feb 2013 08:46:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo Liu <sdl.web <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 27 Feb 2013 08:46:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Leo Liu <sdl.web <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.2.93; delete-window different behaviour in gui and tty
Date: Wed, 27 Feb 2013 16:43:18 +0800
I was browsing emacs/src in a ssh session. I observed ggtags.el behaving
differently there.

Here is the recipe:

1. Install ggtags from GNU ELPA
2. cd emacs/src
3. Run in terminal: gtags¹
4. emacs buffer.c and moves to line 61 with point at the word 'buffer'
5. M-x ggtags-mode
6. M-.

In a GUI emacs you should have the frame with just one window showing
buffer.h.

In a TTY emacs you should have the frame having TWO windows showing
buffer.h and buffer.c.

Leo

Footnotes: 
¹  from http://www.gnu.org/software/global




Reply sent to Leo Liu <sdl.web <at> gmail.com>:
You have taken responsibility. (Tue, 19 Mar 2013 11:11:02 GMT) Full text and rfc822 format available.

Notification sent to Leo Liu <sdl.web <at> gmail.com>:
bug acknowledged by developer. (Tue, 19 Mar 2013 11:11:02 GMT) Full text and rfc822 format available.

Message #10 received at 13829-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Liu <sdl.web <at> gmail.com>
To: 13829-done <at> debbugs.gnu.org
Subject: Re: bug#13829: 24.2.93;
	delete-window different behaviour in gui and tty
Date: Tue, 19 Mar 2013 19:08:45 +0800
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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13829; Package emacs. (Tue, 19 Mar 2013 15:26:02 GMT) Full text and rfc822 format available.

Message #13 received at 13829-done <at> debbugs.gnu.org (full text, mbox):

From: Jan Djärv <jan.h.d <at> swipnet.se>
To: Leo Liu <sdl.web <at> gmail.com>
Cc: "13829-done <at> debbugs.gnu.org" <13829-done <at> debbugs.gnu.org>
Subject: Re: bug#13829: 24.2.93;
	delete-window different behaviour in gui and tty
Date: Tue, 19 Mar 2013 16:23:41 +0100
Hello.

I don't think you can assume any order for idle timers. Different systems behave different so "idle" is not the same either.

    Jan D. 

19 mar 2013 kl. 12:08 skrev Leo Liu <sdl.web <at> gmail.com>:

> 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
> 
> 




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13829; Package emacs. (Tue, 19 Mar 2013 15:50:02 GMT) Full text and rfc822 format available.

Message #16 received at 13829 <at> debbugs.gnu.org (full text, mbox):

From: Leo Liu <sdl.web <at> gmail.com>
To: Jan Djärv <jan.h.d <at> swipnet.se>
Cc: 13829 <at> debbugs.gnu.org
Subject: Re: bug#13829: 24.2.93;
	delete-window different behaviour in gui and tty
Date: Tue, 19 Mar 2013 23:47:11 +0800
On 2013-03-19 23:23 +0800, Jan Djärv wrote:
> Hello.
>
> I don't think you can assume any order for idle timers. Different
> systems behave different so "idle" is not the same either.
>
>     Jan D. 

Thank you for the note.

Leo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 17 Apr 2013 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 10 days ago.

Previous Next


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