emacs-devel
[Top][All Lists]
Advanced

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

Breakage by commit "779bc886f9 * Improve detection of Git submodules"


From: Tassilo Horn
Subject: Breakage by commit "779bc886f9 * Improve detection of Git submodules"
Date: Fri, 15 May 2020 21:03:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi Dmitry,

since the commit in the subject, I get errors like the below when
finding a file in a git repository:

--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (file-missing "Opening input file" "No such file 
or directory" "/home/horn/Repos/el/emacs/lisp/net/.git")
  insert-file-contents(".git")
  project-try-vc("/home/horn/Repos/el/emacs/lisp/net/")
  run-hook-with-args-until-success(project-try-vc 
"/home/horn/Repos/el/emacs/lisp/net/")
  project--find-in-directory("/home/horn/Repos/el/emacs/lisp/net/")
  project-current()
  eglot--maybe-activate-editing-mode()
  run-hooks(change-major-mode-after-body-hook after-change-major-mode-hook)
  normal-mode(t)
  after-find-file(nil nil t nil nil)
  revert-buffer--default(t nil)
  revert-buffer(t)
  funcall-interactively(revert-buffer t)
  call-interactively(revert-buffer record nil)
  command-execute(revert-buffer record)
--8<---------------cut here---------------end--------------->8---

Bye,
Tassilo



reply via email to

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