From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jonathan Yavner Newsgroups: gmane.emacs.devel Subject: Commas in URLs (was FFAP) Date: Tue, 10 Nov 2009 15:04:15 -0500 Message-ID: <200911101504.16569.jyavner@member.fsf.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1257885178 19633 80.91.229.12 (10 Nov 2009 20:32:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Nov 2009 20:32:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov , MON KEY Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 10 21:32:51 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 1N7xOT-0001qX-JR for ged-emacs-devel@m.gmane.org; Tue, 10 Nov 2009 21:32:49 +0100 Original-Received: from localhost ([127.0.0.1]:54668 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7xOT-0006Uk-1w for ged-emacs-devel@m.gmane.org; Tue, 10 Nov 2009 15:32:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7wx5-0000pc-Br for emacs-devel@gnu.org; Tue, 10 Nov 2009 15:04:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7wx0-0000nf-7e for emacs-devel@gnu.org; Tue, 10 Nov 2009 15:04:30 -0500 Original-Received: from [199.232.76.173] (port=44938 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7wx0-0000na-4f for emacs-devel@gnu.org; Tue, 10 Nov 2009 15:04:26 -0500 Original-Received: from smtp107.rog.mail.re2.yahoo.com ([68.142.225.205]:27477) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1N7wwz-00071H-Hk for emacs-devel@gnu.org; Tue, 10 Nov 2009 15:04:25 -0500 Original-Received: (qmail 12687 invoked from network); 10 Nov 2009 20:04:21 -0000 Original-Received: from CPE000ce54dcedf-CM001bd7aa57a0.cpe.net.cable.rogers.com (jyavner@99.241.243.106 with plain) by smtp107.rog.mail.re2.yahoo.com with SMTP; 10 Nov 2009 12:04:21 -0800 PST X-Yahoo-SMTP: b4_Ldn6swBD2EgfAXHmvudwJ5gFQJpF2Ko7GaRi..g-- X-YMail-OSG: vYL3kFoVM1ndYOMMRfQrADdsb0hhnLgYXKaV._hsRFCFMONXBdSe4Ew1qDveKYxZoA-- X-Yahoo-Newman-Property: ymail-3 User-Agent: KMail/1.10.4 (Linux/2.6.27-11-generic; KDE/4.1.4; i686; ; ) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:116818 Archived-At: [Juri wrote:] >> Then evaluate `url-get-url-at-point' for following: >> >>http://www.vintagefashionguild.org/component/option,com_alphacontent/section,6/cat,59/task,view/id,496/Itemid,100/ > > This URL is from Joomla that uses commas to separate keywords. 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.