On 2014/10/27 22:05, patrick keshishian wrote: > > Fwiw, whenever I build gnuplot from ports, I remove the emacs > dependency and the .el and .elc files. > > I'm not sure what they are for, and I've not missed them.
The .el files that we install in gnuplot are just docs (a syntax reminder, by the looks of it). There are other emacs lisp files that are part of the gnuplot distribution - gnuplot.el "gnuplot mode for emacs" and gnuplot-gui.el "a GUI for setting command arguments interactively" - which might be more useful, but we don't currently install them. :wq ;)