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

Lines Matching +defs:down +defs:arrow

406 output, shell operation may be slowed down.
472 'arrow Use the overlay arrow
475 otherwise the overlay arrow.
476 The overlay-arrow has the disadvantage to hide the first chars of a line.
479 In Emacs 21, the overlay arrow is displayed in a special area and never
480 hides any code, so setting this to 'arrow on Emacs 21 sounds like a good idea."
484 (const :tag "Use overlay arrow" arrow)
486 (const :tag "Face or arrow." t)))
488 (defcustom idlwave-shell-overlay-arrow ">"
489 "*The overlay arrow to display at source lines where execution halts.
492 display the stop-lines. The arrow is only used on character-based terminals.
493 See also `idlwave-shell-use-overlay-arrow'."
505 "*The color for the default face or overlay arrow when stopped."
694 ;; Define the shell stop overlay. When left nil, the arrow will be used.
697 (eq idlwave-shell-mark-stop-line 'arrow))
702 ;; Try to use a face. If not possible, arrow will be used anyway
713 ;; IDLWAVE may decide. Will use a face on window systems, arrow elsewhere
897 the arrow keys UP and DOWN.
1469 Otherwise just move the line. Move down unless UP is non-nil."
1486 (defun idlwave-shell-down-or-history (&optional arg)
1488 Otherwise just go down one line."
2300 message (format "%d is the current calling stack level - can't go further down"
2319 (defun idlwave-shell-stack-down ()
2320 "Display the source code one step down the calling stack."
2358 "display frame file in other window with overlay arrow.
2369 (setq overlay-arrow-string nil)
2421 ;; use the arrow instead, but only if marking is wanted.
2423 (setq overlay-arrow-string idlwave-shell-overlay-arrow))
2424 (or overlay-arrow-position ; create the marker if necessary
2425 (setq overlay-arrow-position (make-marker)))
2426 (set-marker overlay-arrow-position (point) buffer)))
3919 (setq overlay-arrow-string nil)
4157 (define-key idlwave-shell-mode-map [(down)] 'idlwave-shell-down-or-history)
4165 [(shift down-mouse-2)])
4170 [(control meta down-mouse-2)])
4175 [(control shift down-mouse-2)])
4237 ([(control down)] down idlwave-shell-stack-down)
4282 'idlwave-shell-stack-down)
4284 'idlwave-shell-stack-down)
4472 ["Stack Down" idlwave-shell-stack-down t]