emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: browse-url and URL handlers (MS-Windows)


From: Stefan Monnier
Subject: Re: browse-url and URL handlers (MS-Windows)
Date: Tue, 11 Oct 2022 14:50:22 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> +            (if (and (eq system-type 'windows-nt)
> +                     (string-match-p "/[A-Z]:/" file))
> +                (setq file (substring file 1)))

I haven't looked at the surrounding code, so I have no idea if it's the
right place to do that, but the above regexp lacks a \` anchor, I think.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]