bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#23381: 24.5; browse-url-at-point inserts http prefix


From: David cooper
Subject: bug#23381: 24.5; browse-url-at-point inserts http prefix
Date: Tue, 26 Apr 2016 23:03:00 +0100

Solved, many thanks Glenn.

-----Original Message-----
From: Glenn Morris [mailto:rgm@gnu.org] 
Sent: 26 April 2016 22:57
To: David cooper <dtcooper83@hotmail.com>
Cc: 23381@debbugs.gnu.org
Subject: Re: bug#23381: 24.5; browse-url-at-point inserts http prefix


A minimal example starting from emacs -Q that shows the issue is worth a
thousand words.

Anyway, I'm going to guess that adding "ct://" to thing-at-point-uri-schemes
solves your issue.

(require 'thingatpt)
(push "ct://" thing-at-point-uri-schemes)





reply via email to

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