File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 2020; ; along with this program. If not, see <http://www.gnu.org/licenses/>.
2121
2222; ;; Commentary:
23- ; ;
23+
2424; ; This file provides a graphical user interface to setting arguments
2525; ; to gnuplot commands. Positioning point near a command and invoking
2626; ; `gnuplot-gui-set-options-and-insert' (C-c C-c or shift-mouse-2)
2727; ; will pop open a frame with widgets for setting the various
2828; ; arguments appropriate the the item that was near point. The goal
2929; ; is to provide point-and-click functionality to gnuplot-mode.
30- ; ;
31- ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
32- ; ;
30+
3331; ;; To do:
34- ; ;
32+
3533; ; Widgets I need:
3634; ; -- 'position: two or three comma separated numbers used to denote a
3735; ; position or a tic start/end/increment (see arrow,
4947; ; overall:
5048; ; -- continuation lines (ugh!)
5149; ; -- multiple frames end up displaying same window after setting options
52- ; ;
53- ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
50+
5451; ;; Code:
5552
5653(require 'gnuplot )
Original file line number Diff line number Diff line change 3737; ; commentary in gnuplot-context.el for more information. If you
3838; ; don't find it useful, it can be turned off by customizing
3939; ; `gnuplot-context-sensitive-mode' .
40- ; ;
41- ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
4240
43- ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
4441; ;; Acknowledgements:
42+
4543; ; David Batty numerous corrections
4644; ; Laurent Bonnaud suggestions regarding font-lock rules
4745; ; Markus Dickebohm suggested `gnuplot-send-line-and-forward'
6159; ; Lars Hecking gnuplot distribution and installation materials
6260; ; Maxime F. Treca package update, XEmacs deprecation
6361; ; Daniel Mendler package update, support for recent Emacs
64- ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6562
6663; ;; Code:
6764
You can’t perform that action at this time.
0 commit comments