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

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

bug#21535: 25.0.50; vc-follow-symlinks=ask is ineffective for directory


From: Glenn Morris
Subject: bug#21535: 25.0.50; vc-follow-symlinks=ask is ineffective for directory links
Date: Sun, 06 Dec 2020 17:55:07 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Maybe:

cd /tmp
mkdir git
cd git
touch 1
git init
git add .
git commit -m "c1"
cd /tmp
ln -s git/1
ln -s git git2

emacs -Q /tmp/1
 -> "Symbolic link to Git-controlled source file; follow link?"

emacs -Q /tmp/git2/1
 -> no prompt

I don't think I see why that matters though, so maybe not the right example.






reply via email to

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