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

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

bug#30444: 26.0.90; browse-url-emacs sets default-directory to "https://


From: Michael Albinus
Subject: bug#30444: 26.0.90; browse-url-emacs sets default-directory to "https://"
Date: Mon, 12 Mar 2018 10:42:22 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.91 (gnu/linux)

Nicolas Petton <nicolas@petton.fr> writes:

Hi Nico,

>> Will do. I'm short in time these days, so it might take some more days
>> until I could check.
>
> I could give this a try, but I'm not sure what is the expected behavior
> (though I guess that the default directory should be set to the
> hostname).

That would be great!

I haven't started yet, but I guess you must check url-handlers. Look at
this:

(progn
  (require 'url-handlers)
  (file-name-directory "https://gnu.org";))

=> "https://";

In this special case, I would expect "https://gnu.org"; as result,
indeed.

Creating a test file test/lisp/url/url-handlers-test.el would be useful.

> Cheers,
> Nico

Best regards, Michael.





reply via email to

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