From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Merging native-comp and pgtk Date: Sat, 13 Feb 2021 16:16:25 +0200 Message-ID: <83im6wcati.fsf@gnu.org> References: <07D5E64D-DAD0-45B3-B272-627A73D7CBAE@gmail.com> <87wnvlecrw.fsf@gnus.org> <83sg69o3av.fsf@gnu.org> <87mtwhctte.fsf@gnus.org> <459A0475-E3E7-4159-82DF-93809CCF1E24@gmail.com> <87eehng52n.fsf@gnus.org> <87mtwbye5b.fsf@gmail.com> <87czx7ycva.fsf@tcd.ie> <87eehmyalr.fsf@gmail.com> <877dneoewi.fsf@tcd.ie> <875z2yy6z7.fsf@gmail.com> <878s7twq2t.fsf@gmail.com> <84adc238-c424-bb6b-da28-c4232172da5b@gmx.at> <83wnvddtgh.fsf@gnu.org> <86k0rc2a44.fsf@gmail.com> <835z2we32g.fsf@gnu.org> <86blco15hj.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32469"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Andy Moreton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Feb 13 15:19:23 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lAvla-0008L9-PU for ged-emacs-devel@m.gmane-mx.org; Sat, 13 Feb 2021 15:19:22 +0100 Original-Received: from localhost ([::1]:52876 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lAvlZ-0002de-RE for ged-emacs-devel@m.gmane-mx.org; Sat, 13 Feb 2021 09:19:21 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60560) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lAvin-0000NQ-5i for emacs-devel@gnu.org; Sat, 13 Feb 2021 09:16:29 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50290) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lAvim-0002sH-Ru; Sat, 13 Feb 2021 09:16:28 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1644 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lAvij-0005DJ-PM; Sat, 13 Feb 2021 09:16:27 -0500 In-Reply-To: <86blco15hj.fsf@gmail.com> (message from Andy Moreton on Sat, 13 Feb 2021 13:07:04 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:264626 Archived-At: > From: Andy Moreton > Date: Sat, 13 Feb 2021 13:07:04 +0000 > > >> - The async background compile and intrusive warnings are intrusive and > >> make emacs unresponsive to user input. The async background compile > >> is difficult to control (other than disabling completely), or to see > >> which files are still in the queue to be compiled. > > > > Did you report the problems with the warnings? If not, please report > > them to the bug tracker. > > I mentioned this on 2020-12-21 in bug #45303. > > >> - The dependencies for building .eln files do not work. If the .elc > >> file for a .el file exists, the .eln will not be built (even if the > >> .eln does not exist). > > > > Was this reported as a bug? > > No. I thought I had mentioned it here or in #45303, but I cannot find it > in the archives. I suggest to report these two. That will go a long way towards ensuring they will be fixed. Thanks.