From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#6745: 24.0.50; vc-annotate should allow to configure the width of blame info Date: Wed, 11 May 2022 19:53:54 +0300 Organization: LINKOV.NET Message-ID: <86sfpgzcmd.fsf@mail.linkov.net> References: <87ee124r6k.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12091"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: 6745@debbugs.gnu.org, "Aneesh Kumar K.V" , Dmitry Gutov To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed May 11 19:23:33 2022 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 1noq3g-000308-2R for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 11 May 2022 19:23:32 +0200 Original-Received: from localhost ([::1]:38636 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1noq3e-0007fu-PO for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 11 May 2022 13:23:30 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53810) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1noq2E-0005Rd-R9 for bug-gnu-emacs@gnu.org; Wed, 11 May 2022 13:22:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:44448) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1noq2E-0008Gj-IR for bug-gnu-emacs@gnu.org; Wed, 11 May 2022 13:22:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1noq2E-0001qq-EW for bug-gnu-emacs@gnu.org; Wed, 11 May 2022 13:22:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 May 2022 17:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6745 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 6745-submit@debbugs.gnu.org id=B6745.16522897127060 (code B ref 6745); Wed, 11 May 2022 17:22:02 +0000 Original-Received: (at 6745) by debbugs.gnu.org; 11 May 2022 17:21:52 +0000 Original-Received: from localhost ([127.0.0.1]:38337 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noq23-0001po-LO for submit@debbugs.gnu.org; Wed, 11 May 2022 13:21:51 -0400 Original-Received: from relay10.mail.gandi.net ([217.70.178.230]:44709) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noq21-0001pK-Ur for 6745@debbugs.gnu.org; Wed, 11 May 2022 13:21:50 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id EDCFF24000C; Wed, 11 May 2022 17:21:41 +0000 (UTC) In-Reply-To: <87ee124r6k.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 09 May 2022 18:16:35 +0200") 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:231973 Archived-At: > But to do that, I think we'd have to rework how vc-*-annotate-command > works. I think they basically work by running the "blame" command for > the VC in a buffer, and then parsing/fontifying the output a bit? There is no such problem in the vc-git backend because it shows short hashes, and also it's possible to make other parts shorter by customizing vc-git-annotate-switches.