GNU bug report logs -
#77362
30.1; isearch-forward in dired overshoots on `:' match attempt
Previous Next
Reported by: Van Ly <van.ly <at> SDF.ORG>
Date: Sat, 29 Mar 2025 11:17:02 UTC
Severity: normal
Tags: notabug
Found in version 30.1
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 77362 <at> debbugs.gnu.org (full text, mbox):
tags 77362 notabug
thanks
> Date: Sat, 29 Mar 2025 11:16:31 +0000
> From: Van Ly via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>
> At the top of dired buffer, I have a line as follows,
>
> /tmp: (41 GiB available)
>
> and I want to move the cursor to select the path `/tmp'.
>
> The problem is isearch-forward for the next `:' from the position at the
> left most occurrence of `/' overshoots to the end of line.
>
> Steps to demonstrate,
> 1. start, emacs -Q
> 2. goto directory, C-x d /tmp/
> 3. goto beginning of dired buffer, ESC <
> i. move cursor to left most `/' position
> ii. activate mark C-SPC
> 4. search forward to match `:', C-s :
>
> Intended unavailable effect, to move the cursor to the first occurence of `:'.
>
> Unintended actual effect, the cursor moves to the end of line.
That's because we show a display property at the end. Type "C-x =" or
"M-x describe-text-properties RET" to show them.
I don't understand the complaint. If the problem is that C-s
overshoots, then just go back one character with C-b, and you can copy
the directory name with M-w or whatever.
I see no bug here.
This bug report was last modified 33 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.