From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Gregory Stark Newsgroups: gmane.emacs.bugs Subject: next-error fails to parse gcc output Date: 04 Sep 2006 07:28:45 -0400 Message-ID: <871wqr3m6q.fsf@stark.xeocode.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1157372654 9168 80.91.229.2 (4 Sep 2006 12:24:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 4 Sep 2006 12:24:14 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Sep 04 14:24:11 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GKDUh-0002gO-QS for geb-bug-gnu-emacs@m.gmane.org; Mon, 04 Sep 2006 14:24:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GKDUh-0004Nl-3h for geb-bug-gnu-emacs@m.gmane.org; Mon, 04 Sep 2006 08:24:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GKCde-0005wA-D5 for bug-gnu-emacs@gnu.org; Mon, 04 Sep 2006 07:29:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GKCdc-0005uB-P5 for bug-gnu-emacs@gnu.org; Mon, 04 Sep 2006 07:29:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GKCdc-0005ty-Ge for bug-gnu-emacs@gnu.org; Mon, 04 Sep 2006 07:29:12 -0400 Original-Received: from [216.58.44.227] (helo=stark.xeocode.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GKCo8-0000WP-1k for bug-gnu-emacs@gnu.org; Mon, 04 Sep 2006 07:40:04 -0400 Original-Received: from localhost ([127.0.0.1] helo=stark.xeocode.com) by stark.xeocode.com with smtp (Exim 3.36 #1 (Debian)) id 1GKCdC-00048X-00 for ; Mon, 04 Sep 2006 07:28:46 -0400 Original-To: bug-gnu-emacs@gnu.org Original-Lines: 46 X-Mailman-Approved-At: Mon, 04 Sep 2006 08:23:42 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15303 Archived-At: M-x next-error is being confused by output from gcc of the form: In file included from guc.c:6433: which it considers an error line and prompts me to tell it where to open the file named "In file included from guc.c" In previous versions of emacs it ignored this line entirely. In GNU Emacs 22.0.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2006-08-24 on stark X server distributor `The X.Org Foundation', version 11.0.70000000 configured using `configure '--enable-asserts' 'CFLAGS=-g -O0'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil 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_GB locale-coding-system: iso-8859-1 default-enable-multibyte-characters: t Major mode: Message Minor modes in effect: flyspell-mode: t mml-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 unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t abbrev-mode: t -- greg