GNU bug report logs - #21535
25.0.50; vc-follow-symlinks=ask is ineffective for directory links

Previous Next

Package: emacs;

Reported by: Johan Bockgård <bojohan <at> gnu.org>

Date: Tue, 22 Sep 2015 20:01:02 UTC

Severity: normal

Found in version 25.0.50

Full log


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 21535 <at> debbugs.gnu.org, Johan Bockgård <bojohan <at> gnu.org>
Subject: bug#21535: 25.0.50; vc-follow-symlinks=ask is ineffective for directory links
Date: Sun, 06 Dec 2020 17:55:07 -0500
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.





This bug report was last modified 4 years and 192 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.