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

Lines Matching +defs:pending +defs:delete

680 ;; If these were already overlays, delete them.  This probably means that we
683 (delete-overlay idlwave-shell-stop-line-overlay))
685 (delete-overlay idlwave-shell-expression-overlay))
687 (delete-overlay idlwave-shell-output-overlay))
731 'idlwave-shell-pending-stop)
733 'idlwave-shell-pending-electric-stop)
734 (set-face-background 'idlwave-shell-pending-stop "gray70")
735 (set-face-background 'idlwave-shell-pending-electric-stop "gray70")
768 (defvar idlwave-shell-pending-commands nil
1039 (add-hook 'kill-buffer-hook 'idlwave-shell-delete-temp-files nil 'local)
1040 (add-hook 'kill-emacs-hook 'idlwave-shell-delete-temp-files)
1060 ;; bare CR -> delete preceding line
1063 (delete-region (point) (line-beginning-position)))))))
1213 (delete-other-windows))
1290 idlwave-shell-pending-commands'. If IDL is ready the first command,
1291 CMD, in `idlwave-shell-pending-commands' is sent to the IDL process.
1303 `idlwave-shell-pending-commands'. If PREEMPT is 'wait, wait for all
1315 ; (prin1-to-string idlwave-shell-pending-commands)))
1335 (when (or cmd idlwave-shell-pending-commands)
1337 ;; To make this easy, always push CMD onto pending commands
1339 (setq idlwave-shell-pending-commands
1343 idlwave-shell-pending-commands)
1345 (append idlwave-shell-pending-commands
1358 (let* ((lcmd (car idlwave-shell-pending-commands))
1373 (setq idlwave-shell-pending-commands
1374 (cdr idlwave-shell-pending-commands))
1383 (setq idlwave-shell-pending-commands nil)
1524 and then calls `idlwave-shell-send-command' for any pending commands."
1581 (delete-region (point-min) (point)))
1627 ;; Done with post command. Do pending command if
1649 (delete-frame idlwave-shell-idl-wframe)
1654 (delete-window win))
1888 idlwave-shell-pending-commands nil
1893 (idlwave-shell-delete-temp-files)
2042 (delete "" (idlwave-split-string key " +")))))
2282 (let* ((lines (delete "" (idlwave-split-string
2348 (defun idlwave-shell-stop-line-pending ()
2353 'idlwave-shell-pending-electric-stop
2354 'idlwave-shell-pending-stop))))
2373 (delete-overlay idlwave-shell-stop-line-overlay))
2470 (idlwave-shell-stop-line-pending)
2482 (idlwave-shell-stop-line-pending)
2554 ;; Clear pending commands
2555 (setq idlwave-shell-pending-commands nil))
2560 (idlwave-shell-stop-line-pending)
2569 (idlwave-shell-stop-line-pending)
2577 (idlwave-shell-stop-line-pending)
2585 (idlwave-shell-stop-line-pending)
2966 'idlwave-shell-delete-expression-overlay))
2968 'idlwave-shell-delete-output-overlay)
3072 (delete-region (point-min) (point-max))
3131 (delete-frame (window-frame win))
3132 (delete-window win))))
3253 (defun idlwave-shell-delete-output-overlay ()
3258 (delete-overlay idlwave-shell-output-overlay))
3260 (remove-hook 'pre-command-hook 'idlwave-shell-delete-output-overlay)))
3262 (defun idlwave-shell-delete-expression-overlay ()
3267 (delete-overlay idlwave-shell-expression-overlay))
3269 (remove-hook 'pre-command-hook 'idlwave-shell-delete-expression-overlay)))
3342 (defun idlwave-shell-delete-temp-files ()
3350 (delete-file idlwave-shell-temp-pro-file))
3354 (delete-file idlwave-shell-temp-rinfo-save-file)
3660 (delete-overlay ov))))
3915 (delete-overlay idlwave-shell-stop-line-overlay))
4248 (mod-noshift (delete 'shift (copy-sequence mod)))