From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: Update to org-protocol-capture-html Date: Fri, 28 Jul 2017 20:23:50 -0500 Message-ID: <87r2x0doih.fsf@alphapapa.net> References: <33ff160b-3018-503c-7bba-30124c25ad64@gmail.com> <87y3relr39.fsf@alphapapa.net> <7af9aa56-737b-bb68-bfb5-60bdad81335a@gmail.com> <87eft51jjt.fsf@alphapapa.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbGVJ-0000XU-RJ for emacs-orgmode@gnu.org; Fri, 28 Jul 2017 21:25:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dbGVG-0007D7-Lu for emacs-orgmode@gnu.org; Fri, 28 Jul 2017 21:25:17 -0400 Received: from [195.159.176.226] (port=51639 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dbGVG-0007CJ-FE for emacs-orgmode@gnu.org; Fri, 28 Jul 2017 21:25:14 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dbGV8-0002Pv-ON for emacs-orgmode@gnu.org; Sat, 29 Jul 2017 03:25:06 +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: emacs-orgmode@gnu.org Nikolay Kudryavtsev writes: > My testing had shown that if in > org-protocol-check-filename-for-protocol we have (server-delete-client > _client) instead of (server-edit), the client process gets closed > fine. May I propose such a change? Hi Nikolay, I'm not sure if you're asking me or Nicolas. But since we have observed differences between platforms, I guess your proposal should be tested on Linux, Mac OS, etc. to make sure it doesn't break anything on them.