From unknown Tue Jun 17 01:49:51 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15016: 24.3.50; return of #8789: touch border of *Backtrace* frame > it disappears (exits) Resent-From: Drew Adams Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 03 Aug 2013 15:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 15016 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 15016@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.137554541917662 (code B ref -1); Sat, 03 Aug 2013 15:57:02 +0000 Received: (at submit) by debbugs.gnu.org; 3 Aug 2013 15:56:59 +0000 Received: from localhost ([127.0.0.1]:38393 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V5eCQ-0004an-F7 for submit@debbugs.gnu.org; Sat, 03 Aug 2013 11:56:59 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59496) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V5eCN-0004aL-OJ for submit@debbugs.gnu.org; Sat, 03 Aug 2013 11:56:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V5eC8-0002kL-Dx for submit@debbugs.gnu.org; Sat, 03 Aug 2013 11:56:50 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-99.2 required=5.0 tests=BAYES_50,USER_IN_WHITELIST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:59916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5eC8-0002kF-B8 for submit@debbugs.gnu.org; Sat, 03 Aug 2013 11:56:40 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5eBy-0004dQ-DM for bug-gnu-emacs@gnu.org; Sat, 03 Aug 2013 11:56:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V5eBp-0002fK-Rk for bug-gnu-emacs@gnu.org; Sat, 03 Aug 2013 11:56:30 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:25240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5eBp-0002fC-Kx for bug-gnu-emacs@gnu.org; Sat, 03 Aug 2013 11:56:21 -0400 Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r73FuKoU022264 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 3 Aug 2013 15:56:20 GMT Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r73FuIRQ021390 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 3 Aug 2013 15:56:19 GMT Received: from abhmt115.oracle.com (abhmt115.oracle.com [141.146.116.67]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r73FuIis013173 for ; Sat, 3 Aug 2013 15:56:18 GMT MIME-Version: 1.0 Message-ID: Date: Sat, 3 Aug 2013 08:56:17 -0700 (PDT) From: Drew Adams X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6668.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -2.4 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) I am now seeing again the behavior I reported in the middle of the discussion of bug #8789, which I thought had been fixed: When I touch mouse-1 to the *Backtrace* frame border, to try to widen the frame (because the debugger frame now insists upon reinitializing itself instead of remembering the last width I dragged it to...), the frame immediately disappears and the debugger is exited. Quite frustrating to use... Again, the context is using `debug-on-entry' for a function that is invoked when the minibuffer is active - for example, a function used to sort candidates in *Completions*. Here is the relevant description from bug #8789: > Sent: Wednesday, September 19, 2012 9:46 AM ... > Sometimes I can grab the border of the *Backtrace* frame, as usual, and > resize it (even though it goes back to the default size when I hit `d', a= s > described earlier). >=20 > But sometimes I cannot: as soon as I touch the mouse to the frame edge an= d > try to drag it, the frame disappears! I can just touch it (e.g. click it= ) > without it disappearing, but as soon as I try to drag the touched edge, t= he > frame disappears. It does not matter which edge (e.g. bottom or right) I > try to drag. >=20 > No idea what is going on here - I have never seen anything like this. >=20 > This happpens systematically when I enter the debugger in a certain conte= xt, > and it never seems to happen otherwise. But that context is far too comp= lex to > try to communicate. Suffice it to say that this happens. >=20 > When it happens I see nothing additional in *Messages*, and there is no > crash. The *Backtrace* frame just disappears, and the mode line indicates > that I am no longer in a recursive edit - IOW, the debugger is exited. > And if I explicitly visit buffer *Backtrace*, I see that it is indeed emp= ty. >=20 > It is as if trying to drag the frame edge is (sometimes) the equivalent o= f > hitting `q' in the debugger. >=20 > Very weird. I'm sorry that I cannot offer more info about this. But > clearly something is very wrong. In GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2013-07-21 on ODIEONE Bzr revision: 113485 lekktu@gmail.com-20130722012547-e3b7qxn1dba5vf20 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix=3D/c/Devel/emacs/binary --enable-checking=3Dyes,glyphs CFLAGS=3D-O0 -g3 LDFLAGS=3D-Lc:/Devel/emacs/lib CPPFLAGS=3D-Ic:/Devel/emacs/include' From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 25 19:54:16 2015 Received: (at control) by debbugs.gnu.org; 26 Dec 2015 00:54:16 +0000 Received: from localhost ([127.0.0.1]:36295 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCd7g-00064v-FN for submit@debbugs.gnu.org; Fri, 25 Dec 2015 19:54:16 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:39757) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCd7f-00064o-CP for control@debbugs.gnu.org; Fri, 25 Dec 2015 19:54:15 -0500 Received: from 2.150.58.24.tmi.telenormobil.no ([2.150.58.24] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aCd7I-0007nc-UK for control@debbugs.gnu.org; Sat, 26 Dec 2015 01:53:53 +0100 Date: Sat, 26 Dec 2015 01:53:52 +0100 Message-Id: <87fuyqjahr.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #15016 X-MailScanner-ID: 1aCd7I-0007nc-UK X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1451696034.2837@CoSu+Kpata/0UQFThgVM1A X-Spam-Status: No X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) tags 15016 - moreinfo From unknown Tue Jun 17 01:49:51 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15016: 24.3.50; return of #8789: touch border of *Backtrace* frame > it disappears (exits) Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 07 Oct 2019 15:19:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15016 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Drew Adams Cc: 15016@debbugs.gnu.org Received: via spool by 15016-submit@debbugs.gnu.org id=B15016.157046152520920 (code B ref 15016); Mon, 07 Oct 2019 15:19:01 +0000 Received: (at 15016) by debbugs.gnu.org; 7 Oct 2019 15:18:45 +0000 Received: from localhost ([127.0.0.1]:48841 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iHUmb-0005RM-8T for submit@debbugs.gnu.org; Mon, 07 Oct 2019 11:18:45 -0400 Received: from quimby.gnus.org ([80.91.231.51]:39784) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iHUmZ-0005RD-C5 for 15016@debbugs.gnu.org; Mon, 07 Oct 2019 11:18:43 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iHUmW-00050a-4G; Mon, 07 Oct 2019 17:18:42 +0200 From: Lars Ingebrigtsen References: Date: Mon, 07 Oct 2019 17:18:39 +0200 In-Reply-To: (Drew Adams's message of "Sat, 3 Aug 2013 08:56:17 -0700 (PDT)") Message-ID: <874l0k7fe8.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Drew Adams writes: > I am now seeing again the behavior I reported in the middle of the > discussion of bug #8789, which I thought had been fixed: > > When I touch mouse-1 to the *Backtrace* frame border, to try to wide [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Drew Adams writes: > I am now seeing again the behavior I reported in the middle of the > discussion of bug #8789, which I thought had been fixed: > > When I touch mouse-1 to the *Backtrace* frame border, to try to widen > the frame (because the debugger frame now insists upon reinitializing > itself instead of remembering the last width I dragged it to...), the > frame immediately disappears and the debugger is exited. > > Quite frustrating to use... > > Again, the context is using `debug-on-entry' for a function that is > invoked when the minibuffer is active - for example, a function used to > sort candidates in *Completions*. Do you have a recipe to reproduce this bug from "emacs -Q"? You're mentioning the "*Backtrace* frame", which is unusual, so I'm guessing you have some customisations to pop up a frame that has the backtrace buffer? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 07 11:18:48 2019 Received: (at control) by debbugs.gnu.org; 7 Oct 2019 15:18:48 +0000 Received: from localhost ([127.0.0.1]:48844 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iHUme-0005Rc-Hf for submit@debbugs.gnu.org; Mon, 07 Oct 2019 11:18:48 -0400 Received: from quimby.gnus.org ([80.91.231.51]:39798) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iHUmd-0005RU-3r for control@debbugs.gnu.org; Mon, 07 Oct 2019 11:18:47 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iHUma-00050m-Df for control@debbugs.gnu.org; Mon, 07 Oct 2019 17:18:46 +0200 Date: Mon, 07 Oct 2019 17:18:44 +0200 Message-Id: <8736g47fe3.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #15016 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 15016 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 15016 + moreinfo quit From unknown Tue Jun 17 01:49:51 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Drew Adams Subject: bug#15016: closed (Re: bug#15016: 24.3.50; return of #8789: touch border of *Backtrace* frame > it disappears (exits)) Message-ID: References: <87zhepe0ww.fsf@marxist.se> X-Gnu-PR-Message: they-closed 15016 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: moreinfo Reply-To: 15016@debbugs.gnu.org Date: Wed, 15 Jan 2020 05:37:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1579066622-24250-1" This is a multi-part message in MIME format... ------------=_1579066622-24250-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #15016: 24.3.50; return of #8789: touch border of *Backtrace* frame > it di= sappears (exits) which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 15016@debbugs.gnu.org. --=20 15016: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D15016 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1579066622-24250-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 15016-done) by debbugs.gnu.org; 15 Jan 2020 05:36:40 +0000 Received: from localhost ([127.0.0.1]:34126 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1irbM8-0006IU-HW for submit@debbugs.gnu.org; Wed, 15 Jan 2020 00:36:40 -0500 Received: from ted.gofardesign.uk ([67.225.143.91]:40136) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1irbM7-0006ID-7R for 15016-done@debbugs.gnu.org; Wed, 15 Jan 2020 00:36:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=marxist.se; s=default; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=HbY13CNVV737OQp/PvEqHhc3u8n/NTG6mj0zkYfJl6U=; b=tmkMlkL3Xq0U/XqZ1pRqr7httQ F5dcCVXkhSEFO/mu1Yy3Px6EWdZ7MM8Mcmr7Pddo1kkavHyuaud1btjEHTc5Tv4RLRzz/kRouzfls o9RIoYgd6Od9BUs7zwfxfD/+/GYtYFH3p1WeX98zg9Pg4Y75tURclrXtC1ZEBkse/gugsF7xNXBLP 9aJ1BFMMo8Ny5B1M5SOEVNf9g+B33k2HTj3RY/snJWK1QM5XLMbrd2A/WCrgA1fCJEGLwjvNzOEOX JUsQU0sfLvzt3ZGj/cJOcrZS+Y/wMQxKeiPib2W7KwETmdBbRbc3BM1j1nG+NiLgsGwNk5x3o8M97 mHNdaqaw==; Received: from h-70-69.a785.priv.bahnhof.se ([155.4.70.69]:56412 helo=localhost) by ted.gofardesign.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1irbM1-000RY2-Df; Wed, 15 Jan 2020 00:36:33 -0500 From: Stefan Kangas To: Lars Ingebrigtsen Subject: Re: bug#15016: 24.3.50; return of #8789: touch border of *Backtrace* frame > it disappears (exits) In-Reply-To: <874l0k7fe8.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 07 Oct 2019 17:18:39 +0200") References: <874l0k7fe8.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Date: Wed, 15 Jan 2020 06:36:31 +0100 Message-ID: <87zhepe0ww.fsf@marxist.se> MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ted.gofardesign.uk X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - marxist.se X-Get-Message-Sender-Via: ted.gofardesign.uk: authenticated_id: stefan@marxist.se X-Authenticated-Sender: ted.gofardesign.uk: stefan@marxist.se X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 15016-done Cc: 15016-done@debbugs.gnu.org, Drew Adams X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lars Ingebrigtsen writes: > Drew Adams writes: > >> I am now seeing again the behavior I reported in the middle of the >> discussion of bug #8789, which I thought had been fixed: >> >> When I touch mouse-1 to the *Backtrace* frame border, to try to widen >> the frame (because the debugger frame now insists upon reinitializing >> itself instead of remembering the last width I dragged it to...), the >> frame immediately disappears and the debugger is exited. >> >> Quite frustrating to use... >> >> Again, the context is using `debug-on-entry' for a function that is >> invoked when the minibuffer is active - for example, a function used to >> sort candidates in *Completions*. > > Do you have a recipe to reproduce this bug from "emacs -Q"? You're > mentioning the "*Backtrace* frame", which is unusual, so I'm guessing > you have some customisations to pop up a frame that has the backtrace > buffer? More information was requested, but none was given within 14 weeks, so I'm closing this bug. If this is still an issue, please reply to this email (use "Reply to all" in your email client) and we can reopen the bug report. Best regards, Stefan Kangas ------------=_1579066622-24250-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 3 Aug 2013 15:56:59 +0000 Received: from localhost ([127.0.0.1]:38393 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V5eCQ-0004an-F7 for submit@debbugs.gnu.org; Sat, 03 Aug 2013 11:56:59 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59496) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V5eCN-0004aL-OJ for submit@debbugs.gnu.org; Sat, 03 Aug 2013 11:56:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V5eC8-0002kL-Dx for submit@debbugs.gnu.org; Sat, 03 Aug 2013 11:56:50 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-99.2 required=5.0 tests=BAYES_50,USER_IN_WHITELIST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:59916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5eC8-0002kF-B8 for submit@debbugs.gnu.org; Sat, 03 Aug 2013 11:56:40 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5eBy-0004dQ-DM for bug-gnu-emacs@gnu.org; Sat, 03 Aug 2013 11:56:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V5eBp-0002fK-Rk for bug-gnu-emacs@gnu.org; Sat, 03 Aug 2013 11:56:30 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:25240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5eBp-0002fC-Kx for bug-gnu-emacs@gnu.org; Sat, 03 Aug 2013 11:56:21 -0400 Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r73FuKoU022264 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 3 Aug 2013 15:56:20 GMT Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r73FuIRQ021390 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 3 Aug 2013 15:56:19 GMT Received: from abhmt115.oracle.com (abhmt115.oracle.com [141.146.116.67]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r73FuIis013173 for ; Sat, 3 Aug 2013 15:56:18 GMT MIME-Version: 1.0 Message-ID: Date: Sat, 3 Aug 2013 08:56:17 -0700 (PDT) From: Drew Adams To: bug-gnu-emacs@gnu.org Subject: 24.3.50; return of #8789: touch border of *Backtrace* frame > it disappears (exits) X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6668.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -2.4 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) I am now seeing again the behavior I reported in the middle of the discussion of bug #8789, which I thought had been fixed: When I touch mouse-1 to the *Backtrace* frame border, to try to widen the frame (because the debugger frame now insists upon reinitializing itself instead of remembering the last width I dragged it to...), the frame immediately disappears and the debugger is exited. Quite frustrating to use... Again, the context is using `debug-on-entry' for a function that is invoked when the minibuffer is active - for example, a function used to sort candidates in *Completions*. Here is the relevant description from bug #8789: > Sent: Wednesday, September 19, 2012 9:46 AM ... > Sometimes I can grab the border of the *Backtrace* frame, as usual, and > resize it (even though it goes back to the default size when I hit `d', a= s > described earlier). >=20 > But sometimes I cannot: as soon as I touch the mouse to the frame edge an= d > try to drag it, the frame disappears! I can just touch it (e.g. click it= ) > without it disappearing, but as soon as I try to drag the touched edge, t= he > frame disappears. It does not matter which edge (e.g. bottom or right) I > try to drag. >=20 > No idea what is going on here - I have never seen anything like this. >=20 > This happpens systematically when I enter the debugger in a certain conte= xt, > and it never seems to happen otherwise. But that context is far too comp= lex to > try to communicate. Suffice it to say that this happens. >=20 > When it happens I see nothing additional in *Messages*, and there is no > crash. The *Backtrace* frame just disappears, and the mode line indicates > that I am no longer in a recursive edit - IOW, the debugger is exited. > And if I explicitly visit buffer *Backtrace*, I see that it is indeed emp= ty. >=20 > It is as if trying to drag the frame edge is (sometimes) the equivalent o= f > hitting `q' in the debugger. >=20 > Very weird. I'm sorry that I cannot offer more info about this. But > clearly something is very wrong. In GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2013-07-21 on ODIEONE Bzr revision: 113485 lekktu@gmail.com-20130722012547-e3b7qxn1dba5vf20 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix=3D/c/Devel/emacs/binary --enable-checking=3Dyes,glyphs CFLAGS=3D-O0 -g3 LDFLAGS=3D-Lc:/Devel/emacs/lib CPPFLAGS=3D-Ic:/Devel/emacs/include' ------------=_1579066622-24250-1--