From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: [lennart.borgman.073@student.lu.se: compilation-previous-error fails if first error is at start of buffer] Date: Mon, 08 Jan 2007 10:05:17 +0100 Message-ID: <45A2094D.4090308@swipnet.se> References: <45A1F9F1.4050500@swipnet.se> <17826.570.959259.398020@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1168247829 2915 80.91.229.12 (8 Jan 2007 09:17:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Jan 2007 09:17:09 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 08 10:17:06 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H3qcs-0000mc-6i for ged-emacs-devel@m.gmane.org; Mon, 08 Jan 2007 10:17:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H3qcr-0007Rk-KW for ged-emacs-devel@m.gmane.org; Mon, 08 Jan 2007 04:17:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H3qca-0007Q7-6y for emacs-devel@gnu.org; Mon, 08 Jan 2007 04:16:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H3qcY-0007OV-A3 for emacs-devel@gnu.org; Mon, 08 Jan 2007 04:16:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H3qcY-0007OD-2S for emacs-devel@gnu.org; Mon, 08 Jan 2007 04:16:46 -0500 Original-Received: from [81.228.8.186] (helo=av12-2-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H3qRs-00017v-S3; Mon, 08 Jan 2007 04:05:45 -0500 Original-Received: by av12-2-sn2.hy.skanova.net (Postfix, from userid 502) id ED77638639; Mon, 8 Jan 2007 10:05:43 +0100 (CET) Original-Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av12-2-sn2.hy.skanova.net (Postfix) with ESMTP id 9E8AE3862A; Mon, 8 Jan 2007 10:05:43 +0100 (CET) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp4-2-sn2.hy.skanova.net (Postfix) with ESMTP id 2C3FA37E43; Mon, 8 Jan 2007 10:05:43 +0100 (CET) User-Agent: Thunderbird 1.5.0.9 (X11/20070102) Original-To: Nick Roberts In-Reply-To: <17826.570.959259.398020@kahikatea.snap.net.nz> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:64965 Archived-At: Nick Roberts skrev: > > > If the compilation buffer begins with error lines right at the top: > > > > > > c:/EmacsW32/etc/EmacsW32Util.html:7:5: Warning: inserting "type" > > > attribute > > > c:/EmacsW32/etc/EmacsW32Util.html:12:19: Warning: lacks > > > "summary" attribute > > > c:/EmacsW32/etc/EmacsW32Util.html:29:5: Warning:
lacks "summary" > > > attribute > > > > > > then if point is on second line compilation-previous-error fails. > > > > > > > What is the error message? > > Warnings and errors are equivalent in the compilation buffer. I was referring to some message in the minibuffer and *Messages*, like: compilation-next-error: Moved back before first error > I don't see how > Lennart gets error lines right at the top as I always get the following four > lines: > > -*- mode: compilation; default-directory: "~/" -*- > Compilation started at Mon Jan 8 21:22:48 > > `command used for my compilation' > I always get these too. > > Perhaps this is for his patched version. Anyway there's not much point fixing > it when, like the heads of the Lernaean Hydra, two new bugs will take it's > place in FOR-RELEASE. If it is for some patched version, we can probably ignore it. There is no way I can reproduce it with the given information anyway. Jan D.