
`string-search` is easier to understand, less error-prone, much faster, does not pollute the regexp cache, and does not mutate global state. Use it where applicable and obviously safe (erring on the conservative side). * admin/authors.el (authors-canonical-file-name) (authors-scan-change-log): * lisp/apropos.el (apropos-command) (apropos-documentation-property, apropos-symbols-internal): * lisp/arc-mode.el (archive-arc-summarize) (archive-zoo-summarize): * lisp/calc/calc-aent.el (math-read-factor): * lisp/calc/calc-ext.el (math-read-big-expr) (math-format-nice-expr, math-format-number-fancy): * lisp/calc/calc-forms.el (math-read-angle-brackets): * lisp/calc/calc-graph.el (calc-graph-set-range): * lisp/calc/calc-keypd.el (calc-keypad-press): * lisp/calc/calc-lang.el (tex, latex, math-read-big-rec): * lisp/calc/calc-prog.el (calc-fix-token-name) (calc-user-define-permanent, math-define-exp): * lisp/calc/calc.el (calc-record, calcDigit-key) (calc-count-lines): * lisp/calc/calcalg2.el (calc-solve-for, calc-poly-roots) (math-do-integral): * lisp/calc/calcalg3.el (calc-find-root, calc-find-minimum) (calc-get-fit-variables): * lisp/cedet/ede/speedbar.el (ede-tag-expand): * lisp/cedet/semantic/java.el (semantic-java-expand-tag): * lisp/cedet/semantic/sb.el (semantic-sb-show-extra) (semantic-sb-expand-group): * lisp/cedet/semantic/wisent/python.el (semantic-python-instance-variable-p): * lisp/cus-edit.el (get): * lisp/descr-text.el (describe-text-sexp): * lisp/dired-aux.el (dired-compress-file): * lisp/dired-x.el (dired-make-relative-symlink): * lisp/dired.el (dired-glob-regexp): * lisp/dos-fns.el (dos-convert-standard-filename, dos-8+3-filename): * lisp/edmacro.el (edmacro-format-keys): * lisp/emacs-lisp/eieio-opt.el (eieio-sb-expand): * lisp/emacs-lisp/eieio-speedbar.el (eieio-speedbar-object-expand): * lisp/emacs-lisp/lisp-mnt.el (lm-keywords-list): * lisp/emacs-lisp/warnings.el (display-warning): * lisp/emulation/viper-ex.el (viper-ex-read-file-name) (ex-print-display-lines): * lisp/env.el (read-envvar-name, setenv): * lisp/epa-mail.el (epa-mail-encrypt): * lisp/epg.el (epg--start): * lisp/erc/erc-backend.el (erc-parse-server-response): * lisp/erc/erc-dcc.el (erc-dcc-member): * lisp/erc/erc-speedbar.el (erc-speedbar-expand-server) (erc-speedbar-expand-channel, erc-speedbar-expand-user): * lisp/erc/erc.el (erc-send-input): * lisp/eshell/em-glob.el (eshell-glob-entries): * lisp/eshell/esh-proc.el (eshell-needs-pipe-p): * lisp/eshell/esh-util.el (eshell-convert): * lisp/eshell/esh-var.el (eshell-envvar-names): * lisp/faces.el (x-resolve-font-name): * lisp/ffap.el (ffap-file-at-point): * lisp/files.el (wildcard-to-regexp, shell-quote-wildcard-pattern): * lisp/forms.el (forms--update): * lisp/frameset.el (frameset-filter-unshelve-param): * lisp/gnus/gnus-art.el (article-decode-charset): * lisp/gnus/gnus-kill.el (gnus-kill-parse-rn-kill-file): * lisp/gnus/gnus-mlspl.el (gnus-group-split-fancy): * lisp/gnus/gnus-msg.el (gnus-summary-resend-message-insert-gcc) (gnus-inews-insert-gcc): * lisp/gnus/gnus-rfc1843.el (rfc1843-decode-article-body): * lisp/gnus/gnus-search.el (gnus-search-indexed-parse-output) (gnus-search--complete-key-data): * lisp/gnus/gnus-spec.el (gnus-parse-simple-format): * lisp/gnus/gnus-sum.el (gnus-summary-refer-article): * lisp/gnus/gnus-util.el (gnus-extract-address-components) (gnus-newsgroup-directory-form): * lisp/gnus/gnus-uu.el (gnus-uu-grab-view): * lisp/gnus/gnus.el (gnus-group-native-p, gnus-short-group-name): * lisp/gnus/message.el (message-check-news-header-syntax) (message-make-message-id, message-user-mail-address) (message-make-fqdn, message-get-reply-headers, message-followup): * lisp/gnus/mm-decode.el (mm-dissect-buffer): * lisp/gnus/nnheader.el (nnheader-insert): * lisp/gnus/nnimap.el (nnimap-process-quirk) (nnimap-imap-ranges-to-gnus-ranges): * lisp/gnus/nnmaildir.el (nnmaildir--ensure-suffix): * lisp/gnus/nnmairix.el (nnmairix-determine-original-group-from-path): * lisp/gnus/nnrss.el (nnrss-match-macro): * lisp/gnus/nntp.el (nntp-find-group-and-number): * lisp/help-fns.el (help--symbol-completion-table-affixation): * lisp/help.el (help-function-arglist): * lisp/hippie-exp.el (he-concat-directory-file-name): * lisp/htmlfontify.el (hfy-relstub): * lisp/ido.el (ido-make-prompt, ido-complete, ido-copy-current-word) (ido-exhibit): * lisp/image/image-converter.el (image-convert-p): * lisp/info-xref.el (info-xref-docstrings): * lisp/info.el (Info-toc-build, Info-follow-reference) (Info-backward-node, Info-finder-find-node) (Info-speedbar-expand-node): * lisp/international/mule-diag.el (print-fontset-element): * lisp/language/korea-util.el (default-korean-keyboard): * lisp/linum.el (linum-after-change): * lisp/mail/ietf-drums.el (ietf-drums-parse-address): * lisp/mail/mail-utils.el (mail-dont-reply-to): * lisp/mail/rfc2047.el (rfc2047-encode-1, rfc2047-decode-string): * lisp/mail/rfc2231.el (rfc2231-parse-string): * lisp/mail/rmailkwd.el (rmail-set-label): * lisp/mail/rmailsum.el (rmail-header-summary): * lisp/mail/smtpmail.el (smtpmail-maybe-append-domain) (smtpmail-user-mail-address): * lisp/mail/uce.el (uce-reply-to-uce): * lisp/man.el (Man-default-man-entry): * lisp/mh-e/mh-alias.el (mh-alias-gecos-name) (mh-alias-minibuffer-confirm-address): * lisp/mh-e/mh-comp.el (mh-forwarded-letter-subject): * lisp/mh-e/mh-speed.el (mh-speed-parse-flists-output): * lisp/mh-e/mh-utils.el (mh-collect-folder-names-filter) (mh-folder-completion-function): * lisp/minibuffer.el (completion--make-envvar-table) (completion-file-name-table, completion-flex-try-completion) (completion-flex-all-completions): * lisp/mpc.el (mpc--proc-quote-string, mpc-cmd-special-tag-p) (mpc-constraints-tag-lookup): * lisp/net/ange-ftp.el (ange-ftp-send-cmd) (ange-ftp-allow-child-lookup): * lisp/net/mailcap.el (mailcap-mime-types): * lisp/net/mairix.el (mairix-search-thread-this-article): * lisp/net/pop3.el (pop3-open-server): * lisp/net/soap-client.el (soap-decode-xs-complex-type): * lisp/net/socks.el (socks-filter): * lisp/nxml/nxml-outln.el (nxml-highlighted-qname): * lisp/nxml/rng-cmpct.el (rng-c-expand-name, rng-c-expand-datatype): * lisp/nxml/rng-uri.el (rng-uri-file-name-1): * lisp/obsolete/complete.el (partial-completion-mode) (PC-do-completion): * lisp/obsolete/longlines.el (longlines-encode-string): * lisp/obsolete/nnir.el (nnir-compose-result): * lisp/obsolete/terminal.el (te-quote-arg-for-sh): * lisp/obsolete/tpu-edt.el (tpu-check-search-case): * lisp/obsolete/url-ns.el (isPlainHostName): * lisp/pcmpl-unix.el (pcomplete/scp): * lisp/play/dunnet.el (dun-listify-string2, dun-get-path) (dun-unix-parse, dun-doassign, dun-cat, dun-batch-unix-interface): * lisp/progmodes/ebnf2ps.el: (ebnf-eps-header-footer-comment): * lisp/progmodes/gdb-mi.el (gdb-var-delete) (gdb-speedbar-expand-node, gdbmi-bnf-incomplete-record-result): * lisp/progmodes/gud.el (gud-find-expr): * lisp/progmodes/idlw-help.el (idlwave-do-context-help1): * lisp/progmodes/idlw-shell.el (idlwave-shell-mode) (idlwave-shell-filter-hidden-output, idlwave-shell-filter): * lisp/progmodes/idlwave.el (idlwave-skip-label-or-case) (idlwave-routine-info): * lisp/progmodes/octave.el (inferior-octave-completion-at-point): * lisp/progmodes/sh-script.el (sh-add-completer): * lisp/progmodes/sql.el (defun): * lisp/progmodes/xscheme.el (xscheme-process-filter): * lisp/replace.el (query-replace-compile-replacement) (map-query-replace-regexp): * lisp/shell.el (shell--command-completion-data) (shell-environment-variable-completion): * lisp/simple.el (display-message-or-buffer): * lisp/speedbar.el (speedbar-dired, speedbar-tag-file) (speedbar-tag-expand): * lisp/subr.el (split-string-and-unquote): * lisp/tar-mode.el (tar-extract): * lisp/term.el (term-command-hook, serial-read-name): * lisp/textmodes/bibtex.el (bibtex-print-help-message): * lisp/textmodes/ispell.el (ispell-lookup-words, ispell-filter) (ispell-parse-output, ispell-buffer-local-parsing): * lisp/textmodes/reftex-cite.el (reftex-do-citation): * lisp/textmodes/reftex-parse.el (reftex-notice-new): * lisp/textmodes/reftex-ref.el (reftex-show-entry): * lisp/textmodes/reftex.el (reftex-compile-variables): * lisp/textmodes/tex-mode.el (tex-send-command) (tex-start-tex, tex-append): * lisp/thingatpt.el (thing-at-point-url-at-point): * lisp/tmm.el (tmm-add-one-shortcut): * lisp/transient.el (transient-format-key): * lisp/url/url-auth.el (url-basic-auth) (url-digest-auth-directory-id-assoc): * lisp/url/url-news.el (url-news): * lisp/url/url-util.el (url-parse-query-string): * lisp/vc/vc-cvs.el (vc-cvs-parse-entry): * lisp/wid-browse.el (widget-browse-sexp): * lisp/woman.el (woman-parse-colon-path, woman-mini-help) (WoMan-getpage-in-background, woman-negative-vertical-space): * lisp/xml.el: * test/lisp/emacs-lisp/check-declare-tests.el (check-declare-tests-warn): * test/lisp/files-tests.el (files-tests-file-name-non-special-dired-compress-handler): * test/lisp/net/network-stream-tests.el (server-process-filter): * test/src/coding-tests.el (ert-test-unibyte-buffer-dos-eol-decode): Use `string-search` instead of `string-match` and `string-match-p`.
389 lines
15 KiB
EmacsLisp
389 lines
15 KiB
EmacsLisp
;;; warnings.el --- log and display warnings -*- lexical-binding:t -*-
|
||
|
||
;; Copyright (C) 2002-2021 Free Software Foundation, Inc.
|
||
|
||
;; Maintainer: emacs-devel@gnu.org
|
||
;; Keywords: internal
|
||
|
||
;; This file is part of GNU Emacs.
|
||
|
||
;; GNU Emacs is free software: you can redistribute it and/or modify
|
||
;; it under the terms of the GNU General Public License as published by
|
||
;; the Free Software Foundation, either version 3 of the License, or
|
||
;; (at your option) any later version.
|
||
|
||
;; GNU Emacs is distributed in the hope that it will be useful,
|
||
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
;; GNU General Public License for more details.
|
||
|
||
;; You should have received a copy of the GNU General Public License
|
||
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
||
|
||
;;; Commentary:
|
||
|
||
;; This file implements the entry points `warn', `lwarn'
|
||
;; and `display-warning'.
|
||
|
||
;;; Code:
|
||
|
||
(defgroup warnings nil
|
||
"Log and display warnings."
|
||
:version "22.1"
|
||
:group 'lisp)
|
||
|
||
(defvar warning-levels
|
||
'((:emergency "Emergency%s: " ding)
|
||
(:error "Error%s: ")
|
||
(:warning "Warning%s: ")
|
||
(:debug "Debug%s: "))
|
||
"List of severity level definitions for `display-warning'.
|
||
Each element looks like (LEVEL STRING FUNCTION) and
|
||
defines LEVEL as a severity level. STRING specifies the
|
||
description of this level. STRING should use `%s' to
|
||
specify where to put the warning type information,
|
||
or it can omit the `%s' so as not to include that information.
|
||
|
||
The optional FUNCTION, if non-nil, is a function to call
|
||
with no arguments, to get the user's attention.
|
||
|
||
The standard levels are :emergency, :error, :warning and :debug.
|
||
See `display-warning' for documentation of their meanings.
|
||
Level :debug is ignored by default (see `warning-minimum-level').")
|
||
(put 'warning-levels 'risky-local-variable t)
|
||
|
||
;; These are for compatibility with XEmacs.
|
||
;; I don't think there is any chance of designing meaningful criteria
|
||
;; to distinguish so many levels.
|
||
(defvar warning-level-aliases
|
||
'((emergency . :emergency)
|
||
(error . :error)
|
||
(warning . :warning)
|
||
(notice . :warning)
|
||
(info . :warning)
|
||
(critical . :emergency)
|
||
(alarm . :emergency))
|
||
"Alist of aliases for severity levels for `display-warning'.
|
||
Each element looks like (ALIAS . LEVEL) and defines ALIAS as
|
||
equivalent to LEVEL. LEVEL must be defined in `warning-levels';
|
||
it may not itself be an alias.")
|
||
(make-obsolete-variable 'warning-level-aliases 'warning-levels "28.1")
|
||
|
||
(define-obsolete-variable-alias 'display-warning-minimum-level
|
||
'warning-minimum-level "28.1")
|
||
(defcustom warning-minimum-level :warning
|
||
"Minimum severity level for displaying the warning buffer.
|
||
If a warning's severity level is lower than this,
|
||
the warning is logged in the warnings buffer, but the buffer
|
||
is not immediately displayed. See also `warning-minimum-log-level'."
|
||
:type '(choice (const :emergency) (const :error)
|
||
(const :warning) (const :debug))
|
||
:version "22.1")
|
||
|
||
(define-obsolete-variable-alias 'log-warning-minimum-level
|
||
'warning-minimum-log-level "28.1")
|
||
(defcustom warning-minimum-log-level :warning
|
||
"Minimum severity level for logging a warning.
|
||
If a warning severity level is lower than this,
|
||
the warning is completely ignored.
|
||
Value must be lower or equal than `warning-minimum-level',
|
||
because warnings not logged aren't displayed either."
|
||
:type '(choice (const :emergency) (const :error)
|
||
(const :warning) (const :debug))
|
||
:version "22.1")
|
||
|
||
(defcustom warning-suppress-log-types nil
|
||
"List of warning types that should not be logged.
|
||
If any element of this list matches the TYPE argument to `display-warning',
|
||
the warning is completely ignored.
|
||
The element must match the first elements of TYPE.
|
||
Thus, (foo bar) as an element matches (foo bar)
|
||
or (foo bar ANYTHING...) as TYPE.
|
||
If TYPE is a symbol FOO, that is equivalent to the list (FOO),
|
||
so only the element (FOO) will match it."
|
||
:type '(repeat (repeat symbol))
|
||
:version "22.1")
|
||
|
||
(defcustom warning-suppress-types nil
|
||
"List of warning types not to display immediately.
|
||
If any element of this list matches the TYPE argument to `display-warning',
|
||
the warning is logged nonetheless, but the warnings buffer is
|
||
not immediately displayed.
|
||
The element must match an initial segment of the list TYPE.
|
||
Thus, (foo bar) as an element matches (foo bar)
|
||
or (foo bar ANYTHING...) as TYPE.
|
||
If TYPE is a symbol FOO, that is equivalent to the list (FOO),
|
||
so only the element (FOO) will match it.
|
||
See also `warning-suppress-log-types'."
|
||
:type '(repeat (repeat symbol))
|
||
:version "22.1")
|
||
|
||
;; The autoload cookie is so that programs can bind this variable
|
||
;; safely, testing the existing value, before they call one of the
|
||
;; warnings functions.
|
||
;;;###autoload
|
||
(defvar warning-prefix-function nil
|
||
"Function to generate warning prefixes.
|
||
This function, if non-nil, is called with two arguments,
|
||
the severity level and its entry in `warning-levels',
|
||
and should return the entry that should actually be used.
|
||
The warnings buffer is current when this function is called
|
||
and the function can insert text in it. This text becomes
|
||
the beginning of the warning.")
|
||
|
||
;; The autoload cookie is so that programs can bind this variable
|
||
;; safely, testing the existing value, before they call one of the
|
||
;; warnings functions.
|
||
;;;###autoload
|
||
(defvar warning-series nil
|
||
"Non-nil means treat multiple `display-warning' calls as a series.
|
||
A marker indicates a position in the warnings buffer
|
||
which is the start of the current series; it means that
|
||
additional warnings in the same buffer should not move point.
|
||
If t, the next warning begins a series (and stores a marker here).
|
||
A symbol with a function definition is like t, except
|
||
also call that function before the next warning.")
|
||
(put 'warning-series 'risky-local-variable t)
|
||
|
||
;; The autoload cookie is so that programs can bind this variable
|
||
;; safely, testing the existing value, before they call one of the
|
||
;; warnings functions.
|
||
;;;###autoload
|
||
(defvar warning-fill-prefix nil
|
||
"Non-nil means fill each warning text using this string as `fill-prefix'.")
|
||
|
||
;; I don't see why it can't just use the buffer-local fill-column,
|
||
;; but at least this is better than hard-coding 78.
|
||
(defvar warning-fill-column 78
|
||
"Value to use for `fill-column' when filling warnings.")
|
||
|
||
;; The autoload cookie is so that programs can bind this variable
|
||
;; safely, testing the existing value, before they call one of the
|
||
;; warnings functions.
|
||
;;;###autoload
|
||
(defvar warning-type-format (purecopy " (%s)")
|
||
"Format for displaying the warning type in the warning message.
|
||
The result of formatting the type this way gets included in the
|
||
message under the control of the string in `warning-levels'.")
|
||
|
||
(defun warning-numeric-level (level)
|
||
"Return a numeric measure of the warning severity level LEVEL."
|
||
(let* ((elt (assq level warning-levels))
|
||
(link (memq elt warning-levels)))
|
||
(length link)))
|
||
|
||
(defun warning-suppress-p (type suppress-list)
|
||
"Non-nil if a warning with type TYPE should be suppressed.
|
||
SUPPRESS-LIST is the list of kinds of warnings to suppress."
|
||
(let (some-match)
|
||
(dolist (elt suppress-list)
|
||
(if (symbolp type)
|
||
;; If TYPE is a symbol, the ELT must be (TYPE).
|
||
(if (and (consp elt)
|
||
(eq (car elt) type)
|
||
(null (cdr elt)))
|
||
(setq some-match t))
|
||
;; If TYPE is a list, ELT must match it or some initial segment of it.
|
||
(let ((tem1 type)
|
||
(tem2 elt)
|
||
(match t))
|
||
;; Check elements of ELT until we run out of them.
|
||
(while tem2
|
||
(if (not (equal (car tem1) (car tem2)))
|
||
(setq match nil))
|
||
(setq tem1 (cdr tem1)
|
||
tem2 (cdr tem2)))
|
||
;; If ELT is an initial segment of TYPE, MATCH is t now.
|
||
;; So set SOME-MATCH.
|
||
(if match
|
||
(setq some-match t)))))
|
||
;; If some element of SUPPRESS-LIST matched,
|
||
;; we return t.
|
||
some-match))
|
||
|
||
(define-button-type 'warning-suppress-warning
|
||
'action #'warning-suppress-action
|
||
'help-echo "mouse-2, RET: Don't display this warning automatically")
|
||
(defun warning-suppress-action (button)
|
||
(customize-save-variable 'warning-suppress-types
|
||
(cons (list (button-get button 'warning-type))
|
||
warning-suppress-types)))
|
||
(define-button-type 'warning-suppress-log-warning
|
||
'action #'warning-suppress-log-action
|
||
'help-echo "mouse-2, RET: Don't log this warning")
|
||
(defun warning-suppress-log-action (button)
|
||
(customize-save-variable 'warning-suppress-log-types
|
||
(cons (list (button-get button 'warning-type))
|
||
warning-suppress-types)))
|
||
|
||
;;;###autoload
|
||
(defun display-warning (type message &optional level buffer-name)
|
||
"Display a warning message, MESSAGE.
|
||
TYPE is the warning type: either a custom group name (a symbol),
|
||
or a list of symbols whose first element is a custom group name.
|
||
\(The rest of the symbols represent subcategories, for warning purposes
|
||
only, and you can use whatever symbols you like.)
|
||
|
||
LEVEL should be either :debug, :warning, :error, or :emergency
|
||
\(but see `warning-minimum-level' and `warning-minimum-log-level').
|
||
Default is :warning.
|
||
|
||
:emergency -- a problem that will seriously impair Emacs operation soon
|
||
if you do not attend to it promptly.
|
||
:error -- data or circumstances that are inherently wrong.
|
||
:warning -- data or circumstances that are not inherently wrong,
|
||
but raise suspicion of a possible problem.
|
||
:debug -- info for debugging only.
|
||
|
||
BUFFER-NAME, if specified, is the name of the buffer for logging
|
||
the warning. By default, it is `*Warnings*'. If this function
|
||
has to create the buffer, it disables undo in the buffer.
|
||
|
||
See the `warnings' custom group for user customization features.
|
||
|
||
See also `warning-series', `warning-prefix-function',
|
||
`warning-fill-prefix', and `warning-fill-column' for additional
|
||
programming features.
|
||
|
||
This will also display buttons allowing the user to permanently
|
||
disable automatic display of the warning or disable the warning
|
||
entirely by setting `warning-suppress-types' or
|
||
`warning-suppress-log-types' on their behalf."
|
||
(if (not (or after-init-time noninteractive (daemonp)))
|
||
;; Ensure warnings that happen early in the startup sequence
|
||
;; are visible when startup completes (bug#20792).
|
||
(delay-warning type message level buffer-name)
|
||
(unless level
|
||
(setq level :warning))
|
||
(unless buffer-name
|
||
(setq buffer-name "*Warnings*"))
|
||
(with-suppressed-warnings ((obsolete warning-level-aliases))
|
||
(when-let ((new (cdr (assq level warning-level-aliases))))
|
||
(warn "Warning level `%s' is obsolete; use `%s' instead" level new)
|
||
(setq level new)))
|
||
(or (< (warning-numeric-level level)
|
||
(warning-numeric-level warning-minimum-log-level))
|
||
(warning-suppress-p type warning-suppress-log-types)
|
||
(let* ((typename (if (consp type) (car type) type))
|
||
(old (get-buffer buffer-name))
|
||
(buffer (or old (get-buffer-create buffer-name)))
|
||
(level-info (assq level warning-levels))
|
||
;; `newline' may be unbound during bootstrap.
|
||
(newline (if (fboundp 'newline) #'newline
|
||
(lambda () (insert "\n"))))
|
||
start end)
|
||
(with-current-buffer buffer
|
||
;; If we created the buffer, disable undo.
|
||
(unless old
|
||
(when (fboundp 'special-mode) ; Undefined during bootstrap.
|
||
(special-mode))
|
||
(setq buffer-read-only t)
|
||
(setq buffer-undo-list t))
|
||
(goto-char (point-max))
|
||
(when (and warning-series (symbolp warning-series))
|
||
(setq warning-series
|
||
(prog1 (point-marker)
|
||
(unless (eq warning-series t)
|
||
(funcall warning-series)))))
|
||
(let ((inhibit-read-only t))
|
||
(unless (bolp)
|
||
(funcall newline))
|
||
(setq start (point))
|
||
(if warning-prefix-function
|
||
(setq level-info (funcall warning-prefix-function
|
||
level level-info)))
|
||
(insert (format (nth 1 level-info)
|
||
(format warning-type-format typename))
|
||
message)
|
||
;; Don't output the buttons when doing batch compilation
|
||
;; and similar.
|
||
(unless (or noninteractive (eq type 'bytecomp))
|
||
(insert " ")
|
||
(insert-button "Disable showing"
|
||
'type 'warning-suppress-warning
|
||
'warning-type type)
|
||
(insert " ")
|
||
(insert-button "Disable logging"
|
||
'type 'warning-suppress-log-warning
|
||
'warning-type type))
|
||
(funcall newline)
|
||
(when (and warning-fill-prefix (not (string-search "\n" message)))
|
||
(let ((fill-prefix warning-fill-prefix)
|
||
(fill-column warning-fill-column))
|
||
(fill-region start (point))))
|
||
(setq end (point)))
|
||
(when (and (markerp warning-series)
|
||
(eq (marker-buffer warning-series) buffer))
|
||
(goto-char warning-series)))
|
||
(if (nth 2 level-info)
|
||
(funcall (nth 2 level-info)))
|
||
(cond (noninteractive
|
||
;; Noninteractively, take the text we inserted
|
||
;; in the warnings buffer and print it.
|
||
;; Do this unconditionally, since there is no way
|
||
;; to view logged messages unless we output them.
|
||
(with-current-buffer buffer
|
||
(save-excursion
|
||
;; Don't include the final newline in the arg
|
||
;; to `message', because it adds a newline.
|
||
(goto-char end)
|
||
(if (bolp)
|
||
(forward-char -1))
|
||
(message "%s" (buffer-substring start (point))))))
|
||
((and (daemonp) (null after-init-time))
|
||
;; Warnings assigned during daemon initialization go into
|
||
;; the messages buffer.
|
||
(message "%s"
|
||
(with-current-buffer buffer
|
||
(save-excursion
|
||
(goto-char end)
|
||
(if (bolp)
|
||
(forward-char -1))
|
||
(buffer-substring start (point))))))
|
||
(t
|
||
;; Interactively, decide whether the warning merits
|
||
;; immediate display.
|
||
(or (< (warning-numeric-level level)
|
||
(warning-numeric-level warning-minimum-level))
|
||
(warning-suppress-p type warning-suppress-types)
|
||
(let ((window (display-buffer buffer)))
|
||
(when (and (markerp warning-series)
|
||
(eq (marker-buffer warning-series) buffer))
|
||
(set-window-start window warning-series))
|
||
(sit-for 0)))))))))
|
||
|
||
;; Use \\<special-mode-map> so that help-enable-autoload can do its thing.
|
||
;; Any keymap that is defined will do.
|
||
;;;###autoload
|
||
(defun lwarn (type level message &rest args)
|
||
"Display a warning message made from (format-message MESSAGE ARGS...).
|
||
\\<special-mode-map>
|
||
Aside from generating the message with `format-message',
|
||
this is equivalent to `display-warning'.
|
||
|
||
TYPE is the warning type: either a custom group name (a symbol),
|
||
or a list of symbols whose first element is a custom group name.
|
||
\(The rest of the symbols represent subcategories and
|
||
can be whatever you like.)
|
||
|
||
LEVEL should be either :debug, :warning, :error, or :emergency
|
||
\(but see `warning-minimum-level' and `warning-minimum-log-level').
|
||
|
||
:emergency -- a problem that will seriously impair Emacs operation soon
|
||
if you do not attend to it promptly.
|
||
:error -- invalid data or circumstances.
|
||
:warning -- suspicious data or circumstances.
|
||
:debug -- info for debugging only."
|
||
(display-warning type (apply #'format-message message args) level))
|
||
|
||
;;;###autoload
|
||
(defun warn (message &rest args)
|
||
"Display a warning message made from (format-message MESSAGE ARGS...).
|
||
Aside from generating the message with `format-message',
|
||
this is equivalent to `display-warning', using
|
||
`emacs' as the type and `:warning' as the level."
|
||
(display-warning 'emacs (apply #'format-message message args)))
|
||
|
||
(provide 'warnings)
|
||
|
||
;;; warnings.el ends here
|