emacs-devel
[Top][All Lists]
Advanced

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

Re: master 4803fba487 1/2: 'C-x v v' on a diff buffer commits it as a pa


From: Juri Linkov
Subject: Re: master 4803fba487 1/2: 'C-x v v' on a diff buffer commits it as a patch (bug#52349)
Date: Tue, 30 Aug 2022 19:39:51 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

> VC is far more flexible and Emacs-y than Magit in how it handles
> buffers.  E.g. in Magit if you C-x x u a log buffer, because you want to
> log something else at the same time, Magit will re-use the first log
> buffer anyway.  So for those of us who like it when things are more
> buffer-oriented, it remains a good alternative.

Indeed, everything works fine in VC with such customization:

  (add-hook 'diff-mode-hook 'rename-uniquely)
  (add-hook 'log-view-mode-hook 'rename-uniquely)
  (add-hook 'log-edit-mode-hook 'rename-uniquely)



reply via email to

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