From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Lechtenboerger Subject: Re: [RFC] Fixing link encoding once and for all Date: Fri, 01 Mar 2019 09:41:02 +0100 Message-ID: <87k1hjvvfl.fsf@wi.uni-muenster.de> References: <87tvguyohn.fsf@nicolasgoaziou.fr> <87sgw9cxr8.fsf@nicolasgoaziou.fr> <87lg1znh9t.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:56610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzdj9-0006K5-NV for emacs-orgmode@gnu.org; Fri, 01 Mar 2019 03:41:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gzdj9-0008GV-25 for emacs-orgmode@gnu.org; Fri, 01 Mar 2019 03:41:07 -0500 Received: from zivm-wwu1-1.uni-muenster.de ([128.176.192.4]:35592 helo=zivm-wwu1.uni-muenster.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gzdj8-0008Ep-NO for emacs-orgmode@gnu.org; Fri, 01 Mar 2019 03:41:06 -0500 In-Reply-To: <87lg1znh9t.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Fri, 1 Mar 2019 09:14:06 +0100") 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" To: Neil Jerram Cc: Org Mode List Hi there, I like this proposal. On 2019-03-01, Nicolas Goaziou wrote: > 3. There will be some backward compatibility issues. We can add > a checker in Org Lint to catch most of those. For example, we could > look at URI where every percent is followed only by 25, 5B, and 5D. I do not understand this point. What is special about URIs where *only* those occur? Might compatibility issues not arise if those occur at all (while others such as %28 and %29 for parentheses might occur without problems as well)? Best wishes Jens