I may have found a bug. Can somebody reproduce this:

 - create a new directory e.g. ~/foo/bar/dvc_config
 - do cp -a ~/.dvc/* ~/foo/bar/dvc_config
 - remove ~/.dvc
 - put (setq dvc-config-directory ~/foo/bar/dvc_config) in .emacs and
   evaluate
 - do something that stores stuff in dvc-config-directory e.g. create a
   bookmark
 - restart Emacs
 - peng, there it is
  - a fresh ~/.dvc was created although
  - dvc-config-directory points to ~/foo/bar/dvc_config
  - issuing for example dvc-bookmarks takes its information from ~/.dvc
    were it should consult ~/foo/bar/dvc_config which holds the former
    created bookmark (in addition to the default ones)

I am on up to date code from the repository (true for dvc and emacs).


_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to