GNU bug report logs - #57943
28.1; ido-everywhere in emacs 28 adds a (wrong!) trailing slash to URLs

Previous Next

Package: emacs;

Reported by: "Trent W. Buck" <trentbuck <at> gmail.com>

Date: Tue, 20 Sep 2022 01:51:01 UTC

Severity: normal

Merged with 58019

Found in versions 28.1, 28.2

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: "Trent W. Buck" <trentbuck <at> gmail.com>
Cc: 57943 <at> debbugs.gnu.org
Subject: bug#57943: 28.1; ido-everywhere in emacs 28 adds a (wrong!) trailing slash to URLs
Date: Tue, 20 Sep 2022 14:39:38 +0300
> From: "Trent W. Buck" <trentbuck <at> gmail.com>
> Date: Tue, 20 Sep 2022 11:50:30 +1000
> 
> This is a regression since Emacs 27.
> 
> Steps to reproduce:
> 
>     1. echo https://en.wikipedia.org/wiki/Culture >tmp.txt
> 
>     2. emacs -Q -nw -eval '(progn (setq ido-use-url-at-point t) (ido-mode +1) (ido-everywhere -1))' tmp.txt -f ido-find-file
> 
>        --> Find file or URL: https://en.wikipedia.org/wiki/Culture
> 
>     3. emacs -Q -nw -eval '(progn (setq ido-use-url-at-point t) (ido-mode +1) (ido-everywhere +1))' tmp.txt -f ido-find-file
> 
>        --> Find file or URL: https://en.wikipedia.org/wiki/Culture/ [Not readable]
> 
>        If you press RET here, it opens the URL with a trailing slash.
>        It is also impossible to edit the URL beforehand.

I can reproduce this in Emacs 28, but not in Emacs 29, so I guess we
have fixed that already.

Thanks.




This bug report was last modified 2 years and 333 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.