From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Improve percent escaping links in Org mode (pull request / OK to push) Date: Mon, 14 Feb 2011 11:09:58 +0100 Message-ID: <87r5bbgc5l.fsf@gnu.org> References: <87d3mwvqwq.fsf@gnu.org> <1297598478-9925-1-git-send-email-dmaus@ictsoc.de> <87ipwohx1h.fsf@gnu.org> <87fwrr15of.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=35117 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PovNT-0000E3-Hk for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 05:09:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PovNS-0004gc-0G for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 05:09:55 -0500 Received: from mail-gw0-f41.google.com ([74.125.83.41]:37414) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PovNR-0004gR-Pw for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 05:09:53 -0500 Received: by gwj22 with SMTP id 22so2227453gwj.0 for ; Mon, 14 Feb 2011 02:09:53 -0800 (PST) In-Reply-To: <87fwrr15of.wl%dmaus@ictsoc.de> (David Maus's message of "Mon, 14 Feb 2011 07:38:56 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Maus Cc: emacs-orgmode@gnu.org Hi David, David Maus writes: > Thanks for the quick review. I won't be available until wednesday so I > most likely push wednesday or thursday evening with a short warning > notice. Looks good, thanks. >> You mentioned some possible backward compatibility issues with >> a few existing links before in this thead, any update on this? > > Nope, but it just occured to me that we might provide a small elisp > command that users can run in a buffer to check for possible problems? > > The elisp could check each link for a substring that matches the def > of a percent escaped character (%[a-zA-Z]{2}) and is not in the old > `org-link-escape-chars' list. Such links might pose a problem because > the new unescaping function will unescape this sequence. Good idea! -- Bastien