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: Stephen Berman
Subject: bug#39902: 28.0.50; Marking in dired with active region
Date: Wed, 11 Mar 2020 00:49:27 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

On Wed, 11 Mar 2020 01:24:20 +0200 Juri Linkov <juri@linkov.net> wrote:

>>> Including newline?  Really?
>>> This means that on the following screenshot
>>> the file 'file3' should be marked as well?
>>
>> No.  That's not what I meant.
>
> Then we agree that
> (progn (goto-char end) (line-beginning-position))
> should NOT be replaced with
> (progn (goto-char end) (line-end-position))

How about this:

 (progn (goto-char end) (line-end-position) (backward-char 1) (point))

Steve Berman





reply via email to

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