GNU bug report logs - #12492
24.2.50; Open vc-dir buffer easier and faster

Previous Next

Package: emacs;

Reported by: Dmitry Gutov <dgutov <at> yandex.ru>

Date: Sat, 22 Sep 2012 23:06:01 UTC

Severity: wishlist

Tags: patch

Found in version 24.2.50

Done: Dmitry Gutov <dgutov <at> yandex.ru>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Dmitry Gutov <dgutov <at> yandex.ru>
To: Juri Linkov <juri <at> linkov.net>
Cc: Andreas Schwab <schwab <at> suse.de>, 12492 <at> debbugs.gnu.org
Subject: bug#12492: Acknowledgement (24.2.50; Open vc-dir buffer easier and faster)
Date: Fri, 5 Jul 2019 16:44:59 +0300
On 05.07.2019 1:05, Juri Linkov wrote:

> BTW, why vc-git-log-incoming and vc-git-log-outgoing are interactive?
> It seems these functions are not intended to be used as commands:

Makes sense, thank you. Please install.

> diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el
> index f62e108322..6a6036cf8a 100644
> --- a/lisp/vc/vc-git.el
> +++ b/lisp/vc/vc-git.el
> @@ -1048,7 +1050,6 @@ vc-git-print-log
>   		'("--")))))))
>   
>   (defun vc-git-log-outgoing (buffer remote-location)
> -  (interactive)
>     (vc-setup-buffer buffer)
>     (vc-git-command
>      buffer 'async nil
> @@ -1062,7 +1063,6 @@ vc-git-log-outgoing
>   	   "..HEAD")))
>   
>   (defun vc-git-log-incoming (buffer remote-location)
> -  (interactive)
>     (vc-setup-buffer buffer)
>     (vc-git-command nil 0 nil "fetch")
>     (vc-git-command
> 





This bug report was last modified 5 years and 58 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.