From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: old-style backquotes warnings Date: Sun, 09 Sep 2007 22:52:08 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1189370890 4755 80.91.229.12 (9 Sep 2007 20:48:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 Sep 2007 20:48:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 10 06:47:57 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 1IUaK7-000174-7P for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2007 05:52:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUSpk-0003tq-Oc for ged-emacs-devel@m.gmane.org; Sun, 09 Sep 2007 15:52:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IUSpH-0003fr-SC for emacs-devel@gnu.org; Sun, 09 Sep 2007 15:52:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IUSpH-0003f7-A2 for emacs-devel@gnu.org; Sun, 09 Sep 2007 15:52:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUSpH-0003eq-3j for emacs-devel@gnu.org; Sun, 09 Sep 2007 15:52:11 -0400 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IUSpG-0000z8-MO for emacs-devel@gnu.org; Sun, 09 Sep 2007 15:52:10 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-122-177.inter.net.il [84.229.122.177]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id DOU43363 (AUTH halo1); Sun, 9 Sep 2007 22:52:04 +0300 (IDT) In-reply-to: (message from Stefan Monnier on Sun, 09 Sep 2007 15:34:35 -0400) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:78341 Archived-At: > Cc: emacs-devel@gnu.org > From: Stefan Monnier > Date: Sun, 09 Sep 2007 15:34:35 -0400 > > > Why doesn't this warning follow the format of other warnings emitted > > by the byte compiler? > > > Compiling progmodes/cc-subword.el > > !! File cc-vars.el uses old-style backquotes !! > > Probably because I don't know what's the normal format. I hope this is a joke (though it's way too far from April 1st), because I think you wrote the code that produces the normal format, e.g.: In end of data: net/browse-url.el:1555:1:Warning: the following functions are not known to be defined: copy-seq, w3-fetch-other-window, w3-fetch, case, otherwise In other words a format that `next-error' can parse.