From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] small bug in Babel GnuPlot on % character Date: Mon, 08 May 2017 11:40:02 +0200 Message-ID: <8760hb7klp.fsf@nicolasgoaziou.fr> References: <590F3AC5.8000801@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7f9F-0002Ld-61 for emacs-orgmode@gnu.org; Mon, 08 May 2017 05:40:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7f9C-0003bY-2K for emacs-orgmode@gnu.org; Mon, 08 May 2017 05:40:09 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:38705) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d7f9B-0003bA-Sa for emacs-orgmode@gnu.org; Mon, 08 May 2017 05:40:06 -0400 In-Reply-To: <590F3AC5.8000801@free.fr> (Thierry Banel's message of "Sun, 07 May 2017 17:18:29 +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: Thierry Banel Cc: emacs-orgmode@gnu.org Hello, Thierry Banel writes: > Here is a patch for a small bug in Babel GnuPlot. When GnuPlot outputs a > message containing a % character, Emacs mis-interprets it. This happens > when using commands such as print or fit. Example showing the bug: > > #+BEGIN_SRC gnuplot :file x.svg :session none > print "hello %s\n" > plot x > #+END_SRC Applied. Thank you. Regards, -- Nicolas Goaziou