Richard Stallman <rms@gnu.org> writes:Why not introduce an after-move-hook, somewhat akin to after-change-hook? If the idea is that Fgoto-char and other point-setting primitives would call this, that would be hard to implement safely and it slow down Lisp programs terribly.Maybe the idea is to simply call the hook if point after executing the command is different from the value before the command. It may be useful, but I'm not sure it will do the trick... for the shift-move function.