From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Commas in URLs (was FFAP) Date: Wed, 11 Nov 2009 02:17:46 +0200 Organization: JURTA Message-ID: <87vdhhx5n5.fsf@mail.jurta.org> References: <200911101504.16569.jyavner@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1257901736 6199 80.91.229.12 (11 Nov 2009 01:08:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Nov 2009 01:08:56 +0000 (UTC) Cc: MON KEY , emacs-devel@gnu.org To: Jonathan Yavner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 11 02:08:49 2009 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.50) id 1N81hY-0001rB-LA for ged-emacs-devel@m.gmane.org; Wed, 11 Nov 2009 02:08:48 +0100 Original-Received: from localhost ([127.0.0.1]:43728 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N81hY-0005Aa-5t for ged-emacs-devel@m.gmane.org; Tue, 10 Nov 2009 20:08:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N81BE-0008H6-39 for emacs-devel@gnu.org; Tue, 10 Nov 2009 19:35:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N81B8-0008Ap-Be for emacs-devel@gnu.org; Tue, 10 Nov 2009 19:35:22 -0500 Original-Received: from [199.232.76.173] (port=47570 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N81B7-0008AH-Rf for emacs-devel@gnu.org; Tue, 10 Nov 2009 19:35:17 -0500 Original-Received: from smtp-out2.starman.ee ([85.253.0.4]:59516 helo=mx2.starman.ee) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N81B7-0002o2-Fy for emacs-devel@gnu.org; Tue, 10 Nov 2009 19:35:17 -0500 X-Virus-Scanned: by Amavisd-New at mx2.starman.ee Original-Received: from mail.starman.ee (82.131.28.110.cable.starman.ee [82.131.28.110]) by mx2.starman.ee (Postfix) with ESMTP id 372F43F405B; Wed, 11 Nov 2009 02:35:03 +0200 (EET) In-Reply-To: <200911101504.16569.jyavner@member.fsf.org> (Jonathan Yavner's message of "Tue, 10 Nov 2009 15:04:15 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:116824 Archived-At: > How about this case: > > To get to my house, click on http://maps.google.ca/maps?q=baden,on, then > click on "Directions". > > The final comma should *not* be included. Nor should a final period, > although of course embedded periods are typical for URLs. > > Appendix E of RFC 2396 says URLs should be "quoted" or when > used within plaintext, and then commas should follow closing-quotes, but > this is often not done. I see in Gnus the final comma is not included to the highlighted URL due to `gnus-button-url-regexp'. It seems that URL matching in Gnus is the most standard-compliant. -- Juri Linkov http://www.jurta.org/emacs/