From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Markus Rost Newsgroups: gmane.emacs.devel Subject: Re: compilation-forget-errors still used by tex-mode.el Date: Sun, 21 Mar 2004 01:14:02 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040320204132.7c84a06b.occitan@esperanto.org> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1079828198 23015 80.91.224.253 (21 Mar 2004 00:16:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 21 Mar 2004 00:16:38 +0000 (UTC) Cc: emacs-devel@gnu.org, monnier@iro.umontreal.ca, storm@cua.dk Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Mar 21 01:16:29 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 1B4qdh-0002Rz-00 for ; Sun, 21 Mar 2004 01:16:29 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B4qdg-0004P5-00 for ; Sun, 21 Mar 2004 01:16:29 +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 1B4qcv-0004Ay-5a for emacs-devel@quimby.gnus.org; Sat, 20 Mar 2004 19:15:41 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B4qcR-0004A6-N5 for emacs-devel@gnu.org; Sat, 20 Mar 2004 19:15:11 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B4qbQ-0003n2-KN for emacs-devel@gnu.org; Sat, 20 Mar 2004 19:14:40 -0500 Original-Received: from [129.70.14.4] (helo=keep.Mathematik.Uni-Bielefeld.DE) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B4qbQ-0003mP-4t for emacs-devel@gnu.org; Sat, 20 Mar 2004 19:14:08 -0500 Original-Received: from yui26.Mathematik.Uni-Bielefeld.DE (yui26.Mathematik.uni-bielefeld.de [129.70.14.216]) by keep.Mathematik.Uni-Bielefeld.DE (Postfix) with ESMTP id BBC02258024; Sun, 21 Mar 2004 01:14:02 +0100 (CET) Original-Received: from rost by yui26.Mathematik.Uni-Bielefeld.DE with local (Exim 3.35 #1 (Debian)) id 1B4qbK-0008Cm-00; Sun, 21 Mar 2004 01:14:02 +0100 Original-To: Daniel Pfeiffer In-reply-to: <20040320204132.7c84a06b.occitan@esperanto.org> (dapfy@t-online.de) X-Mailer: GNU Emacs 21.3+ X-Home-Page: http://www.mathematik.uni-bielefeld.de/~rost 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:20655 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20655 > What happens if you call TeX with -file-line-error-style in normal M-x > compile? "Overfull \hbox" messages as printed usual, like Overfull \hbox (225.80205pt too wide) in paragraph at lines 3--4 Anyway, "Overfull \hbox" messages are easy to parse, since they are printed in one line with a simple format.