emacs-gnuplot / gnuplot

A major mode for Emacs for interacting with Gnuplot
GNU General Public License v3.0
138 stars 21 forks source link

Automatically install gnuplot info files #62

Closed mtreca closed 2 years ago

mtreca commented 3 years ago

Currently, info commands of the package rely on having the gnupot manual installed and available to Emacs.

We could automate this process in two ways:

EDIT: I think the best way to implement this is to create a defcustom gnuplot-info-file that points by default to the info file supplied by gnuplot.el (which I need to bump to 5.0), and to note in the README that this variable can be overriden for users with different versions of gnuplot.