From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.devel Subject: Re: calc-graph: "data style" is rejected by gnuplot 4.3.0 Date: Wed, 28 Apr 2010 11:57:59 -0500 Message-ID: <87och35xbc.fsf@vh213601.truman.edu> References: Reply-To: jay.p.belanger@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1272473924 19883 80.91.229.12 (28 Apr 2010 16:58:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 28 Apr 2010 16:58:44 +0000 (UTC) Cc: jay.p.belanger@gmail.com, Alexander Klimov To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 28 18:58:43 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O7Aas-0000FD-R3 for ged-emacs-devel@m.gmane.org; Wed, 28 Apr 2010 18:58:39 +0200 Original-Received: from localhost ([127.0.0.1]:48173 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7Aas-0005II-Bk for ged-emacs-devel@m.gmane.org; Wed, 28 Apr 2010 12:58:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7AaF-00057B-D1 for emacs-devel@gnu.org; Wed, 28 Apr 2010 12:57:59 -0400 Original-Received: from [140.186.70.92] (port=44948 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7AaE-00056g-3N for emacs-devel@gnu.org; Wed, 28 Apr 2010 12:57:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7AaC-0006Fz-OR for emacs-devel@gnu.org; Wed, 28 Apr 2010 12:57:57 -0400 Original-Received: from uranium.truman.edu ([150.243.160.94]:43178) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7AaC-0006Fd-Kk for emacs-devel@gnu.org; Wed, 28 Apr 2010 12:57:56 -0400 Original-Received: from vh213601.truman.edu (vh213601.truman.edu [150.243.162.59]) by uranium.truman.edu (Postfix) with ESMTP id E79EF128219; Wed, 28 Apr 2010 11:57:54 -0500 (CDT) In-Reply-To: (Alexander Klimov's message of "Wed, 28 Apr 2010 18:19:08 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:124303 Archived-At: > With > > $ gnuplot --version > gnuplot 4.3 patchlevel 0 > > it is impossible to plot from Calc with `g f' (calc-graph-fast). ... > The following patch fixes the problem: ... Thanks! I'll install it in the trunk as soon as I get home. Also, since the current gnuplot release is 4.4.0, I'd like permission to install this patch in the Emacs 23.2 branch. Jay