|
From: Dima K. <gn...@di...> - 2014-03-06 19:04:15
|
Ethan Merritt <eam...@gm...> writes: > What about the files gnuplot-eldoc.el and gnuplot-eldoc.elc that are > generated from the master documentation file gnuplot.doc? Are they part > of gnuplot-mode or are they for something else entirely? Those aren't a part of gnuplot-mode. The .elc is a byte-compiled version of the .el. gnuplot-eldoc.el looks like it is meant to provide completion when creating gnuplot scripts, but it was never being installed in any meaningful way, so I've never used it (or heard of it for that matter). The newer gnuplot-mode tree provides this functionality in a different way. I'm pretty sure those files could be removed. They were undiscoverable, and are now handled in a more logical (and obvious) place. dima |