all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how to `register' vc-hg-region-history in vc-region-history?
@ 2018-01-18 14:27 Uwe Brauer
  2018-01-18 14:46 ` Dmitry Gutov
  2018-01-18 14:51 ` Stefan Monnier
  0 siblings, 2 replies; 6+ messages in thread
From: Uwe Brauer @ 2018-01-18 14:27 UTC (permalink / raw)
  To: emacs-devel


Hi

I just tried out a new function
(right now I don't care much about keybinding and font locking

So the function 
(defun vc-hg-region-history (file buffer lfrom lto) 

Seems a natural generalization of vc-git-region-history  However I 
don't see how to tell vc-region-history to tell that the new 
function now exists. I tried to debug it


(defun vc-region-history (from to) 
    (vc-call region-history file buf lfrom lto) 

And there vc aborts for HG. What do I miss?

Uwe Brauer 




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-01-19  1:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-18 14:27 how to `register' vc-hg-region-history in vc-region-history? Uwe Brauer
2018-01-18 14:46 ` Dmitry Gutov
2018-01-18 14:51 ` Stefan Monnier
2018-01-18 15:13   ` Stefan Monnier
2018-01-18 16:14   ` Uwe Brauer
2018-01-19  1:47     ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.