From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: url library and GnuTLS, and Emacs-issued certificates Date: Sat, 26 Mar 2011 19:36:13 -0400 Message-ID: <87ei5twj2q.fsf@stupidchicken.com> References: <87mxkojpk4.fsf@lifelogs.com> <87hbawtbq7.fsf@stupidchicken.com> <878vw8hznm.fsf_-_@lifelogs.com> <87ei5xsvl6.fsf@lifelogs.com> <87hbatofix.fsf@stupidchicken.com> <87pqpegk61.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301182585 27706 80.91.229.12 (26 Mar 2011 23:36:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 26 Mar 2011 23:36:25 +0000 (UTC) Cc: Ted Zlatanov , emacs-devel@gnu.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 27 00:36:21 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q3d1o-00028A-IK for ged-emacs-devel@m.gmane.org; Sun, 27 Mar 2011 00:36:20 +0100 Original-Received: from localhost ([127.0.0.1]:60598 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3d1o-0004nC-64 for ged-emacs-devel@m.gmane.org; Sat, 26 Mar 2011 19:36:20 -0400 Original-Received: from [140.186.70.92] (port=34788 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3d1j-0004n7-Ku for emacs-devel@gnu.org; Sat, 26 Mar 2011 19:36:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3d1i-0002Q8-DS for emacs-devel@gnu.org; Sat, 26 Mar 2011 19:36:15 -0400 Original-Received: from vm-emlprdomr-05.its.yale.edu ([130.132.50.146]:54737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3d1i-0002Q4-8u for emacs-devel@gnu.org; Sat, 26 Mar 2011 19:36:14 -0400 Original-Received: from furball ([64.134.102.80]) (authenticated bits=0) by vm-emlprdomr-05.its.yale.edu (8.14.4/8.14.4) with ESMTP id p2QNaDbv018537 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 26 Mar 2011 19:36:13 -0400 Original-Received: by furball (Postfix, from userid 1000) id 8A69F160462; Sat, 26 Mar 2011 19:36:13 -0400 (EDT) In-Reply-To: (Tom Tromey's message of "Sat, 26 Mar 2011 13:40:18 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.146 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.146 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:137728 Archived-At: Tom Tromey writes: > 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. It's better not to allow file:// URLs here, because then we have to deal with URL quoting for filenames.