From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.devel Subject: Re: "ignored" in *vc-dir* buffers Date: Fri, 17 Jul 2020 16:25:10 +0200 Message-ID: <87v9immd6h.fsf@gnus.org> References: <87blkentg1.fsf@gnus.org> <5183436f-bbbc-d591-63dc-b29bc163a5c9@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21530"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jul 17 16:26:01 2020 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 1jwRJI-0005U7-BM for ged-emacs-devel@m.gmane-mx.org; Fri, 17 Jul 2020 16:26:00 +0200 Original-Received: from localhost ([::1]:39542 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jwRJH-0001IN-E3 for ged-emacs-devel@m.gmane-mx.org; Fri, 17 Jul 2020 10:25:59 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51962) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jwRIc-0000N1-Lg for emacs-devel@gnu.org; Fri, 17 Jul 2020 10:25:18 -0400 Original-Received: from quimby.gnus.org ([2a01:4f9:2b:f0f::2]:60630) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jwRIa-0000lq-QS for emacs-devel@gnu.org; Fri, 17 Jul 2020 10:25:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=kvES8ycsfc7BVZt2YvMfOqVwQWK+bjZaZobdegFd+j0=; b=O6+iBbXfAoFEjb/wIs5NRpzBSW JHyZu46wwYkZD1G7d1lIDqcyUcLjhII2JgPXUFewJLg5p3xT3sW9tnU1HMrBCNljQq28BeJ7rcmdI 2WGslO/K1UZO5Zz/EaH9KsoLr5AKiaB3Q2PAeTsam1srxXxhPaFwkN6AG8ksD4mJfloA=; Original-Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jwRIV-0004y3-Oz; Fri, 17 Jul 2020 16:25:14 +0200 In-Reply-To: <5183436f-bbbc-d591-63dc-b29bc163a5c9@yandex.ru> (Dmitry Gutov's message of "Fri, 17 Jul 2020 17:12:11 +0300") Received-SPF: pass client-ip=2a01:4f9:2b:f0f::2; envelope-from=larsi@gnus.org; helo=quimby.gnus.org X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:253023 Archived-At: Dmitry Gutov writes: > On 17.07.2020 16:48, Lars Ingebrigtsen wrote: >> When I'm checking stuff in in Emacs 28 now, I'm always getting >> ./ >> doc/misc/ >> * up-to-date doc/misc/eww.texi >> etc/ >> * up-to-date etc/NEWS >> lisp/net/ >> * ignored lisp/net/shr.el >> or something like that. That is, a few of the lines will say >> "ignored" >> while the rest say "up-to-date" as expected. >> As far as I can tell, nothing is actually ignored... >> This used to work better before... is this something other people >> are >> seeing, or should I start debugging? > > Can't reproduce. If I edit shr.el and save it, it shows up as "edited" > in the VC-Dir buffer. Yes, that works correctly. It's only when I check files in that they switch to "ignored". -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no