bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59734: 30.0.50; (void-function vc-git--run-command-string)


From: Dmitry Gutov
Subject: bug#59734: 30.0.50; (void-function vc-git--run-command-string)
Date: Fri, 2 Dec 2022 04:07:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

Hi!

On 01/12/2022 10:13, Manuel Uberti via Bug reports for GNU Emacs, the Swiss army knife of text editors wrote:
Hi,

if I do the following:

- emacs -Q
- M-x toggle-debug-on-error
- C-x p p
- Select an existing Git-versioned project (e.g., my .emacs.d)
- f

I get the following error:

Debugger entered--Lisp error: (void-function vc-git--run-command-string)
  vc-git--run-command-string(nil "ls-files" "-z" "-c" "--exclude-standard" "-o")
   project--vc-list-files("~/.emacs.d/" Git nil)

Thanks for the report. Should be fixed now on the emacs-29 branch (will be synced to master in due time), please test if you can, commit 3bccef6f52.

For a quick fix, though, you can add (require 'vc-git) to your init script.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]