From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Escape double quotes in URL passed to browse-url Date: Sun, 5 May 2013 18:13:24 +0200 Message-ID: <5E7B1F51-75AE-45E4-B3CB-0B9B625AF907@gmail.com> References: Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZ1Z1-0004Kq-6M for emacs-orgmode@gnu.org; Sun, 05 May 2013 12:13:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZ1Z0-0003fm-4O for emacs-orgmode@gnu.org; Sun, 05 May 2013 12:13:27 -0400 Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:43382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZ1Yz-0003fb-Rw for emacs-orgmode@gnu.org; Sun, 05 May 2013 12:13:26 -0400 Received: by mail-we0-f178.google.com with SMTP id t11so2551178wey.9 for ; Sun, 05 May 2013 09:13:25 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Michael Brand Cc: Org Mode Applied, thanks. - Carsten On 5.5.2013, at 17:04, Michael Brand wrote: > Escape double quotes in URL passed to browse-url > > * lisp/org.el (org-link-escape-chars-browser): Add char double quote. > * lisp/org.el (org-open-at-point): Make use of the constant > `org-link-escape-chars-browser'. > * testing/lisp/test-org.el > (test-org/org-link-unescape-ascii-extended-char): Fill paragraph. > (test-org/org-link-escape-url-with-escaped-char): Fill paragraph and > typo. > (test-org/org-link-escape-chars-browser): New test. > > This is to make work to open the Org link > [[http://some.host.com/search?q="Org mode"]] in a browser. > <0001-Escape-double-quotes-in-URL-passed-to-browse-url.patch.txt>