• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/progmodes/

Lines Matching +defs:custom +defs:quote

178   (condition-case () (require 'custom) (error nil))
179 (if (and (featurep 'custom) (fboundp 'custom-declare-variable))
181 ;; We have the old or no custom-library, hack around it!
194 :link '(custom-manual "(idlwave)Top")
1062 :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
1402 `(quote (lambda ()
1415 `(quote (lambda ()
1505 (table-key (regexp-quote key))
1529 (define-key idlwave-mode-map "'" 'idlwave-show-matching-quote)
1530 (define-key idlwave-mode-map "\"" 'idlwave-show-matching-quote)
1617 (idlwave-action-and-binding "&" 'idlwave-custom-ampersand-surround)
1624 (idlwave-action-and-binding "<" '(idlwave-custom-ltgtr-surround nil))
1625 (idlwave-action-and-binding ">" '(idlwave-custom-ltgtr-surround 'gtr))
1827 this shell. It also makes use of pre-compiled or custom-scanned
2111 (while (and found (idlwave-in-quote))
2114 (and found (not (idlwave-in-quote))
2129 (defun idlwave-show-matching-quote ()
2130 "Insert quote and show matching quote if this is end of a string."
2132 (let ((bq (idlwave-in-quote))
2242 (defun idlwave-custom-ampersand-surround (&optional is-action)
2252 (defun idlwave-custom-ltgtr-surround (gtr &optional is-action)
2334 (if (and (not (idlwave-in-comment)) (idlwave-in-quote))
2389 (if (setq beg (idlwave-in-quote))
3109 (idlwave-in-quote)
3327 (regexp-quote
3495 (if (and (idlwave-in-quote)
3552 (if (and (setq beg (idlwave-in-quote))
3688 (or (idlwave-in-comment) (idlwave-in-quote)))
3690 (defun idlwave-in-quote ()
3691 "Returns location of the opening quote
3695 constants - a double quote followed by an octal digit."
3697 ;;; double quote followed by an octal digit to be an octal constant
3699 ;;; quote.
3701 ;; Because single and double quotes can quote each other we must
3712 ;; Don't find an octal constant beginning with a double quote
3721 ;; Move to position after quote
3748 (not (idlwave-in-quote))
5958 ((and (idlwave-in-quote)
6743 (list 'quote type) slash beg)
6746 (list 'quote type) slash (list 'quote 'force))))
7346 (if (not (or (idlwave-in-comment) (idlwave-in-quote)))
7375 (concat "\\<" (regexp-quote (downcase var)) "\\>" ws)
8114 (regexp-quote (downcase name2))
8981 (regexp-quote (downcase class))
8982 (regexp-quote (downcase name)))
8983 (format "\\`%s\\.pro" (regexp-quote (downcase name)))))
9031 (string-match (concat "^" (regexp-quote true-syslib)) true-file)))