GNU bug report logs -
#13829
24.2.93; delete-window different behaviour in gui and tty
Previous Next
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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 19 Mar 2013 19:08:45 +0800
with message-id <m1y5djy7cy.fsf <at> gmail.com>
and subject line Re: bug#13829: 24.2.93; delete-window different behaviour in gui and tty
has caused the debbugs.gnu.org bug report #13829,
regarding 24.2.93; delete-window different behaviour in gui and tty
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
13829: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13829
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
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
This bug report was last modified 12 years and 67 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.