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

Lines Matching defs:update

211      speedbar-update-current-file
326 ;; of loosing the ability for adaptive speed choice. This update
328 (defvar speedbar-update-speed dframe-update-speed
329 "*Obsoleted variable. Use `dframe-update-speed'.")
331 (defvar speedbar-navigating-speed dframe-update-speed
332 "*Obsoleted variable. Use `dframe-update-speed'.")
754 (defvar speedbar-update-flag dframe-have-timer-flag
755 "*Non-nil means to automatically update the display.
763 (defvar speedbar-update-flag-disable nil
764 "Permanently disable changing of the update flag.")
817 (dframe-update-keymap speedbar-key-map)
864 :active (not speedbar-update-flag-disable)
865 :style toggle :selected speedbar-update-flag])
968 (defalias 'speedbar-mode-line-update
969 (if (featurep 'xemacs) 'redraw-modeline 'force-mode-line-update))
1012 (speedbar-update-contents)
1013 (speedbar-set-timer dframe-update-speed)
1071 (lambda () (let ((speedbar-update-flag t))
1178 (p3 (if speedbar-update-flag "#" "!"))
1196 (speedbar-mode-line-update)))))))
1408 (speedbar-update-contents))
1426 (speedbar-update-contents)
1429 (speedbar-set-timer dframe-update-speed)
1676 (defun speedbar-enable-update ()
1679 (setq speedbar-update-flag t)
1681 (speedbar-set-timer dframe-update-speed))
1683 (defun speedbar-disable-update ()
1686 (setq speedbar-update-flag nil)
1691 "Toggle automatic update for the speedbar frame."
1693 (if speedbar-update-flag
1694 (speedbar-disable-update)
1695 (speedbar-enable-update)))
2475 (defun speedbar-update-contents ()
2476 "Generically update the contents of the speedbar buffer."
2491 (speedbar-update-special-contents)
2492 (speedbar-update-directory-contents)))
2494 (defun speedbar-update-localized-contents ()
2514 (speedbar-update-directory-contents)
2535 (defun speedbar-update-directory-contents ()
2541 ;; disable stealth during update
2549 ;; really a request to update existing contents, so we must be
2614 (defun speedbar-update-special-contents ()
2635 ;; decide NOT to update themselves.
2643 (dframe-set-timer timeout 'speedbar-timer-fn 'speedbar-update-flag)
2654 "Run whenever Emacs is idle to update the speedbar item."
2662 (if (and speedbar-update-flag
2686 (speedbar-update-special-contents)
2698 ;; Always update for GUD.
2701 (speedbar-update-localized-contents)))
2711 (defvar speedbar-stealthy-update-recurse nil
2712 "Recursion avoidance variable for stealthy update.")
2718 (if (not speedbar-stealthy-update-recurse)
2720 (speedbar-stealthy-update-recurse t))
2776 (defun speedbar-update-current-file ()
2777 "Find the current file, and update our visuals to indicate its name.
3393 (speedbar-set-timer dframe-update-speed))
3405 ;; update contents will change directory without
3409 (speedbar-update-contents))
3472 ;; update contents will change directory without
3474 (speedbar-update-contents)
3514 (speedbar-set-timer dframe-update-speed)