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

Lines Matching +defs:next +defs:error

95         (error nil))
150 MENU-DATA is a list of error and warning messages returned by
168 MENU-DATA is a list of error and warning messages returned by
297 (error "Invalid file-name"))
480 ;; XEmacs with 'last match not a buffer' error as
592 "Parse OUTPUT and highlight error lines.
628 (error
630 source-buffer (error-message-string err))))
646 (flymake-log 2 "%s: %d error(s), %d warning(s) in %.2f second(s)"
656 (format "Configuration error has occured while running %s" command))
760 "Highlight error lines in BUFFER using info from ERR-INFO-LIST."
806 "Face used for marking error lines."
892 "Grab error line patterns from ORIGINAL-LIST in compile.el format.
911 (defvar flymake-err-line-patterns ; regexp file-idx line-idx col-idx (optional) text-idx(optional), match-end to end of string is error text
915 ("\\(\\([a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)) \: \\(\\(error\\|warning\\|fatal error\\) \\(C[0-9]+\\):[ \t\n]*\\(.+\\)\\)"
921 ("midl[ ]*:[ ]*\\(command line error .*\\)"
924 ("\\(\\([a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\),[0-9]+)\: \\(\\(error\\|warning\\|fatal error\\) \\(CS[0-9]+\\):[ \t\n]*\\(.+\\)\\)"
932 ;; compilation-error-regexp-alist)
933 (flymake-reformat-err-line-patterns-from-compile-el compilation-error-regexp-alist-alist))
934 "Patterns for matching error/warning lines. Each pattern has the form
942 ;; ("\\(\\([a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)) \: \\(\\(error\\|warning\\|fatal error\\) \\(C[0-9]+\\):[ \t\n]*\\(.+\\)\\)"
947 ;; "patterns for matching error/warning lines, (regexp file-idx line-idx err-text-idx)"
953 "Parse LINE to see if it is an error or warning.
971 (or err-text (setq err-text "<no error text>"))
1006 "Update LINE-ERR-INFO-LIST with the error LINE-ERR-INFO.
1022 "Update ERR-INFO-LIST with the error LINE-ERR-INFO, preserving sort order.
1105 ;; (error "Invalid buffer"))
1119 (error
1120 (flymake-log 1 "Failed to delete dir %s, error ignored" dir-name))))
1177 (error
1179 cmd args (error-message-string err)))
1271 (let* ((menu-title (format "Line %d: %d error(s), %d warning(s)" line-no
1422 "Return first line with error."
1427 "Return last line with error."
1431 (defun flymake-get-next-err-line-no (err-info-list line-no)
1432 "Return next line with error."
1442 "Return previous line with error."
1460 (defun flymake-goto-next-error ()
1461 "Go to next error in err ring."
1463 (let ((line-no (flymake-get-next-err-line-no flymake-err-info (flymake-current-line-no))))
1471 (defun flymake-goto-prev-error ()
1472 "Go to previous error in err ring."
1490 (error "Invalid file-name"))
1502 (error "Invalid file-name"))
1515 "Attempt to delete temp dir created by `flymake-create-temp-with-folder-structure', do not fail on error."
1554 "Translate file name from error message to \"real\" file name.