GNU bug report logs - #19548
VC changes under-documented, needlessly incompatible

Previous Next

Package: emacs;

Reported by: Glenn Morris <rgm <at> gnu.org>

Date: Fri, 9 Jan 2015 17:42:02 UTC

Owned by: Dmitry Gutov <dgutov <at> yandex.ru>

Severity: normal

Tags: wontfix

Found in version 25.0.50

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Dmitry Gutov <dgutov <at> yandex.ru>
Cc: 19548 <at> debbugs.gnu.org, rgm <at> gnu.org, esr <at> thyrsus.com
Subject: bug#19548: VC changes under-documented, needlessly incompatible
Date: Mon, 23 May 2016 20:37:55 +0300
> From: Dmitry Gutov <dgutov <at> yandex.ru>
> Date: Mon, 16 May 2016 02:37:33 +0300
> Cc: "Eric S. Raymond" <esr <at> thyrsus.com>
> 
> On the other hand, vc-cvs-stay-local-p contains this bit of code:
> 
> (let* ((sym (vc-make-backend-sym 'CVS 'stay-local))
>         (stay-local (if (boundp sym) (symbol-value sym) vc-stay-local)))
> 
> which seems like it will ensure that if the user has customized both 
> vc-stay-local and vc-cvs-stay-local, the latter will win out (which 
> won't necessarily happen if we just declare the former to be an obsolete 
> alias of the latter).
> 
> So it seems we're actually buying some extra compatibility here at the 
> cost of some complexity. Do we care about the above detail?

I'm not sure I see the gain, given that (AFAIU) CVS is the only
back-end for which this option is relevant.




This bug report was last modified 8 years and 164 days ago.

Previous Next


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