From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id YCK7F6mtlV+nVAAA0tVLHw (envelope-from ) for ; Sun, 25 Oct 2020 16:54:01 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 2BeTE6mtlV8dYQAAbx9fmQ (envelope-from ) for ; Sun, 25 Oct 2020 16:54:01 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2417E94043A for ; Sun, 25 Oct 2020 16:53:59 +0000 (UTC) Received: from localhost ([::1]:36092 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kWjHJ-0002tG-AF for larch@yhetil.org; Sun, 25 Oct 2020 12:53:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33852) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kWjGa-0002t8-2F for emacs-orgmode@gnu.org; Sun, 25 Oct 2020 12:53:12 -0400 Received: from pie.tf ([62.75.142.128]:38076) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kWjGY-0004wZ-6X; Sun, 25 Oct 2020 12:53:11 -0400 Received: from [83.135.87.175] (helo=localhost) by pie.tf with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.86_2) (envelope-from ) id 1kWjGU-0002Sy-Bf; Sun, 25 Oct 2020 16:53:06 +0000 From: Ferdinand Pieper To: Bastien Subject: Re: [PATCH] ob-gnuplot: handle remote input files In-Reply-To: <87tuujkegk.fsf@gnu.org> References: <87imbwsek5.fsf@ims.uni-hannover.de> <87tuujkegk.fsf@gnu.org> Date: Sun, 25 Oct 2020 17:53:05 +0100 Message-ID: <875z6y9rim.fsf@ims.uni-hannover.de> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=62.75.142.128; envelope-from=fer@pie.tf; helo=pie.tf X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/25 12:53:06 X-ACL-Warn: Detected OS = Linux 3.1-3.10 [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: A7FRp4pehB6P Hi Bastien, Bastien writes: > Applied, thanks! Thank you. > The commit message and the changelog were perfect, thanks for taking > care of this. I simply added "TINYCHANGE". I signed the FSF copyright times a short while ago, so I think this is no longer necessary. Best,