Jaeyoun Chung <[EMAIL PROTECTED]> writes: We have a mailing list for xtla. I send a CC of my response to the mailing list. You can subscribe to the mailing list via https://mail.gna.org/listinfo/xtla-el-dev
> Hello, I'm using xtla package. > > C-x 4 T annoys me sometimes. I think it would be better if 'C-x 4 a' can addd > to proper place depending the current vc-backend. > > Here's simple-minded function: > > (defun call-appropriate-change-log-handler () > (interactive) > (let ((bf (buffer-file-name))) > (if (and bf (eq 'Arch (vc-file-getprop bf 'vc-backend))) > (call-interactively 'tla-add-log-entry) > (call-interactively 'add-change-log-entry-other-window)))) I tried your function with GNU Emacs21.3.1 - It does not work, because the vc-arch backend is not yet available on this platform. I think, that your proposal is a good idea. However, we must find an implementation that works on GNU Emacs and XEmacs. -- Stefan.
