elpasync pushed a change to branch elpa/gnuplot. from 2625bf78c0 gnuplot-context: Make more functions private new 437108f488 gnuplot-gui/gnuplot-context: Make more symbols private/respect namespaces new a6990a36ba Enable gnuplot-eldoc-mode by default new 00d0398cb8 Provide gnuplot.info and gnuplot.texi from Gnuplot 6.0.2 new 50bdce63b4 Do not enable or disable eldoc-mode new 66872c8586 Move gnuplot-eldoc to private namespace new 9409a459bf Update README: Info file and eldoc information is distributed with the package new 5d1f787514 Add info dir new 9e44ebb897 Fix generated texi new bc2227824f Add doc2texi.el used to generate gnuplot-eldoc.el and gnuplot.texi new 486eb01380 Fix some bugs in doc2texi.el new d4b900667d Fix problems with texi new 9fd0530f20 Remove info and dir (texi should be sufficient) new da40ffbf4f Set gnuplot-inline-image-mode to 'inline by default new cbd123028a Improve comint initialization new a8383e8b55 Fix docstring warning new 5a72806bac Check if inline images are supported new b1a93044d2 gnuplot-eldoc.el: Add lexical-binding cookie
Summary of changes: .elpaignore | 3 +- .gitignore | 6 +- README.org | 20 +- doc2texi.el | 916 ++ gnuplot-context.el | 137 +- gnuplot-debug-context.el | 20 +- gnuplot-eldoc.el | 628 + gnuplot-gui.el | 30 +- gnuplot.el | 24 +- gnuplot.texi | 29734 +++++++++++++++++++++++++++++++++++++++++++++ 10 files changed, 31394 insertions(+), 124 deletions(-) create mode 100644 doc2texi.el create mode 100644 gnuplot-eldoc.el create mode 100644 gnuplot.texi