😽
Emacs ange-ftp でファイルを開くとファイルの先頭に 'Unknown remote command: git' 行が入力される
概要
Emacs ange-ftp でファイルを開くとファイルの先頭に下記行が入力されて困っていた。
Unknown remote command: git
原因、解決方法
調査した。
/c/usr/emacs/share/emacs/28.2/lisp/net$ find . -iname "*.el" | xargs grep "Unknown remote command"
./ange-ftp.el: (t (error "Unknown remote command: %s" program)))
magit の問題と思われる。magit を無効にすれば発生しなくなる。
Discussion