emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Interactive specs, align.el


From: Juri Linkov
Subject: Re: Interactive specs, align.el
Date: Fri, 09 Dec 2005 11:54:29 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

> 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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]