compilation-mode-tool-bar-map
compilation-mode-tool-bar-map is a variable defined in `
compile.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Not documented as a variable.
Value:
(keymap
(separator-2)
(undo)
(separator-compile "--")
(previous-error-no-select menu-item "previous-error-no-select" previous-error-no-select :image
(find-image
(cond
((not
(display-color-p))
'((:type pbm :file "left-arrow.pbm" :foreground "black")
(:type xbm :file "left-arrow.xbm" :foreground "black")
(:type xpm :file "low-color/left-arrow.xpm")
(:type xpm :file "left-arrow.xpm")))
((<
(display-color-cells)
256)
'((:type xpm :file "low-color/left-arrow.xpm")
(:type xpm :file "left-arrow.xpm")
(:type pbm :file "left-arrow.pbm" :foreground "black")
(:type xbm :file "left-arrow.xbm" :foreground "black")))
(t
'((:type xpm :file "left-arrow.xpm")
(:type pbm :file "left-arrow.pbm" :foreground "black")
(:type xbm :file "left-arrow.xbm" :foreground "black")))))
:rtl "right-arrow" :help "Goto previous error")
(next-error-no-select menu-item "next-error-no-select" next-error-no-select :image
(find-image
(cond
((not
(display-color-p))
'((:type pbm :file "right-arrow.pbm" :foreground "black")
(:type xbm :file "right-arrow.xbm" :foreground "black")
(:type xpm :file "low-color/right-arrow.xpm")
(:type xpm :file "right-arrow.xpm")))
((<
(display-color-cells)
256)
'((:type xpm :file "low-color/right-arrow.xpm")
(:type xpm :file "right-arrow.xpm")
(:type pbm :file "right-arrow.pbm" :foreground "black")
(:type xbm :file "right-arrow.xbm" :foreground "black")))
(t
'((:type xpm :file "right-arrow.xpm")
(:type pbm :file "right-arrow.pbm" :foreground "black")
(:type xbm :file "right-arrow.xbm" :foreground "black")))))
:rtl "left-arrow" :help "Goto next error")
(kill-compilation menu-item "kill-compilation" kill-compilation :image
(find-image
(cond
((not
(display-color-p))
'((:type pbm :file "cancel.pbm" :foreground "black")
(:type xbm :file "cancel.xbm" :foreground "black")
(:type xpm :file "low-color/cancel.xpm")
(:type xpm :file "cancel.xpm")))
((<
(display-color-cells)
256)
'((:type xpm :file "low-color/cancel.xpm")
(:type xpm :file "cancel.xpm")
(:type pbm :file "cancel.pbm" :foreground "black")
(:type xbm :file "cancel.xbm" :foreground "black")))
(t
'((:type xpm :file "cancel.xpm")
(:type pbm :file "cancel.pbm" :foreground "black")
(:type xbm :file "cancel.xbm" :foreground "black")))))
:enable
(let
((buffer
(compilation-find-buffer)))
(get-buffer-process buffer))
:help "Stop compilation")
(recompile menu-item "recompile" recompile :image
(find-image
(cond
((not
(display-color-p))
'((:type pbm :file "refresh.pbm" :foreground "black")
(:type xbm :file "refresh.xbm" :foreground "black")
(:type xpm :file "low-color/refresh.xpm")
(:type xpm :file "refresh.xpm")))
((<
(display-color-cells)
256)
'((:type xpm :file "low-color/refresh.xpm")
(:type xpm :file "refresh.xpm")
(:type pbm :file "refresh.pbm" :foreground "black")
(:type xbm :file "refresh.xbm" :foreground "black")))
(t
'((:type xpm :file "refresh.xpm")
(:type pbm :file "refresh.pbm" :foreground "black")
(:type xbm :file "refresh.xbm" :foreground "black")))))
:help "Restart compilation"))