> This change makes repetition of these commands (with
> `repeat-complex-command') recompute the bounds of the region rather
> than use the old values of point and mark.

I think using `region-beginning' and `region-end' is cleaner than
`(max (point) (mark))', but for `repeat-complex-command' this change
makes no difference.  Neither region-beginning/region-end, nor min/max
expression with mark/point is recorded unevaluated in command-history.
Perhaps `call-interactively' should be fixed to support `append' to
quote region-beginning/region-end inside it, or align.el should be changed
to use `list' on its interactive specification.

-- 
Juri Linkov
http://www.jurta.org/emacs/



_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to