From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#33602: 27.0.50; Compiling no file at Date: Fri, 7 Dec 2018 13:43:27 +0000 Message-ID: <20181207134327.GA7949@ACM> References: <20181206133327.70786.qmail@mail.muc.de> <20181206215832.GA23102@INDRA> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1544190433 5075 195.159.176.226 (7 Dec 2018 13:47:13 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 7 Dec 2018 13:47:13 +0000 (UTC) User-Agent: Mutt/1.10.1 (2018-07-13) Cc: Colin Baxter , 33602@debbugs.gnu.org To: "markusffm@fn.de" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Dec 07 14:47:08 2018 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gVGTE-0001Eu-LF for geb-bug-gnu-emacs@m.gmane.org; Fri, 07 Dec 2018 14:47:08 +0100 Original-Received: from localhost ([::1]:46378 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gVGVL-0008K7-6t for geb-bug-gnu-emacs@m.gmane.org; Fri, 07 Dec 2018 08:49:19 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gVGVC-0008Iv-SX for bug-gnu-emacs@gnu.org; Fri, 07 Dec 2018 08:49:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gVGV8-0006nA-Oj for bug-gnu-emacs@gnu.org; Fri, 07 Dec 2018 08:49:10 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:60360) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gVGV4-0006ct-Fr for bug-gnu-emacs@gnu.org; Fri, 07 Dec 2018 08:49:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gVGV4-0003BO-AP for bug-gnu-emacs@gnu.org; Fri, 07 Dec 2018 08:49:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Dec 2018 13:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33602 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 33602-submit@debbugs.gnu.org id=B33602.154419050212183 (code B ref 33602); Fri, 07 Dec 2018 13:49:01 +0000 Original-Received: (at 33602) by debbugs.gnu.org; 7 Dec 2018 13:48:22 +0000 Original-Received: from localhost ([127.0.0.1]:36385 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gVGUQ-0003AR-DJ for submit@debbugs.gnu.org; Fri, 07 Dec 2018 08:48:22 -0500 Original-Received: from colin.muc.de ([193.149.48.1]:45470 helo=mail.muc.de) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1gVGUO-0003AD-Us for 33602@debbugs.gnu.org; Fri, 07 Dec 2018 08:48:21 -0500 Original-Received: (qmail 95369 invoked by uid 3782); 7 Dec 2018 13:48:19 -0000 Original-Received: from acm.muc.de (p2E5D5936.dip0.t-ipconnect.de [46.93.89.54]) by colin.muc.de (tmda-ofmipd) with ESMTP; Fri, 07 Dec 2018 14:48:18 +0100 Original-Received: (qmail 8021 invoked by uid 1000); 7 Dec 2018 13:43:27 -0000 Content-Disposition: inline In-Reply-To: <20181206215832.GA23102@INDRA> X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 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: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:153166 Archived-At: Hello, Markus. On Thu, Dec 06, 2018 at 22:58:33 +0100, markusffm@fn.de wrote: > >Could you please tell us whether your .emacs (or other initialisation > >file) performs byte compilation, and if so, what commands it does this > >with. > there is no byte compile during initialization. All the bytecode is > untouched for years; without problems until recently. Yes. I put some enhancements into the byte compiler's warning handler very recently, and suspect that has triggered some existing problem, and that is what you are seeing. Having grepped Emacs's source, it seems like the byte compiler is the only bit that writes "Compiling no file at ..." to the buffer *Compile-Log*. There are quite a few Emacs functions which call the byte compiler, even though they are not byte compilations themselves. Would you be prepared to help us with a bit of debugging? What would be useful is for you to "bisect" your .emacs file. That is, comment out the second half of it (more or less), start Emacs and note whether the silly warning happens. If it does, comment out the last three quarters (more or less) of .emacs, if it doesn't, comment out the first quarter. And so on. This should quickly home in on the form in your .emacs which is triggering the bug in Emacs. Please tell us what this form is. It would help greatly in solving the problem @Colin: any chance you could do the same, please. > Regards M By the way, would you please leave in the mailing list address as a Cc:, so that everybody can see what's happening. Thanks! -- Alan Mackenzie (Nuremberg, Germany).