From unknown Mon Jun 23 16:47:20 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1930: 23.0.60; Can't jump to error location in compilation-mode Reply-To: Magnus Henoch , 1930@debbugs.gnu.org Resent-From: Magnus Henoch Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Fri, 16 Jan 2009 14:50:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 1930 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.12321171133625 (code B ref -1); Fri, 16 Jan 2009 14:50:03 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 16 Jan 2009 14:45:13 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: * X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=1.1 required=4.0 tests=FOURLA,IMPRONONCABLE_2 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0GEj89o003383 for ; Fri, 16 Jan 2009 06:45:09 -0800 Received: from mx10.gnu.org ([199.232.76.166]:45928) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LNpvE-0002lO-Jb for emacs-pretest-bug@gnu.org; Fri, 16 Jan 2009 09:43:44 -0500 Received: from zimbra.erlangsystems.com ([88.208.247.62]:51410) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNpwZ-0000vH-AT for emacs-pretest-bug@gnu.org; Fri, 16 Jan 2009 09:45:07 -0500 Received: from localhost (localhost.erlangsystems.com [127.0.0.1]) by zimbra.erlangsystems.com (Postfix) with ESMTP id 89D4522A074 for ; Fri, 16 Jan 2009 14:45:04 +0000 (GMT) X-Virus-Scanned: amavisd-new at Received: from zimbra.erlangsystems.com ([127.0.0.1]) by localhost (zimbra.erlangsystems.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dHgKTir6Xs4K for ; Fri, 16 Jan 2009 14:45:01 +0000 (GMT) Received: from linux-b2a3.site (unknown [192.168.42.57]) by zimbra.erlangsystems.com (Postfix) with ESMTP id 7521E22A043 for ; Fri, 16 Jan 2009 14:45:01 +0000 (GMT) From: Magnus Henoch To: emacs-pretest-bug@gnu.org X-Hashcash: 1:25:090116:emacs-pretest-bug@gnu.org::ctF2SLNOdmafhZHk:000000000000000000000000000000000001fHTb Date: Fri, 16 Jan 2009 14:48:32 +0000 Message-ID: <84ocy7qpbz.fsf@linux-b2a3.site> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) After running a compilation with M-x compile, I try to jump to the location of an error with M-g M-n. This doesn't work, though: Debugger entered--Lisp error: (wrong-type-argument window-live-p nil) select-window(nil nil) pop-to-buffer(# other-window) compilation-goto-locus(# # nil) compilation-next-error-function(1 nil) next-error(nil) call-interactively(next-error nil nil) If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /usr/local/share/emacs/23.0.60/etc/DEBUG for instructions. In GNU Emacs 23.0.60.4 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of 2009-01-15 on linux-b2a3 Windowing system distributor `The X.Org Foundation', version 11.0.10400090 configured using `configure '--enable-maintainer-mode'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: C value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=local locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Compilation Minor modes in effect: diff-auto-refine-mode: t jabber-activity-mode: t jabber-mode-line-mode: t show-paren-mode: t server-mode: t iswitchb-mode: t icomplete-mode: t display-time-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent messages: Back to top level. Entering debugger... Back to top level. Entering debugger... Back to top level. (No files need saving) Compilation exited abnormally with code 2 Entering debugger... Mark set [2 times] Back to top level. From unknown Mon Jun 23 16:47:20 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1930: 23.0.60; Can't jump to error location in compilation-mode Reply-To: martin rudalics , 1930@debbugs.gnu.org Resent-From: martin rudalics Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Fri, 16 Jan 2009 16:05:08 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1930 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 1930-submit@emacsbugs.donarmstrong.com id=B1930.123212153022805 (code B ref 1930); Fri, 16 Jan 2009 16:05:08 +0000 Received: (at 1930) by emacsbugs.donarmstrong.com; 16 Jan 2009 15:58:50 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id n0GFwkOa022793 for <1930@emacsbugs.donarmstrong.com>; Fri, 16 Jan 2009 07:58:48 -0800 Received: (qmail invoked by alias); 16 Jan 2009 15:58:40 -0000 Received: from 62-47-34-195.adsl.highway.telekom.at (EHLO [62.47.34.195]) [62.47.34.195] by mail.gmx.net (mp050) with SMTP; 16 Jan 2009 16:58:40 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/oJ05lT+ron4gWoGAsxDdn8c0GCZlzHLx7wMHYfa EN1IgvuZRW4NvR Message-ID: <4970AE78.4020803@gmx.at> Date: Fri, 16 Jan 2009 16:57:44 +0100 From: martin rudalics User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Magnus Henoch , 1930@debbugs.gnu.org References: <84ocy7qpbz.fsf@linux-b2a3.site> In-Reply-To: <84ocy7qpbz.fsf@linux-b2a3.site> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.65 > Debugger entered--Lisp error: (wrong-type-argument window-live-p nil) > select-window(nil nil) > pop-to-buffer(# other-window) > compilation-goto-locus(# # nil) > compilation-next-error-function(1 nil) > next-error(nil) > call-interactively(next-error nil nil) This is the same as bug#1929. I suppose it's my "fix" from 2009-1-04. Could you try with revisions 1.175, 1.173, and 1.172 of window.el? Thanks, martin. From unknown Mon Jun 23 16:47:20 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: owner@emacsbugs.donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Magnus Henoch Subject: bug#1930 closed by martin rudalics (Re: bug#1930: 23.0.60; Can't jump to error location in compilation-mode) Message-ID: References: <4970BCF6.7000407@gmx.at> <84ocy7qpbz.fsf@linux-b2a3.site> X-Emacs-PR-Message: they-closed 1930 X-Emacs-PR-Package: emacs Reply-To: 1930@debbugs.gnu.org Date: Fri, 16 Jan 2009 17:10:05 +0000 Content-Type: multipart/mixed; boundary="----------=_1232125805-10033-1" This is a multi-part message in MIME format... ------------=_1232125805-10033-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #1930: 23.0.60; Can't jump to error location in compilation-mode It has been closed by martin rudalics . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact martin rudalics by replying to this email. --=20 1930: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1930 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1232125805-10033-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 1930-done) by emacsbugs.donarmstrong.com; 16 Jan 2009 17:00:39 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id n0GH0YE6007885 for <1930-done@emacsbugs.donarmstrong.com>; Fri, 16 Jan 2009 09:00:36 -0800 Received: (qmail invoked by alias); 16 Jan 2009 17:00:28 -0000 Received: from 62-47-34-195.adsl.highway.telekom.at (EHLO [62.47.34.195]) [62.47.34.195] by mail.gmx.net (mp026) with SMTP; 16 Jan 2009 18:00:28 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18i+coq+zcivcwG6ZEyRSxCT1rvJjZADN6GXOKupI n7knQA5JJEDXHZ Message-ID: <4970BCF6.7000407@gmx.at> Date: Fri, 16 Jan 2009 17:59:34 +0100 From: martin rudalics User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Magnus Henoch CC: 1930-done@debbugs.gnu.org Subject: Re: bug#1930: 23.0.60; Can't jump to error location in compilation-mode References: <84ocy7qpbz.fsf@linux-b2a3.site> In-Reply-To: <84ocy7qpbz.fsf@linux-b2a3.site> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.85 I hope this is fixed now. Please try again. Thanks for reporting immediately, martin. ------------=_1232125805-10033-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 16 Jan 2009 14:45:13 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: * X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=1.1 required=4.0 tests=FOURLA,IMPRONONCABLE_2 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0GEj89o003383 for ; Fri, 16 Jan 2009 06:45:09 -0800 Received: from mx10.gnu.org ([199.232.76.166]:45928) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LNpvE-0002lO-Jb for emacs-pretest-bug@gnu.org; Fri, 16 Jan 2009 09:43:44 -0500 Received: from zimbra.erlangsystems.com ([88.208.247.62]:51410) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNpwZ-0000vH-AT for emacs-pretest-bug@gnu.org; Fri, 16 Jan 2009 09:45:07 -0500 Received: from localhost (localhost.erlangsystems.com [127.0.0.1]) by zimbra.erlangsystems.com (Postfix) with ESMTP id 89D4522A074 for ; Fri, 16 Jan 2009 14:45:04 +0000 (GMT) X-Virus-Scanned: amavisd-new at Received: from zimbra.erlangsystems.com ([127.0.0.1]) by localhost (zimbra.erlangsystems.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dHgKTir6Xs4K for ; Fri, 16 Jan 2009 14:45:01 +0000 (GMT) Received: from linux-b2a3.site (unknown [192.168.42.57]) by zimbra.erlangsystems.com (Postfix) with ESMTP id 7521E22A043 for ; Fri, 16 Jan 2009 14:45:01 +0000 (GMT) From: Magnus Henoch To: emacs-pretest-bug@gnu.org Subject: 23.0.60; Can't jump to error location in compilation-mode X-Hashcash: 1:25:090116:emacs-pretest-bug@gnu.org::ctF2SLNOdmafhZHk:000000000000000000000000000000000001fHTb Date: Fri, 16 Jan 2009 14:48:32 +0000 Message-ID: <84ocy7qpbz.fsf@linux-b2a3.site> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) After running a compilation with M-x compile, I try to jump to the location of an error with M-g M-n. This doesn't work, though: Debugger entered--Lisp error: (wrong-type-argument window-live-p nil) select-window(nil nil) pop-to-buffer(# other-window) compilation-goto-locus(# # nil) compilation-next-error-function(1 nil) next-error(nil) call-interactively(next-error nil nil) If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /usr/local/share/emacs/23.0.60/etc/DEBUG for instructions. In GNU Emacs 23.0.60.4 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of 2009-01-15 on linux-b2a3 Windowing system distributor `The X.Org Foundation', version 11.0.10400090 configured using `configure '--enable-maintainer-mode'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: C value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=local locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Compilation Minor modes in effect: diff-auto-refine-mode: t jabber-activity-mode: t jabber-mode-line-mode: t show-paren-mode: t server-mode: t iswitchb-mode: t icomplete-mode: t display-time-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent messages: Back to top level. Entering debugger... Back to top level. Entering debugger... Back to top level. (No files need saving) Compilation exited abnormally with code 2 Entering debugger... Mark set [2 times] Back to top level. ------------=_1232125805-10033-1-- From unknown Mon Jun 23 16:47:20 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1930: Confirmed Reply-To: Magnus Henoch , 1930@debbugs.gnu.org Resent-From: Magnus Henoch Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Mon, 19 Jan 2009 10:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1930 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 1930-submit@emacsbugs.donarmstrong.com id=B1930.123236066320063 (code B ref 1930); Mon, 19 Jan 2009 10:30:02 +0000 Received: (at 1930) by emacsbugs.donarmstrong.com; 19 Jan 2009 10:24:23 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: *** X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=3.0 required=4.0 tests=ONEWORD autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from zimbra.erlangsystems.com (zimbra.erlangsystems.com [88.208.247.62]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0JAOKVs020057 for <1930@emacsbugs.donarmstrong.com>; Mon, 19 Jan 2009 02:24:21 -0800 Received: from localhost (localhost.erlangsystems.com [127.0.0.1]) by zimbra.erlangsystems.com (Postfix) with ESMTP id AB8C822A061 for <1930@emacsbugs.donarmstrong.com>; Mon, 19 Jan 2009 10:24:14 +0000 (GMT) X-Virus-Scanned: amavisd-new at Received: from zimbra.erlangsystems.com ([127.0.0.1]) by localhost (zimbra.erlangsystems.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id md1KXDqnijqr for <1930@emacsbugs.donarmstrong.com>; Mon, 19 Jan 2009 10:24:12 +0000 (GMT) Received: from linux-b2a3.site (unknown [192.168.42.57]) by zimbra.erlangsystems.com (Postfix) with ESMTP id 3D8AD22A047 for <1930@emacsbugs.donarmstrong.com>; Mon, 19 Jan 2009 10:24:12 +0000 (GMT) From: Magnus Henoch To: 1930@debbugs.gnu.org X-Hashcash: 1:25:090119:1930@debbugs.gnu.org::/2q/9aP4Ifk0vPIJ:0000000000000000000000000000002hQA Date: Mon, 19 Jan 2009 10:27:50 +0000 Message-ID: <84d4ejtwt5.fsf@linux-b2a3.site> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Yes, the bug is fixed now. Thanks! Magnus From rgm@gnu.org Tue Jan 20 12:56:49 2009 Received: (at control) by emacsbugs.donarmstrong.com; 20 Jan 2009 20:56:49 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: ** X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=2.3 required=4.0 tests=MISSING_SUBJECT,NOSUBJECT, VALID_BTS_CONTROL autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0KKuk6u023700 for ; Tue, 20 Jan 2009 12:56:47 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LPNcx-0008Na-Lm; Tue, 20 Jan 2009 15:55:15 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18806.14899.594100.974080@fencepost.gnu.org> Date: Tue, 20 Jan 2009 15:55:15 -0500 From: Glenn Morris To: control reassign 1883 emacs,org-mode reassign 1905 emacs,emacs-www reassign 1925 emacs,org-mode merge 1929 1930 reassign 1941 emacs,org-mode reassign 1944 emacs,org-mode severity 1947 minor reassign 1953 emacs,cc-mode reassign 1958 emacs,org-mode close 1969 reassign 1971 spam