[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A mess in kill-region?
From: |
Michael Heerdegen |
Subject: |
Re: A mess in kill-region? |
Date: |
Mon, 19 Oct 2015 20:20:04 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Marcin Borkowski <address@hidden> writes:
> Still, I don't get the point of the third argument. After all, it
> ends up calling `filter-buffer-substring' anyway.
I haven't checked if it ends up with that in every case. However, a
variable can be changed or dynamically bound so that it might not end up
like that. Or note this in rect.el:
(add-function :around region-extract-function
#'rectangle--extract-region)
That it makes no difference in the default case doesn't mean it makes no
sense in general.
Regards,
Michael.