|
From: Elias A. <eli...@gm...> - 2014-03-06 10:21:43
|
Hi Dima, On 03/05/2014 09:59 PM, Dima Kogan wrote: > Hi Elias. The gnuplot emacs interface in the gnuplot distribution is out > of date. A very updated mode is here: Way out of date actually! I did not really look at the header. And good catch, I have to say -- I did not say which source I was using. > https://github.com/bruceravel/gnuplot-mode > > You should patch that tree (if it doesn't have your fixes already). In fact, this already has (defun gnuplot-send-line-to-gnuplot () … (save-excursion ;; go to start of continued command, or beginning of line ;; if this is not a continuation of a previous line <JJO> (gnuplot-beginning-of-continuation) … For what it's worth, I agree that it would be better to remove the outdated gnuplot.el from the gnuplot distribution :-). Thank you for pointing me to the new version. Elias |