emacs-devel
[Top][All Lists]
Advanced

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

Re: url library and GnuTLS, and Emacs-issued certificates


From: Tom Tromey
Subject: Re: url library and GnuTLS, and Emacs-issued certificates
Date: Sat, 26 Mar 2011 13:40:18 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

>>>>> "Ted" == Ted Zlatanov <address@hidden> writes:

Ted> To support HTTPS URLs, we'll at least need the appended patch (so
Ted> https:// patterns are recognized).

This business about (re-search-forward "^$") was just a workaround for a
url oddity -- HTTP puts some headers in the buffer, but other protocols
may not.  It would be cleaner to fix this in the URL package itself.
Then a special case for HTTP would not be needed.

Ted> I also explicitly mention that file: URLs should be directory names
Ted> even though it's implicit otherwise because I guarantee you, people
Ted> will try it anyhow.

I don't deeply care, but I think if something is documented as using
URLs, then it is fine to just require them.

Tom



reply via email to

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