From unknown Sat Jun 21 10:27:59 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#53193 <53193@debbugs.gnu.org> To: bug#53193 <53193@debbugs.gnu.org> Subject: Status: 29.0.50; gud bombs Reply-To: bug#53193 <53193@debbugs.gnu.org> Date: Sat, 21 Jun 2025 17:27:59 +0000 retitle 53193 29.0.50; gud bombs reassign 53193 emacs submitter 53193 Devon Sean McCullough severity 53193 normal tag 53193 moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 11 14:24:42 2022 Received: (at submit) by debbugs.gnu.org; 11 Jan 2022 19:24:42 +0000 Received: from localhost ([127.0.0.1]:55617 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7Ml8-0006Jf-4V for submit@debbugs.gnu.org; Tue, 11 Jan 2022 14:24:42 -0500 Received: from lists.gnu.org ([209.51.188.17]:53928) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7Ml7-0006JX-EJ for submit@debbugs.gnu.org; Tue, 11 Jan 2022 14:24:41 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38752) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7Ml3-00065t-Dk for bug-gnu-emacs@gnu.org; Tue, 11 Jan 2022 14:24:37 -0500 Received: from gateway22.websitewelcome.com ([192.185.46.126]:30948) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7Ml1-0003ok-AV for bug-gnu-emacs@gnu.org; Tue, 11 Jan 2022 14:24:37 -0500 Received: from cm11.websitewelcome.com (cm11.websitewelcome.com [100.42.49.5]) by gateway22.websitewelcome.com (Postfix) with ESMTP id B6433BE59 for ; Tue, 11 Jan 2022 13:24:22 -0600 (CST) Received: from leaf.websitewelcome.com ([192.185.82.99]) by cmsmtp with SMTP id 7MkonSyz4INxB7Mkon44XI; Tue, 11 Jan 2022 13:24:22 -0600 X-Authority-Reason: nr=8 Received: from c-24-2-157-5.hsd1.ma.comcast.net ([24.2.157.5]:59892 helo=[192.168.1.60]) by leaf.websitewelcome.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1n7Mko-003U8s-HF for bug-gnu-emacs@gnu.org; Tue, 11 Jan 2022 13:24:22 -0600 Message-ID: <718fcd08-f500-8b4c-80f6-80fa81f91524@jovi.net> Date: Tue, 11 Jan 2022 14:24:21 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 Content-Language: en-US To: bug-gnu-emacs@gnu.org From: Devon Sean McCullough Subject: 29.0.50; gud bombs Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - leaf.websitewelcome.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jovi.net X-BWhitelist: no X-Source-IP: 24.2.157.5 X-Source-L: No X-Exim-ID: 1n7Mko-003U8s-HF X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: c-24-2-157-5.hsd1.ma.comcast.net ([192.168.1.60]) [24.2.157.5]:59892 X-Source-Auth: devon2011@jovi.net X-Email-Count: 1 X-Source-Cap: am92aW5ldDtkZXZvbjtsZWFmLndlYnNpdGV3ZWxjb21lLmNvbQ== X-Local-Domain: yes Received-SPF: pass client-ip=192.185.46.126; envelope-from=emacs-hacker2020@jovi.net; helo=gateway22.websitewelcome.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit 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: -2.6 (--) (defun gud-tooltip-tips … (cons 'and gud-tooltip-display) ;; should be more like (defun gud-tooltip-tips … (cons 'and (mapcar (lambda (form) (list 'ignore-errors form)) gud-tooltip-display)) ;; a workaround is (setq gud-tooltip-display '((and gud-overlay-arrow-position (eq (tooltip-event-buffer gud-tooltip-event) (marker-buffer gud-overlay-arrow-position))))) ;; Peace ;; --Devon ;; ;; P.S. Should gud be fixed or flushed in favor of realgud? ;; P.P.S. Should gud-lldb.el be incorporated into gud? From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 11 15:15:15 2022 Received: (at 53193) by debbugs.gnu.org; 11 Jan 2022 20:15:16 +0000 Received: from localhost ([127.0.0.1]:55693 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7NXw-00005D-P4 for submit@debbugs.gnu.org; Tue, 11 Jan 2022 15:15:15 -0500 Received: from eggs.gnu.org ([209.51.188.92]:48204) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7NXv-00004s-Oy for 53193@debbugs.gnu.org; Tue, 11 Jan 2022 15:15:08 -0500 Received: from [2001:470:142:3::e] (port=57762 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7NXq-0002mn-Ah; Tue, 11 Jan 2022 15:15:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=XtEEjmIFphhR1J6ruAVqijwHywZQUDWanewB+TXrgFM=; b=Gioso1wh/vdU6UsYiiaz QF+ZVicmIw3PTSaMRBBR8nFrJys1ERr1l9gvAf7sookH09NcyzPYlifyw6tqdX2ZCTnOlW+H4jv7A izTqrqVrRdN7JI2ah1yHWg9pbvdD7h3aHxltyIc4ii4SKpbdOQ7PkzaupdWCFVlThYx1qDpHyUqYy 1Wo0lfYSyYy09UrZ77pEtsZoeBlaBJQh+NbH85kEGD/WuLWCmomisOUjQ783inaZqNnBJliagD3gk NG6NA6IMASNk7s2YMLPUXiIMDwD++0e6y8J4Pj8klvS6lJtizsJuyp+9bnYuqTu7l4OFjV5a0Ovtt pRelECXiwPUEPg==; Received: from [87.69.77.57] (port=4344 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7NXp-00065a-SU; Tue, 11 Jan 2022 15:15:02 -0500 Date: Tue, 11 Jan 2022 22:14:55 +0200 Message-Id: <83bl0i6ncw.fsf@gnu.org> From: Eli Zaretskii To: Devon Sean McCullough In-Reply-To: <718fcd08-f500-8b4c-80f6-80fa81f91524@jovi.net> (message from Devon Sean McCullough on Tue, 11 Jan 2022 14:24:21 -0500) Subject: Re: bug#53193: 29.0.50; gud bombs References: <718fcd08-f500-8b4c-80f6-80fa81f91524@jovi.net> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 53193 Cc: 53193@debbugs.gnu.org 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: -3.3 (---) > Date: Tue, 11 Jan 2022 14:24:21 -0500 > From: Devon Sean McCullough > > (defun gud-tooltip-tips … > (cons 'and gud-tooltip-display) > > ;; should be more like > > (defun gud-tooltip-tips … > (cons 'and (mapcar (lambda (form) > (list 'ignore-errors form)) > gud-tooltip-display)) > > ;; a workaround is > > (setq gud-tooltip-display > '((and gud-overlay-arrow-position > (eq (tooltip-event-buffer gud-tooltip-event) > (marker-buffer gud-overlay-arrow-position))))) Could you please show the minimal recipe for reproducing the problem? > ;; P.S. Should gud be fixed or flushed in favor of realgud? It is basically deprecated in favor of gdb-mi. But some people still prefer gud.el. > ;; P.P.S. Should gud-lldb.el be incorporated into gud? No, we don't want to develop gud.el, we want to develop gdb-mi.el instead. So if LLDB developers get their act together and provide decent support for the GDB/MI interface, LLDB users could simply use the existing gdb-mi.el. From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 13 02:08:42 2022 Received: (at control) by debbugs.gnu.org; 13 Jan 2022 07:08:42 +0000 Received: from localhost ([127.0.0.1]:59851 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7uDy-0007IL-7O for submit@debbugs.gnu.org; Thu, 13 Jan 2022 02:08:42 -0500 Received: from quimby.gnus.org ([95.216.78.240]:50622) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7uDw-0007I3-Ml for control@debbugs.gnu.org; Thu, 13 Jan 2022 02:08:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=VCf0BL++5PB2SxE0eRR+LD30Q36N/5f1r0VIhhwD5MA=; b=Q9YRKUR/Xu20JrfunMASMdpofC 52kZMaVVrKnln5WXRM6lWrLtsxsb+aTtoLytxfi/ttqln01oVR0LRhRThW2fZt/KU2s6JYTjfAHvg mhObOWq3o5IkfEVuSKBJ/B/uBaqdXVO+yYAOo5AtKINal5NlCBjPb0uEQsvZvHjXQGzI=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n7uDo-0008OL-QJ for control@debbugs.gnu.org; Thu, 13 Jan 2022 08:08:35 +0100 Date: Thu, 13 Jan 2022 08:08:30 +0100 Message-Id: <87fsps864x.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #53193 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 53193 + 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: -2.3 (--) 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: -3.3 (---) tags 53193 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 10 03:45:59 2022 Received: (at 53193) by debbugs.gnu.org; 10 Feb 2022 08:45:59 +0000 Received: from localhost ([127.0.0.1]:53872 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nI55T-0005vb-Ak for submit@debbugs.gnu.org; Thu, 10 Feb 2022 03:45:59 -0500 Received: from quimby.gnus.org ([95.216.78.240]:46062) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nI55R-0005oh-S2 for 53193@debbugs.gnu.org; Thu, 10 Feb 2022 03:45:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References: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=1eSfj0Lx4G0VG+YDihsNIh2/rcnKJ2IR7J4XOPBVeXk=; b=WpvNctkxckmbDMrF/OqdZSgodf l9QsFAPwIXGQjOQR6k4mdlvsLG+fec4+Lk9ub8o+MAT8KBf7+9+DBKDjYuQxG7Z75HLFjiHqdw2Af VuNL2p/FD5/ZgV9ZVvFF+xb6mXskJmQweTuopPlPsPaOt33UxC2tnZNnct8Wbgv7XxmA=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nI55I-0004h3-7h; Thu, 10 Feb 2022 09:45:50 +0100 From: Lars Ingebrigtsen To: Eli Zaretskii Subject: Re: bug#53193: 29.0.50; gud bombs References: <718fcd08-f500-8b4c-80f6-80fa81f91524@jovi.net> <83bl0i6ncw.fsf@gnu.org> X-Now-Playing: Contriva's _If you had stayed..._: "deceiving trace" Date: Thu, 10 Feb 2022 09:45:45 +0100 In-Reply-To: <83bl0i6ncw.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 11 Jan 2022 22:14:55 +0200") Message-ID: <87y22j85za.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.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: Eli Zaretskii writes: >> (setq gud-tooltip-display >> '((and gud-overlay-arrow-position >> (eq (tooltip-event-buffer gud-tooltip-event) >> (marker-buffer gud-overlay-arrow-position))))) > > Could you please show the minima [...] 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: -2.3 (--) X-Debbugs-Envelope-To: 53193 Cc: Devon Sean McCullough , 53193@debbugs.gnu.org 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: -3.3 (---) Eli Zaretskii writes: >> (setq gud-tooltip-display >> '((and gud-overlay-arrow-position >> (eq (tooltip-event-buffer gud-tooltip-event) >> (marker-buffer gud-overlay-arrow-position))))) > > Could you please show the minimal recipe for reproducing the problem? More information was requested, but no response was given within a month, so I'm closing this bug report. If the problem still exists, please respond to this email and we'll reopen the bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 10 03:46:04 2022 Received: (at control) by debbugs.gnu.org; 10 Feb 2022 08:46:05 +0000 Received: from localhost ([127.0.0.1]:53876 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nI55Y-00061e-KD for submit@debbugs.gnu.org; Thu, 10 Feb 2022 03:46:04 -0500 Received: from quimby.gnus.org ([95.216.78.240]:46076) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nI55X-0005uW-Au for control@debbugs.gnu.org; Thu, 10 Feb 2022 03:46:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=tNRBFZhJg17Su22nESGWsxVu4PIJmfyXL1HfRn+5x5E=; b=nrFIgol/wWcIcd1XrH4liX3mR1 idCQZFcUAfnTGtfArPzVpbd0Y37ZfC3VEwgcWLv2ty9/05ViovINYE47EHWpO90noMNE/Xbjlh/N1 SGc1Mhb8uWGRscwn5rtQkUdllop4z67yFh9HjU1WA56Metl1fzsBhIep55FPXjDKSHkc=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nI55O-0004jQ-Qt for control@debbugs.gnu.org; Thu, 10 Feb 2022 09:45:57 +0100 Date: Thu, 10 Feb 2022 09:45:54 +0100 Message-Id: <87wni385z1.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #53193 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: close 53193 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: -2.3 (--) 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: -3.3 (---) close 53193 quit From unknown Sat Jun 21 10:27:59 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 10 Mar 2022 12:24:11 +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