From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Moore 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 14:43:03 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1168263815 21414 80.91.229.12 (8 Jan 2007 13:43:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Jan 2007 13:43:35 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 08 14:43:33 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 1H3ume-0007gG-6K for ged-emacs-devel@m.gmane.org; Mon, 08 Jan 2007 14:43:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H3umd-0003Za-8Z for ged-emacs-devel@m.gmane.org; Mon, 08 Jan 2007 08:43:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H3umO-0003Yf-O9 for emacs-devel@gnu.org; Mon, 08 Jan 2007 08:43:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H3umO-0003Xv-4r for emacs-devel@gnu.org; Mon, 08 Jan 2007 08:43:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H3umN-0003Xr-F2 for emacs-devel@gnu.org; Mon, 08 Jan 2007 08:43:12 -0500 Original-Received: from [66.249.92.170] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H3umM-00008x-IY for emacs-devel@gnu.org; Mon, 08 Jan 2007 08:43:10 -0500 Original-Received: by ug-out-1314.google.com with SMTP id j3so6965499ugf for ; Mon, 08 Jan 2007 05:43:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:cc:references:from:date:in-reply-to:message-id:user-agent:mime-version:content-type:x-sa-exim-connect-ip:x-sa-exim-mail-from:x-spam-checker-version:x-spam-level:x-spam-status:subject:x-sa-exim-version:x-sa-exim-scanned:sender; b=kcicMrn3WXIKAfwxJyxyk76db2p7n3ApPmafKXsipfaKG0GWm66XmKcWTavQHP7WyyiAV+/+SrmLML4XoUUcCkxcjW8jfSuMWMssdMvapm+M5t+nCS9zjGoSVy3rlr0fRgOoWhhzI52C4fkUipuibIGu9EHvED5Z8aOvSvJiyMw= Original-Received: by 10.67.117.2 with SMTP id u2mr34756775ugm.1168263789472; Mon, 08 Jan 2007 05:43:09 -0800 (PST) Original-Received: from chrislap.local ( [89.176.28.156]) by mx.google.com with ESMTP id y1sm28642513uge.2007.01.08.05.43.08; Mon, 08 Jan 2007 05:43:08 -0800 (PST) Original-Received: from localhost ([127.0.0.1] helo=chrislap.local) by chrislap.local with esmtp (Exim 4.63) (envelope-from ) id 1H3umF-00015J-KA; Mon, 08 Jan 2007 14:43:05 +0100 Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Mon\, 08 Jan 2007 00\:32\:45 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux) X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: dooglus@gmail.com X-SA-Exim-Version: 4.2.1 (built Sun, 03 Dec 2006 00:39:09 +0000) X-SA-Exim-Scanned: Yes (on chrislap.local) 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:64970 Archived-At: Richard Stallman writes: > [I sent this message twice but did not get a response.] I responded before you sent either of them. > If the compilation buffer begins with error lines right at the top: Compilation buffers don't begin with error lines. They begin like this: -*- mode: compilation; default-directory: "~/" -*- Compilation started at Mon Jan 8 14:08:26 and they are read-only, too, so I'd have to go out of my way to make them start with an error line. On other news: Python-mode can't parse C code and dired doesn't work if the dired buffer doesn't contain a directory listing.