[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#73917: 29.4; Doc string of `wdired-use-dired-vertical-motion'
From: |
Eli Zaretskii |
Subject: |
bug#73917: 29.4; Doc string of `wdired-use-dired-vertical-motion' |
Date: |
Sun, 27 Oct 2024 13:43:30 +0200 |
> Date: Sun, 20 Oct 2024 20:43:01 +0000
> From: Drew Adams via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>
> I'm no expert on WDired mode. But I don't notice any difference
> depending on the value of option `track-eol'.
>
> According to the doc, when the value of
> `wdired-use-dired-vertical-motion' is `sometimes' the cursor is moved to
> the beginning of a file name only if point is before it "and `track-eol'
> is non-nil". I question the "and `track-eol' is non-nil" part - it
> seems incorrect.
>
> What I think I see is that when the value is `sometimes' and point is
> before the file name then the cursor is moved to the beginning of a
> file name regardless of the value of `track-eol'. IOW, it does that
> even when `track-eol' is nil.
You are right. I fixed the doc string on the emacs-30 branch to
remove the reference to 'track-eol', and I'm therefore closing this
bug.