From owner-freebsd-hackers Wed Oct 23 07:22:44 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA18871 for hackers-outgoing; Wed, 23 Oct 1996 07:22:44 -0700 (PDT) Received: from innocence.interface-business.de (innocence.interface-business.de [193.101.57.202]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA18864 for ; Wed, 23 Oct 1996 07:22:38 -0700 (PDT) Received: from ida.interface-business.de (ida.interface-business.de [193.101.57.203]) by innocence.interface-business.de (8.6.11/8.6.9) with SMTP id PAA04432 for ; Wed, 23 Oct 1996 15:20:39 +0100 Received: (from j@localhost) by ida.interface-business.de (8.7.5/8.7.3) id QAA23779 for freebsd-hackers@freebsd.org; Wed, 23 Oct 1996 16:24:50 +0200 (MET DST) From: J Wunsch Message-Id: <199610231424.QAA23779@ida.interface-business.de> Subject: yacc error messages... To: freebsd-hackers@freebsd.org (FreeBSD hackers) Date: Wed, 23 Oct 1996 16:24:50 +0200 (MET DST) Reply-To: joerg_wunsch@interface-business.de (Joerg Wunsch) X-Phone: +49-351-31809-14 X-Fax: +49-351-3361187 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL15 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk yacc -d -v gram.y yacc: e - line 695 of "gram.y", $$ is untyped yacc: w - line 703 of "gram.y", the precedence of foo has been redeclared This is a little in my way, in particular for Emacs' ``compile-mode''. I would like to make the error and warning output similar to the way all the other utils are doing, something like: gram.y:695: $$ is untyped gram.y:703: warning: the precedence of foo has been redeclared Anybody having strong objections against this? (Of course, i could also modify compile-mode.el, but yacc's error output is really a little out of line with the rest of the development tools.) -- J"org Wunsch Unix support engineer joerg_wunsch@interface-business.de http://www.interface-business.de/~j