From unknown Sun Aug 10 20:05:53 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#59734 <59734@debbugs.gnu.org> To: bug#59734 <59734@debbugs.gnu.org> Subject: Status: 30.0.50; (void-function vc-git--run-command-string) Reply-To: bug#59734 <59734@debbugs.gnu.org> Date: Mon, 11 Aug 2025 03:05:53 +0000 retitle 59734 30.0.50; (void-function vc-git--run-command-string) reassign 59734 emacs submitter 59734 Manuel Uberti severity 59734 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 01 03:13:29 2022 Received: (at submit) by debbugs.gnu.org; 1 Dec 2022 08:13:29 +0000 Received: from localhost ([127.0.0.1]:38180 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p0ehE-0006D3-Nv for submit@debbugs.gnu.org; Thu, 01 Dec 2022 03:13:29 -0500 Received: from lists.gnu.org ([209.51.188.17]:53408) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p0ehB-0006Cx-PV for submit@debbugs.gnu.org; Thu, 01 Dec 2022 03:13:27 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p0ehB-0004F3-6n for bug-gnu-emacs@gnu.org; Thu, 01 Dec 2022 03:13:25 -0500 Received: from latitanza.investici.org ([2001:888:2000:56::19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p0eh8-0000NV-CT for bug-gnu-emacs@gnu.org; Thu, 01 Dec 2022 03:13:24 -0500 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4NN82z5dm3zGp8r for ; Thu, 1 Dec 2022 08:13:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1669882395; bh=QB6TTEoK+oBgoEEmHlPS4yce2R7RaEngit6GySNeqFI=; h=Date:To:Subject:From:From; b=nO+CmrQPnfh99y42sKaG0bAGKeUvisRxLEpxhBtQ+QZ4RcXD+ta1mV85VvdFkoIHw tC/73EHbeT3nlOXDUTuf6LkvC8DL21EF2/cE1hmAegvlcXcwhNoBvmtQMk5j/3vKDE +rBhGm4igpyNjcCeANKNFM1DCrX1rfIzUbm3piQI= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: manuel.uberti@inventati.org) by localhost (Postfix) with ESMTPSA id 4NN82z4l99zGp8l for ; Thu, 1 Dec 2022 08:13:15 +0000 (UTC) Message-ID: <9c1fa643-c25b-3cba-d832-670777cba5c5@inventati.org> Date: Thu, 1 Dec 2022 09:13:12 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 To: bug-gnu-emacs@gnu.org Subject: 30.0.50; (void-function vc-git--run-command-string) Content-Language: en-GB From: Manuel Uberti Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=manuel.uberti@inventati.org; helo=latitanza.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit 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: -2.4 (--) 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) #f(compiled-function (dir) #)("~/.emacs.d/") mapcan(#f(compiled-function (dir) #) ("~/.emacs.d/")) #f(compiled-function (project &optional dirs) #)((vc Git "~/.emacs.d/") ("~/.emacs.d/")) apply(#f(compiled-function (project &optional dirs) #) (vc Git "~/.emacs.d/") ("~/.emacs.d/")) project-files((vc Git "~/.emacs.d/") ("~/.emacs.d/")) project-find-file-in(nil ("~/.emacs.d/") (vc Git "~/.emacs.d/") nil) project-find-file(nil) funcall-interactively(project-find-file nil) project-switch-project("~/.emacs.d/") funcall-interactively(project-switch-project "~/.emacs.d/") call-interactively(project-switch-project nil nil) command-execute(project-switch-project) In GNU Emacs 30.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) of 2022-12-01 built on baruch Repository revision: ff64a85b2db11b57dda8be0fa0b749870d353590 Repository branch: master System Description: Ubuntu 22.04.1 LTS Configured using: 'configure --with-native-compilation --with-pgtk' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PGTK PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS XIM GTK3 ZLIB Important settings: value of $LC_MESSAGES: en_GB.UTF-8 value of $LC_MONETARY: it_IT.UTF-8 value of $LC_NUMERIC: it_IT.UTF-8 value of $LC_TIME: it_IT.UTF-8 value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message mailcap yank-media puny dired dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068 epg-config gnus-util text-property-search time-date mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils help-fns radix-tree cl-print debug backtrace find-func cus-start cus-load thingatpt vc-svn project byte-opt comp comp-cstr warnings icons subr-x rx cl-seq cl-macs gv cl-extra help-mode cl-loaddefs cl-lib bytecomp byte-compile rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/pgtk-win pgtk-win term/common-win pgtk-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify dynamic-setting system-font-setting font-render-setting cairo gtk pgtk lcms2 multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 98240 5995) (symbols 48 8715 0) (strings 32 24180 1240) (string-bytes 1 693920) (vectors 16 16632) (vector-slots 8 294481 13500) (floats 8 36 88) (intervals 56 371 0) (buffers 984 13)) -- Manuel Uberti https://manueluberti.eu From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 01 21:07:40 2022 Received: (at 59734) by debbugs.gnu.org; 2 Dec 2022 02:07:41 +0000 Received: from localhost ([127.0.0.1]:43285 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p0vSm-0004dD-DN for submit@debbugs.gnu.org; Thu, 01 Dec 2022 21:07:40 -0500 Received: from mail-wr1-f50.google.com ([209.85.221.50]:45967) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p0vSg-0004d6-7u for 59734@debbugs.gnu.org; Thu, 01 Dec 2022 21:07:39 -0500 Received: by mail-wr1-f50.google.com with SMTP id d1so5715972wrs.12 for <59734@debbugs.gnu.org>; Thu, 01 Dec 2022 18:07:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :sender:from:to:cc:subject:date:message-id:reply-to; bh=fbldVQi1OQO/MeQdprh0oaahjmsbJyrY+X2JmdR4MCw=; b=EBIp2Cb/4ollcdsHvYbcNKb4R7/17otFp4yL+by9FVY6IOKxN6s/pyf3HQg3NlaLyq /PiSzI05SDTDlBraMbwrEkquJwzSURvGT2lnG3xtjJ4uKJ8aWjOXUBUIsACv+EO20Jcf FrDvVqXu2ShKZa+les7gMuyr1zc2QP8/k0mXwH4Mbzup/CjEQ6uN4HFbo4bMhCB2PNdL ufz3o6UnvwtfublYFSMSEAdSsSqOiYovx8ln22KNT+MNoD+Vhxg5/HhbU7+EPNxKhUb9 dvC7iXMOs5Ph1tu47tWJE334D1yss/xSVUCsnjEHX/JAd0qU5K1+Nk40nQBr/pipV0tQ h/vA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :sender:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=fbldVQi1OQO/MeQdprh0oaahjmsbJyrY+X2JmdR4MCw=; b=dMccAS68G/F0dswEJX2tiWQCz06O0o1RMFzk+8h/Oa8J17xYMZxR1Jxzuu0ILIFvVp uqgPCXJjOzj5FEJTTUf+gqbJhMfhoWyBjPRDT1UE1JjMSG7AvdJ5QBDSwX3pp8IYQBuq HmSDSL4wK83YO7z9oLqCGn2c2t4BAlIY6wN39yRR9kn2qd02EaiwpYHwvHSTgt9DxtpN j13gA51k+tr6qlTaljH416RTIVIzlfPKUOvZvduA1eXLf4+M6RlHYn0pYR4Dcpgo2vlR ZMGzMdRxPYUVqNeGazfsoDlV0vDslenVBA8MfizbgUJKKIrlUWWpfY3KyYbUpwKO1iVd KbJg== X-Gm-Message-State: ANoB5pmGzH3FzP4+HZcWWGCBNQnI7B88EFq+mfs6i+61mDjVtn43eZ5a 6LS/vWReLtSo0RwRMTtG27A= X-Google-Smtp-Source: AA0mqf4jh9V2cKNtLTAUYxs01xiUVyK9Qu/dmNOtn+5xCu/oAz3z5HRrf0TzcttXEDmb6mGzy0G/fA== X-Received: by 2002:a5d:5045:0:b0:242:199a:e067 with SMTP id h5-20020a5d5045000000b00242199ae067mr13086308wrt.148.1669946848173; Thu, 01 Dec 2022 18:07:28 -0800 (PST) Received: from [192.168.0.6] ([46.251.119.176]) by smtp.googlemail.com with ESMTPSA id bs4-20020a056000070400b0023677081f3asm5692042wrb.42.2022.12.01.18.07.27 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 01 Dec 2022 18:07:27 -0800 (PST) Message-ID: Date: Fri, 2 Dec 2022 04:07:26 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: bug#59734: 30.0.50; (void-function vc-git--run-command-string) Content-Language: en-US To: Manuel Uberti , 59734@debbugs.gnu.org References: <9c1fa643-c25b-3cba-d832-670777cba5c5@inventati.org> From: Dmitry Gutov In-Reply-To: <9c1fa643-c25b-3cba-d832-670777cba5c5@inventati.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: 59734 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: -0.8 (/) 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. From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 02 08:45:34 2022 Received: (at 59734) by debbugs.gnu.org; 2 Dec 2022 13:45:34 +0000 Received: from localhost ([127.0.0.1]:46824 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p16MA-0005bv-79 for submit@debbugs.gnu.org; Fri, 02 Dec 2022 08:45:34 -0500 Received: from confino.investici.org ([93.190.126.19]:30693) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p16M6-0005bp-Lw for 59734@debbugs.gnu.org; Fri, 02 Dec 2022 08:45:32 -0500 Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4NNvMr6Kwbz10vf; Fri, 2 Dec 2022 13:45:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1669988728; bh=zemQMLTrvyAfTxnXVkfW+mqkLrQVju0f0ZGmzLV70jI=; h=Date:Subject:To:References:From:In-Reply-To:From; b=hpR5BjNPsu20pgJsHmmWNjqaXqPnKXQs1m3vXnrSYKGkz+442P/O/pV8YjDvRg9GF 3leSjbVeGWiM+IbWK1MSpY3Jen2yxaVn8spbSeWaNATmthEybSbjHaNaEn+0wDgSTO K5aRcwkWvAHMe3QGClSr51i8+ir/PDpq/Qqp4T9Q= Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: manuel.uberti@inventati.org) by localhost (Postfix) with ESMTPSA id 4NNvMr4rbgz10tW; Fri, 2 Dec 2022 13:45:28 +0000 (UTC) Message-ID: <08ba1b5c-7fc7-5210-9d58-0ed8a36ac630@inventati.org> Date: Fri, 2 Dec 2022 14:45:25 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 Subject: Re: bug#59734: 30.0.50; (void-function vc-git--run-command-string) To: Dmitry Gutov , 59734@debbugs.gnu.org References: <9c1fa643-c25b-3cba-d832-670777cba5c5@inventati.org> Content-Language: en-GB From: Manuel Uberti In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 59734 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: -1.0 (-) On 02/12/22 03:07, Dmitry Gutov wrote: > 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. Thank you, your fix works as expected. > For a quick fix, though, you can add (require 'vc-git) to your init script. I got your fix first. :) This ticket can be closed. -- Manuel Uberti https://manueluberti.eu From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 02 10:10:06 2022 Received: (at 59734-done) by debbugs.gnu.org; 2 Dec 2022 15:10:06 +0000 Received: from localhost ([127.0.0.1]:47253 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p17fx-0006TX-VZ for submit@debbugs.gnu.org; Fri, 02 Dec 2022 10:10:06 -0500 Received: from mail-wm1-f50.google.com ([209.85.128.50]:51802) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p17ft-0006T4-J4 for 59734-done@debbugs.gnu.org; Fri, 02 Dec 2022 10:10:04 -0500 Received: by mail-wm1-f50.google.com with SMTP id bg10so3742208wmb.1 for <59734-done@debbugs.gnu.org>; Fri, 02 Dec 2022 07:10:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :sender:from:to:cc:subject:date:message-id:reply-to; bh=G5FlkTPxXRWQyJQmbgQL1AwHu+TDLItd5FPg63W4Up0=; b=a+RBH8m//UcVwQ4jEc+5EOXcDr0cvec/O/g9ybKsmZzT7GO3x9ePGJJ4xWx9L+67Oo MQ4msJWxwHnmqiSwAUA1cBhZxpSjwc+93xALZnpED+EAB9ZZlvLE1WkPfHkXuarnwUnC 5IGLYZGOYP7L3znzGnQ5uSdoDjqOwhfodEKYNV1BHXzmnsXUygoMnUMFo81yQ+cVKuxE q9fpjMk3oH9dXriHYikCaIJUGLeCdW+tIl8IOiAk0Qiaej6NLVKxrAJNAbzn30vwrw8h IW9m7gtMHMlMDRZlZplOKv3fYfy+UnYyYgC8PFX//xG5ouqqoOnSepnn/jp4Vft2AweB qgAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :sender:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=G5FlkTPxXRWQyJQmbgQL1AwHu+TDLItd5FPg63W4Up0=; b=6Dp0tdty9sa1Kk0ghkh7q0VjjLfNpzSuxl+arQ5Rh7iLEiTyBZGN02FT5WJvDJCgOX d1PZQ3TbBcfZGHnAd6mv66mw0oFVs0Y6Z7Mei4X0LX7h0rLHzQHAc2uoydJJ5NB7C7Qs lfaRd3Zj36pb+KVef+f9et5jy8ZZrq/KLvmAtFP1aasAIN8xrWhUx48omVksOdBZIJH4 ouW+BLl/VoXcKingjb3a99lBP1mPPUZw1mUk9Vxx6Z3QBq4DOwfEr0/SP6/liMHP08G6 x9n8dwkhasEP6ye0wrTZ5PjHmhKJKKdGzmJCJDRkaU4JAencPHfRZMCLLLHCjaAjCqMe FiNw== X-Gm-Message-State: ANoB5pku1feGqqw/YKXD9/81LE/dYIBCRrsXbMdwDgCCUALMp/b++f51 xIrYlfdzFT//Maq/0icc0iI= X-Google-Smtp-Source: AA0mqf5HSs3jlSBn2p/fNIRp4+E5U5Q+LsSk7913xGs63eaYWa2G531oT1YVFlRQDW7UgA5ZZDFHfw== X-Received: by 2002:a05:600c:2e0c:b0:3d0:6d87:7b44 with SMTP id o12-20020a05600c2e0c00b003d06d877b44mr11707608wmf.106.1669993795620; Fri, 02 Dec 2022 07:09:55 -0800 (PST) Received: from [192.168.0.6] ([46.251.119.176]) by smtp.googlemail.com with ESMTPSA id r20-20020a05600c35d400b003c6d21a19a0sm760686wmq.29.2022.12.02.07.09.54 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 02 Dec 2022 07:09:55 -0800 (PST) Message-ID: <7c2f3a4e-0d06-d55f-69d6-60ce98a3fdef@yandex.ru> Date: Fri, 2 Dec 2022 17:09:53 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: bug#59734: 30.0.50; (void-function vc-git--run-command-string) Content-Language: en-US To: Manuel Uberti , 59734-done@debbugs.gnu.org References: <9c1fa643-c25b-3cba-d832-670777cba5c5@inventati.org> <08ba1b5c-7fc7-5210-9d58-0ed8a36ac630@inventati.org> From: Dmitry Gutov In-Reply-To: <08ba1b5c-7fc7-5210-9d58-0ed8a36ac630@inventati.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: 59734-done 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: -0.8 (/) On 02/12/2022 15:45, Manuel Uberti via Bug reports for GNU Emacs, the Swiss army knife of text editors wrote: > On 02/12/22 03:07, Dmitry Gutov wrote: >> 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. > > Thank you, your fix works as expected. > >> For a quick fix, though, you can add (require 'vc-git) to your init >> script. > > I got your fix first. 😄 > > > This ticket can be closed. Thanks, closing. From unknown Sun Aug 10 20:05:53 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 31 Dec 2022 12:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator