From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: =?UTF-8?Q?G=C3=B6ktu=C4=9F?= Kayaalp Newsgroups: gmane.emacs.bugs Subject: bug#28570: Added patch, pinging Date: Mon, 16 Oct 2017 18:51:15 +0300 Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: blaine.gmane.org 1508169134 16033 195.159.176.226 (16 Oct 2017 15:52:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 16 Oct 2017 15:52:14 +0000 (UTC) Cc: 28570@debbugs.gnu.org To: dgutov@yandex.ru Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 16 17:52:10 2017 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e47gU-0003BP-Ga for geb-bug-gnu-emacs@m.gmane.org; Mon, 16 Oct 2017 17:52:06 +0200 Original-Received: from localhost ([::1]:33733 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e47gb-0002MM-T7 for geb-bug-gnu-emacs@m.gmane.org; Mon, 16 Oct 2017 11:52:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e47gV-0002MH-A1 for bug-gnu-emacs@gnu.org; Mon, 16 Oct 2017 11:52:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e47gQ-0001cm-DM for bug-gnu-emacs@gnu.org; Mon, 16 Oct 2017 11:52:07 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:35368) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e47gQ-0001cc-8j for bug-gnu-emacs@gnu.org; Mon, 16 Oct 2017 11:52:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e47gP-0002aN-VL for bug-gnu-emacs@gnu.org; Mon, 16 Oct 2017 11:52:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: Resent-From: =?UTF-8?Q?G=C3=B6ktu=C4=9F?= Kayaalp Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 16 Oct 2017 15:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28570 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 28570-submit@debbugs.gnu.org id=B28570.15081690819891 (code B ref 28570); Mon, 16 Oct 2017 15:52:01 +0000 Original-Received: (at 28570) by debbugs.gnu.org; 16 Oct 2017 15:51:21 +0000 Original-Received: from localhost ([127.0.0.1]:44049 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e47fl-0002ZT-1P for submit@debbugs.gnu.org; Mon, 16 Oct 2017 11:51:21 -0400 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:46298) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e47fi-0002ZK-JW for 28570@debbugs.gnu.org; Mon, 16 Oct 2017 11:51:19 -0400 X-Originating-IP: 188.3.108.78 Original-Received: from alpha.alpha (unknown [188.3.108.78]) (Authenticated sender: self@gkayaalp.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 4699FA8117; Mon, 16 Oct 2017 17:51:15 +0200 (CEST) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 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.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:138530 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, I have added a patch to this bug as was requested. I'm just pinging in case it went unnoticed as it seems to me that nothing has happened to it in the past six days. Anyways I guess I actually had to attach the patch file from git-format-patch, so I'm doing that in this message. Please excuse me for this mess, I'm quite ignorant of git, but I'll have learned my lesson for my next patch. Cheers! --=20 =C4=B0. G=C3=B6ktu=C4=9F Kayaalp 024C 30DD 597D 142B 49AC 40EB 465C D949 B101 2427 --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-Implement-vc-default-dir-extra-headers-for-vc-rcs.patch >From 2936e254c12820cdfaa2683e1bd831a561ff1d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0=2E=20G=C3=B6ktu=C4=9F=20Kayaalp?= Date: Tue, 10 Oct 2017 01:43:30 +0300 Subject: [PATCH] =?UTF-8?q?Implement=20=E2=80=98vc-default-dir-extra-heade?= =?UTF-8?q?rs=E2=80=99=20for=20vc-rcs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add an implementation of this for vc-rcs that does nothing to suppress the message the default function adds to the vc-dir buffer (Bug#28570). * lisp/vc/vc-rcs.el (vc-rcs-dir-extra-headers): New function. --- lisp/vc/vc-rcs.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/vc/vc-rcs.el b/lisp/vc/vc-rcs.el index db1addbecd..6e639f8d13 100644 --- a/lisp/vc/vc-rcs.el +++ b/lisp/vc/vc-rcs.el @@ -177,6 +177,8 @@ vc-rcs-dir-status-files (push (list frel state) result)))) (funcall update-function result))) +(defun vc-rcs-dir-extra-headers (&rest ignore)) + (defun vc-rcs-working-revision (file) "RCS-specific version of `vc-working-revision'." (or (and vc-consult-headers -- 2.11.0 --=-=-=--