From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#7293: Compilation Error Date: Wed, 27 Oct 2010 22:59:30 -0400 Message-ID: <6mvd4nuinh.fsf@fencepost.gnu.org> References: <0o4oc7qfo6.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1288236569 12455 80.91.229.12 (28 Oct 2010 03:29:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Oct 2010 03:29:29 +0000 (UTC) To: 7293-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 28 05:29:28 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PBJB8-0002Kt-Cj for geb-bug-gnu-emacs@m.gmane.org; Thu, 28 Oct 2010 05:29:26 +0200 Original-Received: from localhost ([127.0.0.1]:42144 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBJB7-0006JJ-PV for geb-bug-gnu-emacs@m.gmane.org; Wed, 27 Oct 2010 23:29:25 -0400 Original-Received: from [140.186.70.92] (port=60518 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBJ9b-00057z-Ui for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 23:27:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBIvJ-0005Ic-Fo for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 23:13:06 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:35515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBIvJ-0005IX-EN for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 23:13:05 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1PBIeo-0003BX-My for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 22:56:02 -0400 Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Thu, 28 Oct 2010 02:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 7293 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 7293@debbugs.gnu.org, rgm@gnu.org Original-Received: via spool by 7293-done@debbugs.gnu.org id=D7293.128823452412232 (code D ref 7293); Thu, 28 Oct 2010 02:56:02 +0000 Original-Received: (at 7293-done) by debbugs.gnu.org; 28 Oct 2010 02:55:24 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PBIeC-0003BF-1v for submit@debbugs.gnu.org; Wed, 27 Oct 2010 22:55:24 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PBIeA-0003BA-Li for 7293-done@debbugs.gnu.org; Wed, 27 Oct 2010 22:55:22 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PBIiA-0001oZ-II; Wed, 27 Oct 2010 22:59:30 -0400 X-Spook: Blowpipe SCUD missile anarchy Defcon JPL eternity server X-Ran: qhh(WJb_V0uQMr8nQ4 (Noah Lavine's message of "Wed\, 27 Oct 2010 22\:17\:06 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 27 Oct 2010 22:56:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org 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:41185 Archived-At: Noah Lavine wrote: > That fixes things. I'm sorry - I had assumed make distclean would > remove all of the .elc files, but clearly it didn't. .elc files are supplied precompiled in the distribution tarfiles, and so are not removed by distclean.