[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: url library and GnuTLS, and Emacs-issued certificates
From: |
Reiner Steib |
Subject: |
Re: url library and GnuTLS, and Emacs-issued certificates |
Date: |
Sat, 26 Mar 2011 14:39:51 +0100 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux) |
On Sat, Mar 26 2011, Ted Zlatanov wrote:
> - `(let* ((http (string-match "\\`http:" ,location))
> + `(let* ((http (string-match "\\`\\(https\\|http\\):" ,location))
- `(let* ((http (string-match "\\`http:" ,location))
+ `(let* ((http (string-match "\\`https?:" ,location))
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
- Re: url library and GnuTLS, and Emacs-issued certificates, (continued)
- Re: url library and GnuTLS, and Emacs-issued certificates, Lars Magne Ingebrigtsen, 2011/03/26
- Re: url library and GnuTLS, and Emacs-issued certificates, Chong Yidong, 2011/03/26
- Re: url library and GnuTLS, and Emacs-issued certificates, Lars Magne Ingebrigtsen, 2011/03/27
- Re: url library and GnuTLS, and Emacs-issued certificates, Chong Yidong, 2011/03/27
- Re: url library and GnuTLS, and Emacs-issued certificates, Chong Yidong, 2011/03/27
- Re: url library and GnuTLS, and Emacs-issued certificates, Lars Magne Ingebrigtsen, 2011/03/29
- Re: url library and GnuTLS, and Emacs-issued certificates, Chong Yidong, 2011/03/29
- Re: url library and GnuTLS, and Emacs-issued certificates, Ted Zlatanov, 2011/03/26
- Re: url library and GnuTLS, and Emacs-issued certificates,
Reiner Steib <=
- Re: url library and GnuTLS, and Emacs-issued certificates, Ted Zlatanov, 2011/03/26
- Re: url library and GnuTLS, and Emacs-issued certificates, Reiner Steib, 2011/03/28
- Re: url library and GnuTLS, and Emacs-issued certificates, Tom Tromey, 2011/03/26
- Re: url library and GnuTLS, and Emacs-issued certificates, Chong Yidong, 2011/03/26
- Re: url library and GnuTLS, and Emacs-issued certificates, Tom Tromey, 2011/03/26
- Re: url library and GnuTLS, and Emacs-issued certificates, Chong Yidong, 2011/03/26
- Re: url library and GnuTLS, and Emacs-issued certificates, Ted Zlatanov, 2011/03/28