[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#66346: hpath:tramp-file-name-regexp broken on Emacs 29
From: |
LdBeth |
Subject: |
bug#66346: hpath:tramp-file-name-regexp broken on Emacs 29 |
Date: |
Wed, 04 Oct 2023 11:45:27 -0500 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (Gojō) APEL-LB/10.8 EasyPG/1.0.0 Emacs/29.1 (x86_64-apple-darwin20.6.0) MULE/6.0 (HANACHIRUSATO) |
If trying to use hyperbole to follow an url like "https://www.gnu.org"
from Emacs 29, an error message would be given:
hpath:remote-at-p: Invalid regexp: "Unmatched ) or \\)"
This is caused by {C-h f hpath:tramp-file-name-regexp RET} which seems
held wrong assumption to {C-h v tramp-file-name-structure RET}, that
the value on Emacs 29 begins with
"\\(?:^/\\)"
where in hpath:tramp-file-name-regexp it assumes the first part of the
regexp is bol and removes the first char regardless of what it is,
caused the bug.
I use: Editor: GNU Emacs 29.1
Hyperbole: 8.0.0
Sys Type: x86_64-apple-darwin20.6.0
OS Type: darwin
Window Sys: mac
News Reader: Gnus v5.13
Install: elpa, 8.0.0
---
LDB
- bug#66346: hpath:tramp-file-name-regexp broken on Emacs 29,
LdBeth <=