From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] org-protocol: fixes open-source and extends rewriting of URLs Date: Wed, 28 Jun 2017 17:49:19 +0200 Message-ID: <87mv8sf6yo.fsf@nicolasgoaziou.fr> References: <68E12968-9AF5-440A-B22C-AC55B70BA910@schnuddelhuddel.de> <87k248b6p8.fsf@nicolasgoaziou.fr> <7C76EDC3-CC7E-4AFE-B45B-867752C1B33A@schnuddelhuddel.de> <87a8519rlg.fsf@nicolasgoaziou.fr> <8760fp9mui.fsf@nicolasgoaziou.fr> <2FAD7DF2-2A0C-4703-A383-BA8D3346C691@schnuddelhuddel.de> <18D83D3C-C472-4614-988F-1F1DA5EB5CEC@schnuddelhuddel.de> <87efub7psj.fsf@nicolasgoaziou.fr> <8CE2CFE3-2911-4369-8E93-E80CD25FD7E4@schnuddelhuddel.de> <5442AC7A-D45E-46FE-A3A7-3AB25679B3FE@schnuddelhuddel.de> <4427263B-5534-4FFD-AFA0-211EDA489001@schnuddelhuddel.de> <8760fk4jur.fsf@nicolasgoaziou.fr> <87mv8uv5ns.fsf@nicolasgoaziou.fr> <92533F36-7529-496B-BA7B-8ED49FBFB3D2@schnuddelhuddel.de> <87injgh2yl.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQFDZ-0005lw-TT for emacs-orgmode@gnu.org; Wed, 28 Jun 2017 11:49:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQFDW-0006ku-RN for emacs-orgmode@gnu.org; Wed, 28 Jun 2017 11:49:25 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:44383) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dQFDW-0006kL-KR for emacs-orgmode@gnu.org; Wed, 28 Jun 2017 11:49:22 -0400 In-Reply-To: (Mario Martelli's message of "Wed, 28 Jun 2017 16:44:38 +0200") 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: Mario Martelli Cc: emacs-orgmode@gnu.org Mario Martelli writes: > Hi, > >> Would it be possible to make the path involved smaller so that the >> example can fit in 80 columns? > > The idea was to give an example which is available online and could get c= loned easily onto the local machine. > Changed it to a simple example. > >> Here, `replacement' isn't lexically bound, so compiling >> "org-protocol.el" should return an error. `replacement' should be >> let-bound instead. > ... > Thank you for your patience, Nicolas =F0=9F=98=87 > Please find attached a fresh attempt. Applied. Thank you. I fixed some whitespace issue and typo in the test. Could you provide an ORG-NEWS entry about it? Regards,