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

Lines Matching +defs:custom +defs:variable

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")
236 parentheses, or assignment statements. This variable specifies a
242 this variable."
258 When this variable is nil, paren alignment may still occur, based on
307 This variable is ignored when `idlwave-fill-comment-line-only' is
368 variable, it starts the initialization. The process is split into
372 good value for this variable is about 1/3 of the time initialization
437 variable can be set to specify the paths where IDLWAVE can find PRO
439 variable is nil. The value is a list of directories. A directory
441 variable on a UNIX system, the shell will not be queried. See also
448 UNIX. Set this to the value of the `!DIR' system variable in IDL.
469 "*Obsolete variable, no longer used.")
476 else. This variable can define additional types. The car of each entry
513 This variable determines the case (UPPER/lower/Capitalized...) of
540 lower case (but see the variable `idlwave-completion-force-default-case').
542 After changing this variable, you need to either restart Emacs or press
561 When this variable is non-nil, the empty string is considered to be downcase.
568 "Obsolete variable. See `idlwave-complete-empty-string-as-lower-case' and
613 The value of this variable may be nil to inhibit display, or an integer to
618 item is displayed in the echo area. If the value of this variable is a
659 explicitly with the variable `idlwave-store-inquired-class'.
661 This variable allows you to configure IDLWAVE's method and
689 value of the variable `idlwave-query-class'.
694 variable is non-nil, IDLWAVE will store and reuse the class information.
698 The default of this variable is nil, since the result of commands then
712 \(see variable `idlwave-store-inquired-class', it highlights the arrow
740 This messes up your window configuration. With this variable set, IDLWAVE
829 upper case, regardless of this variable."
1009 I know the name of this variable is badly chosen, but I cannot change
1062 :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
1076 This variable must be set before IDLWAVE gets loaded. It is
1117 This variable is only for the maintainer, to test difficult stuff,
1175 (1 font-lock-variable-name-face) ; variable names
1219 (1 font-lock-variable-name-face)))
1331 (defconst idlwave-variable (concat idlwave-identifier "\\|" idlwave-sysvar)
1332 "Regular expression matching IDL variable names.")
1357 (cons 'call (list (concat "\\(" idlwave-variable "\\) *= *"
1366 "\\(" idlwave-variable "\\) *=") nil)))
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))
1811 comments. When the variable `idlwave-fill-comment-line-only' is
1827 this shell. It also makes use of pre-compiled or custom-scanned
1836 for the system variable, keyword, or routines at point. A single
1880 If the variable `idlwave-expand-generic-end' is non-nil, each END typed
1914 (set (make-local-variable 'indent-line-function) 'idlwave-indent-and-action)
1916 (make-local-variable idlwave-comment-indent-function)
1919 (set (make-local-variable 'comment-start-skip) ";+[ \t]*")
1920 (set (make-local-variable 'comment-start) ";")
1921 (set (make-local-variable 'comment-add) 1) ; ";;" for new and regions
1922 (set (make-local-variable 'require-final-newline) t)
1923 (set (make-local-variable 'abbrev-all-caps) t)
1924 (set (make-local-variable 'indent-tabs-mode) nil)
1925 (set (make-local-variable 'completion-ignore-case) t)
1937 (set (make-local-variable idlwave-fill-function) 'idlwave-auto-fill)
1939 (set (make-local-variable 'comment-multi-line) nil)
1940 (set (make-local-variable 'paragraph-separate)
1942 (set (make-local-variable 'paragraph-start) "[ \t\f]\\|[ \t]*;+[ \t]")
1943 (set (make-local-variable 'paragraph-ignore-fill-prefix) nil)
1944 (set (make-local-variable 'parse-sexp-ignore-comments) t)
1947 (set (make-local-variable 'add-log-current-defun-function)
1957 (set (make-local-variable 'font-lock-defaults) idlwave-font-lock-defaults)
1958 (set (make-local-variable 'font-lock-mark-block-function)
1960 (set (make-local-variable 'font-lock-fontify-region-function)
1964 (set (make-local-variable 'imenu-create-index-function)
1966 (set (make-local-variable 'imenu-extract-index-name-function)
1968 (set (make-local-variable 'imenu-prev-index-position-function)
2053 Evaluates a non-nil value of the *variable* `idlwave-command-hook' and
2054 sets the variable to zero afterwards."
2242 (defun idlwave-custom-ampersand-surround (&optional is-action)
2252 (defun idlwave-custom-ltgtr-surround (gtr &optional is-action)
2353 ;; Use global variable 'comment-column' to set parallel comment
3597 Inserts the value of the variable idlwave-file-header. Sets mark before
3636 Looks for an occurrence of the value of user variable
4300 "Define a variable and a function to sintern the new type TAG.
4301 This defines the function `idlwave-sintern-TAG' and the variable
4318 "Reset the sintern variable associated with TAG."
4367 only returns the value of the variable."
4582 (defvar idlwave-library-routines nil "Obsolete variable.")
5136 ;; Put the result into the correct variable
5405 If this is not the correct file, first set variable
5430 (make-local-variable 'idlwave-widget)
5601 ;; Define the variable which knows the value of "!DIR"
5605 ;; Define the variable which contains a list of all scanned directories
5661 NO-LOAD is non-nil. The variable `idlwave-use-library-catalogs' can
7096 "Make the user select an element from the alist in the variable SYM.
7187 (set (make-local-variable var) value)))
7193 (and (local-variable-p var (current-buffer))
7364 search for a structure assigned to variable VAR. If NAME is non-nil,
7669 "Complete a system variable."
7674 ;; Check if the context is right for system variable
7680 "Select a system variable"
7681 "system variable")
7689 ;; Complete a system variable tag
7693 (or entry (error "!%s is not a known system variable" var))
7694 (or tags (error "System variable !%s is not a structure" var))
7699 "Select a system variable tag"
7700 "system variable tag")
8403 (set (make-local-variable 'idlwave-popup-source) nil)
8404 (set (make-local-variable 'idlwave-current-obj_new-class)
8894 "Internal variable used to influence `idlwave-routine-twin-compare'.")
9052 to reset the variable `idlwave-true-path-alist' to nil."