GNU bug report logs - #39232
26.3; gnuplot qt mode

Previous Next

Package: emacs;

Reported by: Bart Nielsen <bart.utahman <at> gmail.com>

Date: Wed, 22 Jan 2020 03:05:01 UTC

Severity: normal

Tags: fixed

Found in version 26.3

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #18 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Illia Ostapyshyn <ilya.ostapyshyn <at> gmail.com>
To: larsi <at> gnus.org,
 bug-gnu-emacs <at> gnu.org
Subject: bug#39232: [PATCH] lisp/calc/calc-graph.el: update gnuplot timestamp
 hiding syntax
Date: Mon, 7 Dec 2020 12:49:50 +0200
Graphs fail to plot (bug#39232), since "time" abbreviation for "timestamp" is no longer valid after commit b979b5371bc1c18bf8f5bd756e7c1fb54dafd8cc of gnuplot:
https://github.com/gnuplot/gnuplot/commit/b979b5371bc1c18bf8f5bd756e7c1fb54dafd8cc

---
 lisp/calc/calc-graph.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/calc/calc-graph.el b/lisp/calc/calc-graph.el
index 829fa44ca4..b694a826ce 100644
--- a/lisp/calc/calc-graph.el
+++ b/lisp/calc/calc-graph.el
@@ -351,7 +351,7 @@
 	 (if (>= ver 3)
 	     (insert "set surface\nset nocontour\n"
 		     "set " (if calc-graph-is-splot "" "no") "parametric\n"
-		     "set notime\nset border\nset ztics\nset zeroaxis\n"
+		     "set notimestamp\nset border\nset ztics\nset zeroaxis\n"
 		     "set view 60,30,1,1\nset offsets 0,0,0,0\n"))
 	 (setq samples-pos (point))
 	 (insert "\n\n" str))
-- 
2.24.3 (Apple Git-128)




This bug report was last modified 4 years and 223 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.