rolandwalker / button-lock

clickable text in Emacs
42 stars 6 forks source link

visit:/posix/path/to/another/file:WikiString not working? #7

Open parjanya opened 7 years ago

parjanya commented 7 years ago

Hi! I’m a kind of newbie in Emacs, so apologies in advance : o ).

I’ve just installed the wiki-nav.el package via melpa, and it works inside a file, with [[a link]] and also to another file, like [[visit:anotherfile]], and even with [[visit:anotherfile:line:10]], but when I try [[visit:anotherfile:þ]] for instance, the file having this "þ" just once, I get the "no matching link found".

I don’t know how to debug this, but it looks like the string is being parsed as if it was an internal link. I’ve checked the wiki-nav-visit-link-pattern trying to see how it captures the string to be searched for in the other file, but regex isn’t that transparent. I couldn’t find where in the source this is handled either.

What am I missing? Thanks!