• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/progmodes/

Lines Matching +defs:on +defs:mouse

154      "^\\(?:[Ee]rror on \\|[Ww]arning on\\( \\)\\)?[Ll]ine[ \t]+\\([0-9]+\\)[ \t]+\
317 ;; So I put default face on the lines; and then put
343 normal cases. A shorter list will be lighter on resource usage.
353 number. The COLUMN'th subexpression gives the column number on
357 information is not present on the matched line. In that case the
370 meaning a range of columns starting on LINE and ending on
380 What matched the HYPERLINK'th subexpression has `mouse-face' and
425 (0 '(face nil message nil help-echo nil mouse-face nil) t)
428 (0 '(face nil message nil help-echo nil mouse-face nil) t)
432 This gets tacked on the end of the generated expressions.")
612 ;; the stack of nested enter-messages. Relative filenames on the following
627 mouse-face highlight
629 help-echo "mouse-2: visit destination directory")))
638 ;; list on average.
655 ;; Return a property list with all meta information on this error location.
713 "Go to column COL on the current line.
789 "mouse-2: visit this file, line and column"
791 "mouse-2: visit this file and line"
792 "mouse-2: visit this file"))
794 mouse-face highlight)))
1178 (define-key map [mouse-2] 'compile-goto-error)
1179 (define-key map [follow-link] 'mouse-face)
1208 (define-key map [mouse-2] 'compile-goto-error)
1209 (define-key map [follow-link] 'mouse-face)
1219 ;; That confuses C-down-mouse-3.
1220 (define-key map [mouse-2] 'compile-goto-error)
1221 (define-key map [follow-link] 'mouse-face)
1354 (defconst compilation-turn-on-font-lock 'turn-on-font-lock)
1373 '(directory message help-echo mouse-face debug))
1387 (turn-on-font-lock))
1388 (turn-on-font-lock)))
1391 (run-mode-hooks 'compilation-turn-on-font-lock)))
1396 With arg, turn compilation mode on if and only if arg is positive.
1400 Turning the mode on runs the normal hook `compilation-shell-minor-mode-hook'."
1411 With arg, turn compilation mode on if and only if arg is positive.
1414 Turning the mode on runs the normal hook `compilation-minor-mode-hook'."
1432 ;; Record where we put the message, so we can ignore it later on.
1509 ;; prop 'message usually has 2 changes, on and off, so
1593 (defalias 'compile-mouse-goto-error 'compile-goto-error)
1800 ;; We want highlighting: delete overlay on next input.
1954 help-echo "mouse-2: visit the source location"
1956 mouse-face highlight)