From unknown Fri Jun 20 18:06:21 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#13829 <13829@debbugs.gnu.org> To: bug#13829 <13829@debbugs.gnu.org> Subject: Status: 24.2.93; delete-window different behaviour in gui and tty Reply-To: bug#13829 <13829@debbugs.gnu.org> Date: Sat, 21 Jun 2025 01:06:21 +0000 retitle 13829 24.2.93; delete-window different behaviour in gui and tty reassign 13829 emacs submitter 13829 Leo Liu severity 13829 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 27 03:45:22 2013 Received: (at submit) by debbugs.gnu.org; 27 Feb 2013 08:45:22 +0000 Received: from localhost ([127.0.0.1]:52486 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UAcde-0005bq-2D for submit@debbugs.gnu.org; Wed, 27 Feb 2013 03:45:22 -0500 Received: from eggs.gnu.org ([208.118.235.92]:40930) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UAcdb-0005bi-0i for submit@debbugs.gnu.org; Wed, 27 Feb 2013 03:45:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAcbo-0003Tf-Do for submit@debbugs.gnu.org; Wed, 27 Feb 2013 03:43:29 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-102.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID, USER_IN_WHITELIST autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:57542) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAcbo-0003Tb-AQ for submit@debbugs.gnu.org; Wed, 27 Feb 2013 03:43:28 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAcbm-0004dJ-Oz for bug-gnu-emacs@gnu.org; Wed, 27 Feb 2013 03:43:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAcbl-0003Sd-GO for bug-gnu-emacs@gnu.org; Wed, 27 Feb 2013 03:43:26 -0500 Received: from mail-da0-f45.google.com ([209.85.210.45]:35085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAcbl-0003SO-4V for bug-gnu-emacs@gnu.org; Wed, 27 Feb 2013 03:43:25 -0500 Received: by mail-da0-f45.google.com with SMTP id v40so192574dad.18 for ; Wed, 27 Feb 2013 00:43:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; bh=mOvR0G86FfrO13bk/TEJHjZrcHjgIh+uzKl68hk9LUs=; b=UMvl3tkSmblsVBPCDAhZJ8e68USgRrRY3rgCDwq8KPP83+9H1K7XcYYeSLtac8/vZ5 4RVwXml2h7eD4F8lfylXvO3WllyPjYyF7DgAJiJvciN6XU3gTrQCKGA0TTCp6juK00QV ycOvZilwEu6CiIzxBYVtVJ3Pul2w582s8LtYyY27iYtb3vTQ2JU0UInKxcbbZ8RkT8Kh 8udWPPmsE9W4GoLkYolowasgUWwjbCXWdvwon8W3krovJ5iwMIGI49JGertGDQeE1NOL Gbk0Bi4uel5zcbq8YfEkqEVHoRz4lTEsZoxWAul1DoD162S/EZLNmRVw4A+lzyYQQodI sw1w== X-Received: by 10.66.162.133 with SMTP id ya5mr6248427pab.104.1361954603766; Wed, 27 Feb 2013 00:43:23 -0800 (PST) Received: from Shidais-iMac.local ([119.255.41.66]) by mx.google.com with ESMTPS id mz8sm1304961pbc.9.2013.02.27.00.43.21 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 27 Feb 2013 00:43:22 -0800 (PST) From: Leo Liu To: bug-gnu-emacs@gnu.org Subject: 24.2.93; delete-window different behaviour in gui and tty Date: Wed, 27 Feb 2013 16:43:18 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) 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=B9 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:=20 =B9 from http://www.gnu.org/software/global From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 19 07:10:39 2013 Received: (at 13829-done) by debbugs.gnu.org; 19 Mar 2013 11:10:39 +0000 Received: from localhost ([127.0.0.1]:35061 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UHuRC-0006gw-Si for submit@debbugs.gnu.org; Tue, 19 Mar 2013 07:10:39 -0400 Received: from mail-da0-f48.google.com ([209.85.210.48]:57902) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UHuRA-0006gi-EH for 13829-done@debbugs.gnu.org; Tue, 19 Mar 2013 07:10:37 -0400 Received: by mail-da0-f48.google.com with SMTP id p8so248049dan.35 for <13829-done@debbugs.gnu.org>; Tue, 19 Mar 2013 04:08:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:references:face:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=OCmlXmhCZGHqOPdn4fydGndfqeJHTm/DS4T91tDwZbw=; b=c/khV2zhW1H/czz7CCuOSKexiZb8OMFtaI/wB+nh1/UkBY0Qe1oKOGt9Ebky1kLsxR JLE3TqZZltLW5heGCwltAcY9oVp4rVpSdlb4f45T1uYByWmVAainzy8KbL89I2f79Jpt f9Qdp3Nj11SPmPoCISSM3TNxMZ2EpcYjbCXzEiS8dLwnSWvx5DKPfK/tbNrOc2fO6arQ L9ew6F6O9OCzacxMtZuXepCtG3KWK6o+SWnFe10QHvclOVf9RaS0r/AwaJWN2pQ/ru1Z YLM+jtPdGqnXyLE83lvKsFY2wLKU+f5qDyGsBdRs0VCAIsQIFrMMZ2xHkcJn7gwMvpUN x/DA== X-Received: by 10.68.7.106 with SMTP id i10mr2432133pba.43.1363691336761; Tue, 19 Mar 2013 04:08:56 -0700 (PDT) Received: from localhost ([123.108.223.39]) by mx.google.com with ESMTPS id in5sm23915908pbc.20.2013.03.19.04.08.52 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 19 Mar 2013 04:08:55 -0700 (PDT) From: Leo Liu To: 13829-done@debbugs.gnu.org Subject: Re: bug#13829: 24.2.93; delete-window different behaviour in gui and tty References: Face: iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAMFBMVEUaFRZLMy1dTENxVzKQ WiCrXQ97cmO/dSqSh3akjGTApXy5sJ7Sxo/Sz8Xo6eP9//xJbkruAAAAAWJLR0QAiAUdSAAAAAlw SFlzAAACxQAAAsUBidZ/7wAAAAd0SU1FB9cBBwMJOwHXewoAAAIBSURBVCjPVdNBiNNAFADQ6J4F x3hThHZBBC+WCFI8SS0iezRDcMHLHkLAg6gJH/fgYQ9xYlj2sLK4KHgqCgXFhda2Idmr4kkQPZQ0 nkQMbTypbMmMM2m7ZgYSmMef/5OZPwo7HFnx3uKPcmj0Dht1LWZJ+Hvr7dIFZXRUwl9VRTuuKDJ+ U44gjscknK4hhJaCkYRsWjmBtLqXlJAG2wipNe18OZJu1BBq1E8xafl4s6Jq2mUZGftU1y7CCxnp FVUDWJXx4C66BKBnErbuoaYNtoRTu6EZBsCbMn7W+5qOAR6WvxNOby9jHWC9hAf3n304CdiAByXs 3Nh9roLDkyb/sWV712vYwaLSAn8CPMHIAAzOPDKP2COAFm4Y4ODVWc6xG7KXsN7UeUJjjimx2uwd gCgNhr0i8C/xyCD5CiCKAMY3Bf5oDzx//w/fimscdcAZU2jv9sedx6+nYPPFIoWI/GK6QZ+EFGOR ErAjCnV3vPZ7XqlTIMbOLY7fLcvvmT7rXNWaGDexIY44N12TG2PDp7vqyl57dnCeuWwyNpnEURxk fTbDYeBnKRn4oejPYI4sH6WviBumEZ/GxX4X/x6EcURFZ7E071bjQGAxpcOAEOJuTiroDEea5Szv rVWLYfl7ZiQwSUToxrkux7OLixAWGz22+HIyWTRYcVfomOwvzusfjtVIGgLHf3MAAAAASUVORK5C YII= Date: Tue, 19 Mar 2013 19:08:45 +0800 In-Reply-To: (Leo Liu's message of "Wed, 27 Feb 2013 16:43:18 +0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.8.3) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 13829-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) 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 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 19 11:25:32 2013 Received: (at 13829-done) by debbugs.gnu.org; 19 Mar 2013 15:25:32 +0000 Received: from localhost ([127.0.0.1]:35866 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UHyPr-0000XL-Vb for submit@debbugs.gnu.org; Tue, 19 Mar 2013 11:25:32 -0400 Received: from mailout.melmac.se ([62.20.26.67]:61583) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UHyPp-0000XB-OT for 13829-done@debbugs.gnu.org; Tue, 19 Mar 2013 11:25:30 -0400 Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 09FD199FA for <13829-done@debbugs.gnu.org>; Tue, 19 Mar 2013 16:23:48 +0100 (CET) Received: (qmail 24718 invoked by uid 89); 19 Mar 2013 15:23:47 -0000 Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 19 Mar 2013 15:23:47 -0000 Received: from [10.154.147.20] (host-95-199-19-20.mobileonline.telia.com [95.199.19.20]) by coolsville.localdomain (Postfix) with ESMTPSA id 67DB27FA06C; Tue, 19 Mar 2013 16:23:47 +0100 (CET) References: Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <9291050B-773A-4A11-A0F8-EDF178CDF0DF@swipnet.se> X-Mailer: iPhone Mail (10B146) From: =?utf-8?Q?Jan_Dj=C3=A4rv?= Subject: Re: bug#13829: 24.2.93; delete-window different behaviour in gui and tty Date: Tue, 19 Mar 2013 16:23:41 +0100 To: Leo Liu X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: 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. [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4999] 0.0 MIME_QP_LONG_LINE RAW: Quoted-printable line longer than 76 chars X-Debbugs-Envelope-To: 13829-done Cc: "13829-done@debbugs.gnu.org" <13829-done@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.7 (/) Hello. I don't think you can assume any order for idle timers. Different systems be= have different so "idle" is not the same either. Jan D.=20 19 mar 2013 kl. 12:08 skrev Leo Liu : > After some investigation the different behaviours are between OSX and > GNU/Linux in terms of how idle timers work. >=20 > 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. >=20 > On OSX compilation-auto-jump runs before the cleanup routine so there is > no close and popup of the *ggtags-global* window. >=20 > Leo >=20 >=20 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 19 11:49:07 2013 Received: (at 13829) by debbugs.gnu.org; 19 Mar 2013 15:49:07 +0000 Received: from localhost ([127.0.0.1]:35895 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UHymg-00016s-MX for submit@debbugs.gnu.org; Tue, 19 Mar 2013 11:49:06 -0400 Received: from mail-pb0-f47.google.com ([209.85.160.47]:50186) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UHyme-00016j-23 for 13829@debbugs.gnu.org; Tue, 19 Mar 2013 11:49:05 -0400 Received: by mail-pb0-f47.google.com with SMTP id rp2so537594pbb.20 for <13829@debbugs.gnu.org>; Tue, 19 Mar 2013 08:47:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:references:face:date:in-reply-to :message-id:user-agent:mime-version:content-type :content-transfer-encoding; bh=HBj8bzOv0b9iP3fCmvkS2c34JVIkGGiPPvjZ4ei+/OU=; b=pX+PeX3937560tBTbQp2tUCPes9yxj0WJOPr4r5iAzEuJ2shn963Kr1BOofIm8aCXF 5UNor8HffMiP7DvUvnG+f8mrXLJuCcFcKFeWHCYPE5uRWVd3Wc9j+9jNivavUFA8MKtf 95HSicb2WLUglIOJ/tVsZ7hWGIY0LVzckovxhvJdG/fz/00VcnN/n+aojtcvq6W+S3y5 OqkynSZGKtnpHTr9Pu67xfLKRKBhVRKUdB56SO2n/EFsWOeoQZSaOQvZtTTTqbJJuMhM GDz+Q4IPJwLynCRn5nhruVyioCjjz+dFwfgCdbmrYm0bzK6Wqa3UShAF+LqGN/Pxodav uDjA== X-Received: by 10.66.120.99 with SMTP id lb3mr3945508pab.173.1363708043376; Tue, 19 Mar 2013 08:47:23 -0700 (PDT) Received: from localhost ([182.48.109.29]) by mx.google.com with ESMTPS id pg7sm24753210pbc.5.2013.03.19.08.47.18 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 19 Mar 2013 08:47:22 -0700 (PDT) From: Leo Liu To: Jan =?iso-8859-1?Q?Dj=E4rv?= Subject: Re: bug#13829: 24.2.93; delete-window different behaviour in gui and tty References: <9291050B-773A-4A11-A0F8-EDF178CDF0DF@swipnet.se> Face: iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAMFBMVEUaFRZLMy1dTENxVzKQ WiCrXQ97cmO/dSqSh3akjGTApXy5sJ7Sxo/Sz8Xo6eP9//xJbkruAAAAAWJLR0QAiAUdSAAAAAlw SFlzAAACxQAAAsUBidZ/7wAAAAd0SU1FB9cBBwMJOwHXewoAAAIBSURBVCjPVdNBiNNAFADQ6J4F x3hThHZBBC+WCFI8SS0iezRDcMHLHkLAg6gJH/fgYQ9xYlj2sLK4KHgqCgXFhda2Idmr4kkQPZQ0 nkQMbTypbMmMM2m7ZgYSmMef/5OZPwo7HFnx3uKPcmj0Dht1LWZJ+Hvr7dIFZXRUwl9VRTuuKDJ+ U44gjscknK4hhJaCkYRsWjmBtLqXlJAG2wipNe18OZJu1BBq1E8xafl4s6Jq2mUZGftU1y7CCxnp FVUDWJXx4C66BKBnErbuoaYNtoRTu6EZBsCbMn7W+5qOAR6WvxNOby9jHWC9hAf3n304CdiAByXs 3Nh9roLDkyb/sWV712vYwaLSAn8CPMHIAAzOPDKP2COAFm4Y4ODVWc6xG7KXsN7UeUJjjimx2uwd gCgNhr0i8C/xyCD5CiCKAMY3Bf5oDzx//w/fimscdcAZU2jv9sedx6+nYPPFIoWI/GK6QZ+EFGOR ErAjCnV3vPZ7XqlTIMbOLY7fLcvvmT7rXNWaGDexIY44N12TG2PDp7vqyl57dnCeuWwyNpnEURxk fTbDYeBnKRn4oejPYI4sH6WviBumEZ/GxX4X/x6EcURFZ7E071bjQGAxpcOAEOJuTiroDEea5Szv rVWLYfl7ZiQwSUToxrkux7OLixAWGz22+HIyWTRYcVfomOwvzusfjtVIGgLHf3MAAAAASUVORK5C YII= Date: Tue, 19 Mar 2013 23:47:11 +0800 In-Reply-To: <9291050B-773A-4A11-A0F8-EDF178CDF0DF@swipnet.se> ("Jan \=\?iso-8859-1\?Q\?Dj\=E4rv\=22's\?\= message of "Tue, 19 Mar 2013 16:23:41 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.8.3) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 13829 Cc: 13829@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) On 2013-03-19 23:23 +0800, Jan Dj=E4rv 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.=20 Thank you for the note. Leo From unknown Fri Jun 20 18:06:21 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 17 Apr 2013 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator