Lines Matching defs:string
46 ;; either a string, a pathname, or a syntax-p.
49 ;; string: executes (load "progmodes/<the-string>.lsp")
138 (string-concat
163 name ;; A unique string to identify the syntax mode.
218 font ;; Optional font string name of property.
219 foreground ;; Optional string representation of foreground color.
220 background ;; Optional string representation of background color.
264 ;; Convert a synprop structure to a string in the format
267 (defun synprop-to-string (synprop &aux values booleans xlfd)
324 ;; make resulting string.
345 &aux string-properties quark)
347 ;; Create a string representation of the properties.
350 string-properties
352 string-properties
353 (list (synprop-to-string property))
359 string-properties
360 (case (length string-properties)
362 (1 (car string-properties))
364 (car string-properties)
365 (cdr string-properties)
375 string-properties
377 (setq quark #-debug (convert-property-list name string-properties)
387 (format *output* "~Cxrm-string-to-quark ~S~%"
393 #-debug (xrm-string-to-quark (synprop-name property))
464 (defun insert (string)
465 (format *output* "~Cinsert ~S~%" *escape* string))
471 (defun replace-text (left right string)
473 *escape* left right string))
485 (defun search-forward (string &optional case-sensitive)
487 *escape* string (if case-sensitive 1 0)))
489 (defun search-backward (string &optional case-sensitive)
491 *escape* string (if case-sensitive 1 0)))
500 *escape* (string value)))
516 *escape* (string value)))