Hrvoje Niksic <hniksic(a)srce.hr> writes:
> 3. Your ;;;###autoload <stuff here>
> isn't that bad either as it behaves just like vc-hooks.el was dumped
> like it is in FSF Emacs.
Would that work in the new vc-hooks.el?
Yes. However I am beginning to like the substitute-key-definition
solution more and more, because that expresses what we want. We really
want to replace toggle-read-only (in interactive use) by some thing
that calls a vc specific function sometimes. i.e. we use it instead of
introducing some hooks in 'toggle-read-only-command'.
Nope. The user should be able to rebind global bindings. As
someone
said on alt.religion.emacs, global-set-key is global-set-key.
That is plain silly. In XEmacs local behaviour always overrides global
behaviour. (global-set-key [(control c) (control c)] ...) is never
going to work always.
Jan