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

Lines Matching defs:examine

328 (defcustom idlwave-shell-examine-alist 
342 "Alist of special examine commands for popup selection.
344 `idlwave-shell-examine-select', and the corresponding value is sent as
356 (defcustom idlwave-shell-separate-examine-output t
357 "*Non-nil mean, put output of examine commands in their own buffer."
857 letter completion of the examine type.
944 configureable set of custom examine commands using
945 \\[idlwave-shell-examine-select]. The mouse examine commands can
2816 (defmacro idlwave-shell-mouse-examine (help &optional ev)
2857 (funcall (idlwave-shell-mouse-examine nil) event))
2862 (funcall (idlwave-shell-mouse-examine 'help) event))
2864 (defun idlwave-shell-examine-select (event)
2867 (funcall (idlwave-shell-mouse-examine nil event) event))
2869 (defmacro idlwave-shell-examine (help)
2875 (defvar idlwave-shell-examine-label nil
2876 "Label to include with examine text if in a separate buffer.")
2877 (defvar idlwave-shell-examine-completion-list nil)
2906 idlw-shell-examine-alist from which to select the help command text.
2908 idlw-shell-examine-alist via mini-buffer shortcut key."
2981 ;; Pop-up or complete on the examine selection list, if appropriate
2984 (and ev idlwave-shell-examine-alist)
2991 (idlwave-one-key-select 'idlwave-shell-examine-alist
2995 ;; idlwave-shell-examine-alist nil nil nil
2996 ;; 'idlwave-shell-examine-completion-list
3000 (mapcar 'car idlwave-shell-examine-alist)
3002 idlwave-shell-examine-alist))))
3005 (if idlwave-shell-separate-examine-output
3006 (setq idlwave-shell-examine-label
3011 (setq idlwave-shell-examine-label
3029 (if idlwave-shell-separate-examine-output 'hide))))))
3031 (defvar idlwave-shell-examine-window-alist nil
3034 (defvar idlwave-shell-examine-map (make-sparse-keymap))
3035 (define-key idlwave-shell-examine-map "q" 'idlwave-shell-examine-display-quit)
3036 (define-key idlwave-shell-examine-map "c" 'idlwave-shell-examine-display-clear)
3040 "Check examine output for warning about undefined procedure/function."
3043 (if idlwave-shell-separate-examine-output
3044 (idlwave-shell-examine-display)
3045 (idlwave-shell-examine-highlight)))
3047 (defun idlwave-shell-examine-display ()
3048 "View the examine command output in a separate buffer."
3052 (use-local-map idlwave-shell-examine-map)
3074 (if idlwave-shell-examine-label
3076 (insert idlwave-shell-examine-label)
3077 (setq idlwave-shell-examine-label nil)))))
3084 ;; Look for the examine buffer in all windows. If one is
3086 ;; to or create an examine window in this frame, and resize if
3102 (let ((elt (assoc win idlwave-shell-examine-window-alist)))
3111 (setq idlwave-shell-examine-window-alist
3114 idlwave-shell-examine-window-alist)))
3116 (if (setq elt (assoc win idlwave-shell-examine-window-alist))
3118 (add-to-list 'idlwave-shell-examine-window-alist
3127 (defun idlwave-shell-examine-display-quit ()
3134 (defun idlwave-shell-examine-display-clear ()
3231 (defun idlwave-shell-examine-highlight ()
4176 'idlwave-shell-examine-select)
4465 idlwave-shell-examine-alist))
4469 idlwave-shell-examine-alist)))