We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54c910 commit a177a72Copy full SHA for a177a72
gnuplot.el
@@ -2020,16 +2020,7 @@ a list:
2020
not yet supported by the GUI generate messages printed in grey
2021
text.
2022
5. The GUI handling of \"hidden3d\" is flaky and \"cntrparam\" is
2023
- unsupported.
2024
-
2025
- ------O------
2026
2027
- Key bindings:
2028
- \\{gnuplot-mode-map}"
2029
- (kill-all-local-variables)
2030
- (use-local-map gnuplot-mode-map)
2031
- (setq major-mode 'gnuplot-mode
2032
- mode-name "Gnuplot")
+ unsupported."
2033
(setq-local comment-start "# ")
2034
(setq-local comment-end "")
2035
(setq-local comment-column 32)
0 commit comments