@@ -597,9 +597,9 @@ See the doc-string for `gnuplot-gui-all-types'.")
597597
598598(defcustom gnuplot-gui-plot-splot-fit-style 'simple
599599 " Control the complexity of the GUI display for plot, splot, and fit.
600- The values are 'simple, which causes a limited set of plot, splot, or
601- fit options to be displayed, and 'complete, which attempts to display
602- all options. The 'complete setting is prone to making errors when
600+ The values are \\= 'simple, which causes a limited set of plot, splot, or
601+ fit options to be displayed, and \\= 'complete, which attempts to display
602+ all options. The \\= 'complete setting is prone to making errors when
603603parsing values already in the script buffer."
604604 :group 'gnuplot-gui
605605 :type '(radio (const :tag " Simple listing" simple)
@@ -745,54 +745,54 @@ TAG is the name used on the widget and indicates one of the options
745745for this command, set option, or terminal type.
746746
747747TYPE is one of
748- 'list a menu-list of strings
749- 'list* a menu-list of strings with a prefix
750- 'number a number with an optional prefix
751- 'tag like number but must be the first argument
752- 'fontsize like number but must be the last argument
753- 'range a pair of numbers like [#,#] or [#:#]
754- 'pair a pair of numbers with no punctuation and a prefix
755- 'file a quoted string and a file browser
756- 'string a quoted string with an optional prefix
757- 'string* an unquoted string with a prefix
758- 'format a quoted string and an info-link to (gnuplot)format
759- 'labels an array as needed for xtics, ytics, etc
760- 'position 2 or 3 comma separated numbers with an optional prefix
748+ \\= 'list a menu-list of strings
749+ \\= 'list* a menu-list of strings with a prefix
750+ \\= 'number a number with an optional prefix
751+ \\= 'tag like number but must be the first argument
752+ \\= 'fontsize like number but must be the last argument
753+ \\= 'range a pair of numbers like [#,#] or [#:#]
754+ \\= 'pair a pair of numbers with no punctuation and a prefix
755+ \\= 'file a quoted string and a file browser
756+ \\= 'string a quoted string with an optional prefix
757+ \\= 'string* an unquoted string with a prefix
758+ \\= 'format a quoted string and an info-link to (gnuplot)format
759+ \\= 'labels an array as needed for xtics, ytics, etc
760+ \\= 'position 2 or 3 comma separated numbers with an optional prefix
761761
762762DEFAULT is the default value for this option. Note that the default
763- for 'range and 'pair is a cons cell and the default for 'labels is a
763+ for \\= 'range and \\= 'pair is a cons cell and the default for \\= 'labels is a
764764list. For most things, the best choice of DEFAULT is a string of
765765white space or a cons cell of two strings of white space. Strings of
766766white space are better defaults than empty strings or nil.
767767
768768The value of REST depends upon TYPE:
769769
770- For 'list & REST is the list of options that will go into the
771- 'list* menu-button. This can also be a symbol which
770+ For \\= 'list & REST is the list of options that will go into the
771+ \\= 'list* menu-button. This can also be a symbol which
772772 evaluates to a list containing the options to go into
773773 the menu-button. This list variable must contain the
774774 DEFAULT.
775- For 'number REST is the prefix string (if it exists) for that number.
776- For 'range REST is the separator, \" :\" for plot ranges and
775+ For \\= 'number REST is the prefix string (if it exists) for that number.
776+ For \\= 'range REST is the separator, \" :\" for plot ranges and
777777 \" ,\" for plot dimensions (see for example the tgif
778778 terminal type)
779- For 'string & REST may a number denoting the width of the editable-text
780- 'string* field or it may be a string denoting a prefix. By
779+ For \\= 'string & REST may a number denoting the width of the editable-text
780+ \\= 'string* field or it may be a string denoting a prefix. By
781781 default, the width is half the width of the frame
782782 and there is no prefix. It may be useful to
783783 specify \" 1\" when the input is a single character
784- as in ' set missing' .
785- For 'file REST determines the label placed before the file insertion
784+ as in \" set missing\" .
785+ For \\= 'file REST determines the label placed before the file insertion
786786 field. If non-nil, then TAG is used. If nil, then
787787 the default \" File\" is used.
788- For 'position REST is the prefix and the number of comma separated numbers
788+ For \\= 'position REST is the prefix and the number of comma separated numbers
789789 For others REST is not used.
790790
791791Here is an example entry for the png terminal type:
792792
793793 (cons \" png\"
794- '((\" SIZE\" 'list \" \" \" small\" \" medium\" \" large\" )
795- (\" COLOR\" 'list \" \" \" monochrome\" \" gray\" \" color\" )))
794+ \\= '((\" SIZE\" \\= 'list \" \" \" small\" \" medium\" \" large\" )
795+ (\" COLOR\" \\= 'list \" \" \" monochrome\" \" gray\" \" color\" )))
796796
797797This alist is formed at load time by appending together
798798`gnuplot-gui-terminal-types' , `gnuplot-gui-set-types' and
@@ -1152,7 +1152,7 @@ arguments."
11521152
11531153(defun gnuplot-gui-post-process-alist (type )
11541154 " A few types need some additional processing.
1155- 'range, 'pair, and 'labels are cons or list valued and need to b made
1155+ \\= 'range, \\= 'pair, and \\= 'labels are cons or list valued and need to b made
11561156into strings. This is called right before inserting the arguments
11571157into the buffer. TYPE is the object whose arguments are being set."
11581158 (let ((alist gnuplot-gui-alist)
@@ -1420,7 +1420,7 @@ SAVE-FRAME is non-nil when the widgets are being reset."
14201420 " Create a menu widget for the Gnuplot GUI.
14211421ITEM is the object whose arguments are set by this widget, DEFAULT
14221422is the default argument value, LIST contains the items for the pop-up
1423- menu. STARRED is true if this a 'list* widget."
1423+ menu. STARRED is true if this a \\= 'list* widget."
14241424 (let ((widget
14251425 (apply 'widget-create
14261426 'menu-choice :value default :tag item :doc starred
@@ -1623,7 +1623,7 @@ the default value for the argument."
16231623ITEM is the object whose arguments are set by this widget, DEFAULT is
16241624the default value for the widget, SEPARATOR is a text string preceding
16251625the numerical argument, or the prefix for a pair operator. IS-RANGE
1626- is non-nil if this is a 'range widget."
1626+ is non-nil if this is a \\= 'range widget."
16271627 (widget-insert (capitalize item) " : " )
16281628 (if is-range (widget-insert " [" ))
16291629 (widget-create 'editable-field
0 commit comments