From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: new compile command brokeness Date: 16 Mar 2004 16:38:48 +0900 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: Reply-To: Miles Bader NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1079422878 18907 80.91.224.253 (16 Mar 2004 07:41:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 Mar 2004 07:41:18 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Mar 16 08:41:13 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B39CL-0002sn-00 for ; Tue, 16 Mar 2004 08:41:13 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B39CK-0001hu-00 for ; Tue, 16 Mar 2004 08:41:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B39BP-000634-Rr for emacs-devel@quimby.gnus.org; Tue, 16 Mar 2004 02:40:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B39Ai-0005wd-92 for emacs-devel@gnu.org; Tue, 16 Mar 2004 02:39:32 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B39AA-0005Vt-6x for emacs-devel@gnu.org; Tue, 16 Mar 2004 02:39:30 -0500 Original-Received: from [210.143.35.52] (helo=TYO202.gate.nec.co.jp) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B39A9-0005Tw-Fq; Tue, 16 Mar 2004 02:38:57 -0500 Original-Received: from mailgate3.nec.co.jp (mailgate99.nec.co.jp [10.7.69.186]) by TYO202.gate.nec.co.jp (8.11.7/3.7W01080315) with ESMTP id i2G7cpe16576; Tue, 16 Mar 2004 16:38:51 +0900 (JST) Original-Received: (from root@localhost) by mailgate3.nec.co.jp (8.11.7/3.7W-MAILGATE-NEC) id i2G7cof18980; Tue, 16 Mar 2004 16:38:50 +0900 (JST) Original-Received: from edtmg05.lsi.nec.co.jp ([10.26.17.202]) by mailsv3.nec.co.jp (8.11.7/3.7W-MAILSV4-NEC) with ESMTP id i2G7cnS21417; Tue, 16 Mar 2004 16:38:49 +0900 (JST) Original-Received: from mcsss2.ucom.lsi.nec.co.jp (localhost [127.0.0.1]) by edtmg05.lsi.nec.co.jp (8.12.10/8.12.10) with ESMTP id i2G7cmvh018413; Tue, 16 Mar 2004 16:38:49 +0900 (JST) Original-Received: from mcspd15 (mcspd15 [10.30.114.174]) by mcsss2.ucom.lsi.nec.co.jp (8.12.10/8.12.8/EDcg v2.01-mc/1046780839) with ESMTP id i2G7cmnX008832; Tue, 16 Mar 2004 16:38:48 +0900 (JST) Original-Received: by mcspd15 (Postfix, from userid 31295) id 63AC1453C; Tue, 16 Mar 2004 16:38:48 +0900 (JST) Original-To: emacs-devel@gnu.org System-Type: i686-pc-linux-gnu Blat: Foop Original-Lines: 25 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:20525 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20525 When I do `M-x compile RET', type make, and get a bunch of errors, and then try `M-x next-error', it doesn't work, and instead just says `Moved past last error'. The actual *Messages* output looks like: Fontifying *compilation*... (regexps........................................) compilation-next-error: Moved past last error If I go to the *compilation* buffer, and use `C-c C-c' on an error line, then that succeeds, and subsequent uses of `next-error' also work properly. BTW another point I noticed is that while the old compile command caused the `current error' (the error last selected by next-error) to be the top-line in the *compilation* window, the new one doesn't, making it something like the 3rd line or so. This makes which error is current much harder to see; if it's desirable to not use the top of the window (maybe to see more context?), then I think the current error should be highlighted or something. -Miles -- We are all lying in the gutter, but some of us are looking at the stars. -Oscar Wilde