From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#48079: Temporary files while building after native-comp merge Date: Thu, 29 Apr 2021 08:19:31 +0000 Message-ID: References: <835z06hanw.fsf@gnu.org> <83y2d2fv6c.fsf@gnu.org> <83wnslekok.fsf@gnu.org> Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1515"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Stefan Kangas , 48079@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Apr 29 10:20:11 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1lc1u7-0000HG-9R for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 29 Apr 2021 10:20:11 +0200 Original-Received: from localhost ([::1]:52746 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lc1u6-00059M-CC for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 29 Apr 2021 04:20:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48040) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lc1ty-000594-NE for bug-gnu-emacs@gnu.org; Thu, 29 Apr 2021 04:20:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:43245) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lc1ty-0002dx-B6 for bug-gnu-emacs@gnu.org; Thu, 29 Apr 2021 04:20:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lc1ty-0004ss-7G for bug-gnu-emacs@gnu.org; Thu, 29 Apr 2021 04:20:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 29 Apr 2021 08:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48079 X-GNU-PR-Package: emacs Original-Received: via spool by 48079-submit@debbugs.gnu.org id=B48079.161968437518736 (code B ref 48079); Thu, 29 Apr 2021 08:20:02 +0000 Original-Received: (at 48079) by debbugs.gnu.org; 29 Apr 2021 08:19:35 +0000 Original-Received: from localhost ([127.0.0.1]:54791 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lc1tW-0004s8-UK for submit@debbugs.gnu.org; Thu, 29 Apr 2021 04:19:35 -0400 Original-Received: from mx.sdf.org ([205.166.94.24]:60515) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lc1tU-0004ry-IM for 48079@debbugs.gnu.org; Thu, 29 Apr 2021 04:19:33 -0400 Original-Received: from mab (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 13T8JVAo012799 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Thu, 29 Apr 2021 08:19:32 GMT In-Reply-To: <83wnslekok.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 29 Apr 2021 08:14:51 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:205158 Archived-At: Eli Zaretskii writes: >> From: Stefan Kangas >> Date: Wed, 28 Apr 2021 16:26:30 -0500 >> Cc: Eli Zaretskii , 48079@debbugs.gnu.org >> >> Andrea Corallo writes: >> >> > I'm wondering, is it a real issue not to have in .gitignore files that >> > are showing up temporary? >> >> That depends on your definition of "real issue", I suppose. ;-) >> >> For me it becomes a real issue because I'm used to be working in the >> magit-status buffer while compiling, and that buffer shows all >> uncommitted files at the top and any changes at the bottom. It is >> unsettling to have these files show up there occasionally as it makes >> the changes "jump" up and down. > > Do you have some kind of auto-revert feature turned on? If not, how > come magit-status even knows these files are created? I believe he's referring to a new invocation of `magit-status' while compilation is happening. Andrea