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

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

bug#39902: 28.0.50; Marking in dired with active region


From: Michael Heerdegen
Subject: bug#39902: 28.0.50; Marking in dired with active region
Date: Wed, 11 Mar 2020 02:21:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Drew Adams <drew.adams@oracle.com> writes:

> My vote is to use what I suggested, or similar:
>
> (progn (goto-char end)
>        (when (bolp) (backward-char))
>        (line-end-position))

Yes, I think this suits my expectations better than Juri's patch.

Michael.





reply via email to

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