From unknown Tue Aug 19 02:50:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#45007: VC-log helpful modeline information not adapting to scope Resent-From: tomasn@posteo.net Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 02 Dec 2020 11:10:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 45007 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 45007@debbugs.gnu.org X-Debbugs-Original-To: Bug gnu emacs Received: via spool by submit@debbugs.gnu.org id=B.16069073817488 (code B ref -1); Wed, 02 Dec 2020 11:10:01 +0000 Received: (at submit) by debbugs.gnu.org; 2 Dec 2020 11:09:41 +0000 Received: from localhost ([127.0.0.1]:34509 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kkQ0t-0001wc-78 for submit@debbugs.gnu.org; Wed, 02 Dec 2020 06:09:41 -0500 Received: from lists.gnu.org ([209.51.188.17]:34844) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kkQ0r-0001wU-A0 for submit@debbugs.gnu.org; Wed, 02 Dec 2020 06:09:34 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:39462) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kkQ0k-0008My-1K for bug-gnu-emacs@gnu.org; Wed, 02 Dec 2020 06:09:30 -0500 Received: from mout02.posteo.de ([185.67.36.66]:49141) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kkQ0h-000546-R0 for bug-gnu-emacs@gnu.org; Wed, 02 Dec 2020 06:09:25 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 8FB4D2400FE for ; Wed, 2 Dec 2020 12:09:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1606907360; bh=QP+YMd+vFdUD4ImVK1GELKV9VpVMYc/4XUcLz54RCYA=; h=Date:From:To:Subject:From; b=PDMFrJbwaGmKCGEvMVALVTEN8SZg4O73UX0Ipzq2h7oBeFmM/Qxxz+WBlOcR8zlQo xjjhADC84VsvQL3c0WiPH5CKndeAveowjw6sZcHe8nRWYCxLIHYSb5cp1hNhNfyW29 0+YEUtTz2iWCCDEm3YZWwEh/6nEEhrlqDt78NlMBlGRP2iC3IBCxw+s/iz3ROaD9uT jzAAQvo0/zJ8dKS3/UhvTZlCA/lIF2U+7eoNGiYpUJr7NYhTnpzCQavOySHFZCTjCz 3t9aOMmGm9CSzUswJwbZifbpwWG8w5mHEXDkVi1OC5I3J/uoi49UZ0iPzBKgiQXDi0 /zrQXEb6+Rf/w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4CmGSc0L22z6tmJ for ; Wed, 2 Dec 2020 12:09:19 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 02 Dec 2020 12:09:19 +0100 From: tomasn@posteo.net Message-ID: <3e2d8f8afa823c3a53e5e30b894843f7@posteo.net> X-Sender: tomasn@posteo.net User-Agent: Posteo Webmail Received-SPF: pass client-ip=185.67.36.66; envelope-from=tomasn@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello Buglist In the emacs repo, say, visiting INSTALL.REPO C-x v l (vc-print-log) gives me a log and a helpful message on the mode-line: Git-Log-View from INSTALL.REPO Helpful because indeed it logs changes that touch INSTALL.REPO. Visiting the same file again and C-x v L (vc-print-root-log) Shows the same message in the log buffer and it seems less helpful because now I see the log for the root of the repo. It has been seen in emacs master from April. Best regards -- Tomas From unknown Tue Aug 19 02:50:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#45007: VC-log helpful modeline information not adapting to scope Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 07 Jun 2022 11:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45007 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: tomasn@posteo.net Cc: 45007@debbugs.gnu.org Received: via spool by 45007-submit@debbugs.gnu.org id=B45007.165460103123195 (code B ref 45007); Tue, 07 Jun 2022 11:24:01 +0000 Received: (at 45007) by debbugs.gnu.org; 7 Jun 2022 11:23:51 +0000 Received: from localhost ([127.0.0.1]:38670 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nyXJP-000623-EJ for submit@debbugs.gnu.org; Tue, 07 Jun 2022 07:23:51 -0400 Received: from quimby.gnus.org ([95.216.78.240]:51988) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nyXJJ-00061b-OU for 45007@debbugs.gnu.org; Tue, 07 Jun 2022 07:23:50 -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=iRp+9CfiO1+eRUEWJilDVKa+WVqScGEMo222gaD4g1k=; b=rRrPHIrlodaHforEGzt7VNgvIK /07/6mKX/Xz8CrbexYT7RiE2anzlDzNRfeG2SWuICsQnmS124ezxueobTtFv95+PjKzAdvxynnibA VjduhmiMONOrKDVFwd0Cn7uGKuEf3ROMWxS4Np6nzwguzwyEXTJ/MbLsjmdckkcrGvBk=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nyXJA-0001oV-90; Tue, 07 Jun 2022 13:23:39 +0200 From: Lars Ingebrigtsen References: <3e2d8f8afa823c3a53e5e30b894843f7@posteo.net> X-Now-Playing: Blaine L. Reininger's _Commissions 2 (2)_: "Betweenspace" Date: Tue, 07 Jun 2022 13:23:35 +0200 In-Reply-To: <3e2d8f8afa823c3a53e5e30b894843f7@posteo.net> (tomasn@posteo.net's message of "Wed, 02 Dec 2020 12:09:19 +0100") Message-ID: <875ylclnt4.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tomasn@posteo.net writes: > Visiting the same file again and > > C-x v L (vc-print-root-log) > > Shows the same message in the log buffer and it seems less helpful > because now I see the log for the root of the repo. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tomasn@posteo.net writes: > Visiting the same file again and > > C-x v L (vc-print-root-log) > > Shows the same message in the log buffer and it seems less helpful > because now I see the log for the root of the repo. I've now fixed this in Emacs 29. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 07 07:23:52 2022 Received: (at control) by debbugs.gnu.org; 7 Jun 2022 11:23:53 +0000 Received: from localhost ([127.0.0.1]:38672 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nyXJQ-00062D-La for submit@debbugs.gnu.org; Tue, 07 Jun 2022 07:23:52 -0400 Received: from quimby.gnus.org ([95.216.78.240]:52002) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nyXJO-00061l-I0 for control@debbugs.gnu.org; Tue, 07 Jun 2022 07:23:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=BA+xs/7887lZm+eMhEAFqXTjp1c6eu17I9HIEX+KNhk=; b=svHu3CipTNU1Rx+1S/zlsPTW+w LOUsFKqoTF5dhqtK2q+L/cX0XWaLnmhr/6mpnB4IZTS03uMhHzIWPlald79Gkglrexah/UqjcpNB/ OtpKslRrPZ3ts0RFqv5sYaS+7vunDrbXfF9/gKjfxqs7IX3OnZdfiNd//PLSLkN4t2+M=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nyXJG-0001od-LW for control@debbugs.gnu.org; Tue, 07 Jun 2022 13:23:44 +0200 Date: Tue, 07 Jun 2022 13:23:41 +0200 Message-Id: <874k0wlnsy.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #45007 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 45007 29.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 45007 29.1 quit