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 20
20
; ; along with this program. If not, see <http://www.gnu.org/licenses/>.
21
21
22
22
; ;; Commentary:
23
- ; ;
23
+
24
24
; ; This file provides a graphical user interface to setting arguments
25
25
; ; to gnuplot commands. Positioning point near a command and invoking
26
26
; ; `gnuplot-gui-set-options-and-insert' (C-c C-c or shift-mouse-2)
27
27
; ; will pop open a frame with widgets for setting the various
28
28
; ; arguments appropriate the the item that was near point. The goal
29
29
; ; is to provide point-and-click functionality to gnuplot-mode.
30
- ; ;
31
- ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
32
- ; ;
30
+
33
31
; ;; To do:
34
- ; ;
32
+
35
33
; ; Widgets I need:
36
34
; ; -- 'position: two or three comma separated numbers used to denote a
37
35
; ; position or a tic start/end/increment (see arrow,
49
47
; ; overall:
50
48
; ; -- continuation lines (ugh!)
51
49
; ; -- multiple frames end up displaying same window after setting options
52
- ; ;
53
- ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
50
+
54
51
; ;; Code:
55
52
56
53
(require 'gnuplot )
Original file line number Diff line number Diff line change 37
37
; ; commentary in gnuplot-context.el for more information. If you
38
38
; ; don't find it useful, it can be turned off by customizing
39
39
; ; `gnuplot-context-sensitive-mode' .
40
- ; ;
41
- ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
42
40
43
- ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
44
41
; ;; Acknowledgements:
42
+
45
43
; ; David Batty numerous corrections
46
44
; ; Laurent Bonnaud suggestions regarding font-lock rules
47
45
; ; Markus Dickebohm suggested `gnuplot-send-line-and-forward'
61
59
; ; Lars Hecking gnuplot distribution and installation materials
62
60
; ; Maxime F. Treca package update, XEmacs deprecation
63
61
; ; Daniel Mendler package update, support for recent Emacs
64
- ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
65
62
66
63
; ;; Code:
67
64
You can’t perform that action at this time.
0 commit comments