From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; org-mode does not handle URL with "(software)" Date: Fri, 15 Feb 2008 09:40:29 +0100 Message-ID: <47B54FFD.7090309@gmail.com> References: <47B4E3B2.3050402@gmail.com> <87r6fekcrs.fsf@bar.jrock.us> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203064859 18761 80.91.229.12 (15 Feb 2008 08:40:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Feb 2008 08:40:59 +0000 (UTC) Cc: "emacs-pretest-bug@gnu.org" To: Jonathan Rockway Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 15 09:41:22 2008 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 1JPw8D-0002au-PC for ged-emacs-devel@m.gmane.org; Fri, 15 Feb 2008 09:41:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPw7j-0002FH-PD for ged-emacs-devel@m.gmane.org; Fri, 15 Feb 2008 03:40:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPw7f-0002Dn-MB for emacs-devel@gnu.org; Fri, 15 Feb 2008 03:40:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPw7e-0002CW-1R for emacs-devel@gnu.org; Fri, 15 Feb 2008 03:40:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPw7d-0002CT-Qg for emacs-devel@gnu.org; Fri, 15 Feb 2008 03:40:41 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JPw7d-0007jl-Mg for emacs-devel@gnu.org; Fri, 15 Feb 2008 03:40:41 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JPw7d-0002ji-7r for emacs-pretest-bug@gnu.org; Fri, 15 Feb 2008 03:40:41 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JPw7a-0007jP-7F for emacs-pretest-bug@gnu.org; Fri, 15 Feb 2008 03:40:41 -0500 Original-Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JPw7Z-0007j9-Ls for emacs-pretest-bug@gnu.org; Fri, 15 Feb 2008 03:40:38 -0500 Original-Received: from c83-254-148-228.bredband.comhem.se ([83.254.148.228]:63611 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1JPw7V-0004Bq-7t; Fri, 15 Feb 2008 09:40:35 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: <87r6fekcrs.fsf@bar.jrock.us> X-Antivirus: avast! (VPS 080214-0, 2008-02-14), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.148.228 X-Scan-Result: No virus found in message 1JPw7V-0004Bq-7t. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1JPw7V-0004Bq-7t 01a7e9f0ecfefaddb8833dae0dffc7c5 X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) X-detected-kernel: by monty-python.gnu.org: 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:89143 gmane.emacs.pretest.bugs:21103 Archived-At: Jonathan Rockway wrote: > * On Thu, Feb 14 2008, Lennart Borgman (gmail) wrote: >> If I paste the link to Bazaar in Wikipedia >> >> http://en.wikipedia.org/wiki/Bazaar_(software) >> >> in an org-mode buffer the resulting link does not include the >> "(software)" part. > > According to: > > http://en.wikipedia.org/wiki/Percent-encoding > > The ( and ) need to be encoded in order to be in the URI. YMMV. Yes, but it does not prevent org-mode from handling this.