emacs-devel
[Top][All Lists]
Advanced

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

Re: Add more URI schemes to thing-at-point-uri-schemes.


From: Bob Rogers
Subject: Re: Add more URI schemes to thing-at-point-uri-schemes.
Date: Sun, 19 Nov 2006 17:21:16 -0500

   From: David Kastrup <address@hidden>
   Date: Sun, 19 Nov 2006 22:15:11 +0100

   Bob Rogers <address@hidden> writes:

   > This does fix the problem, but the "irc:" URL is currently being matched
   > by thing-at-point-short-url-regexp in thing-at-point-url-at-point, which
   > subsequently attaches the "http://"; prefix.  The attached patch avoids
   > prefixing one scheme with another, which is incorrect regardless of how
   > many schemes `thing-at-point-uri-schemes' knows about (and is therefore
   > independent of your patch).

   What does it do with

   file:///C:/windows

   or something similar?

If "file:///C:/windows" is what's under point in the buffer, then that
string is exactly what is returned.  This case not affected by the
posted patch, because "file:/" is a known scheme, so the
thing-at-point-short-url-regexp path is not taken,

                                        -- Bob




reply via email to

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