
Instead of restyling curved quotes for every call to ‘format’, create a new function ‘format-message’ that does the restyling, and using the new function instead of ‘format’ only in contexts where this seems appropriate. Problem reported by Dmitry Gutov and Andreas Schwab in: http://lists.gnu.org/archive/html/emacs-devel/2015-08/msg00826.html http://lists.gnu.org/archive/html/emacs-devel/2015-08/msg00827.html * doc/lispref/commands.texi (Using Interactive): * doc/lispref/control.texi (Signaling Errors, Signaling Errors): * doc/lispref/display.texi (Displaying Messages, Progress): * doc/lispref/elisp.texi: * doc/lispref/help.texi (Keys in Documentation): * doc/lispref/minibuf.texi (Minibuffer Misc): * doc/lispref/strings.texi (Formatting Strings): * etc/NEWS: Document the changes. * lisp/abbrev.el (expand-region-abbrevs): * lisp/apropos.el (apropos-library): * lisp/calc/calc-ext.el (calc-record-message) (calc-user-function-list): * lisp/calc/calc-help.el (calc-describe-key, calc-full-help): * lisp/calc/calc-lang.el (math-read-big-balance): * lisp/calc/calc-store.el (calc-edit-variable): * lisp/calc/calc-units.el (math-build-units-table-buffer): * lisp/calc/calc-yank.el (calc-edit-mode): * lisp/calendar/icalendar.el (icalendar-export-region) (icalendar--add-diary-entry): * lisp/cedet/mode-local.el (mode-local-print-binding) (mode-local-describe-bindings-2): * lisp/cedet/semantic/complete.el (semantic-completion-message): * lisp/cedet/semantic/edit.el (semantic-parse-changes-failed): * lisp/cedet/semantic/wisent/comp.el (wisent-log): * lisp/cedet/srecode/insert.el (srecode-insert-show-error-report): * lisp/descr-text.el (describe-text-properties-1, describe-char): * lisp/dframe.el (dframe-message): * lisp/dired-aux.el (dired-query): * lisp/emacs-lisp/byte-opt.el (byte-compile-log-lap-1): * lisp/emacs-lisp/bytecomp.el (byte-compile-log) (byte-compile-log-file, byte-compile-warn, byte-compile-form): * lisp/emacs-lisp/cconv.el (cconv-convert, cconv--analyze-use) (cconv-analyze-form): * lisp/emacs-lisp/check-declare.el (check-declare-warn): * lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): * lisp/emacs-lisp/cl-macs.el (cl-symbol-macrolet): * lisp/emacs-lisp/edebug.el (edebug-format): * lisp/emacs-lisp/eieio-core.el (eieio-oref): * lisp/emacs-lisp/eldoc.el (eldoc-minibuffer-message) (eldoc-message): * lisp/emacs-lisp/elint.el (elint-file, elint-log): * lisp/emacs-lisp/find-func.el (find-function-library): * lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning): * lisp/emacs-lisp/map-ynp.el (map-y-or-n-p): * lisp/emacs-lisp/nadvice.el (advice--make-docstring): * lisp/emacs-lisp/package.el (package-compute-transaction) (package-install-button-action, package-delete-button-action) (package-menu--list-to-prompt): * lisp/emacs-lisp/timer.el (timer-event-handler): * lisp/emacs-lisp/warnings.el (lwarn, warn): * lisp/emulation/viper-cmd.el: (viper-toggle-parse-sexp-ignore-comments) (viper-kill-buffer, viper-brac-function): * lisp/emulation/viper-macs.el (viper-record-kbd-macro): * lisp/facemenu.el (facemenu-add-new-face): * lisp/faces.el (face-documentation, read-face-name) (face-read-string, read-face-font, describe-face): * lisp/files.el (find-alternate-file, hack-local-variables) (hack-one-local-variable--obsolete, write-file) (basic-save-buffer, delete-directory): * lisp/format.el (format-write-file, format-find-file) (format-insert-file): * lisp/help-fns.el (help-fns--key-bindings) (help-fns--compiler-macro, help-fns--obsolete) (help-fns--interactive-only, describe-function-1) (describe-variable): * lisp/help.el (describe-mode): * lisp/info-xref.el (info-xref-output): * lisp/info.el (Info-virtual-index-find-node) (Info-virtual-index, info-apropos): * lisp/international/kkc.el (kkc-error): * lisp/international/mule-cmds.el: (select-safe-coding-system-interactively) (select-safe-coding-system, describe-input-method): * lisp/international/mule-conf.el (code-offset): * lisp/international/mule-diag.el (describe-character-set) (list-input-methods-1): * lisp/international/quail.el (quail-error): * lisp/minibuffer.el (minibuffer-message): * lisp/mpc.el (mpc--debug): * lisp/msb.el (msb--choose-menu): * lisp/net/ange-ftp.el (ange-ftp-message): * lisp/net/gnutls.el (gnutls-message-maybe): * lisp/net/newst-backend.el (newsticker--sentinel-work): * lisp/net/newst-treeview.el (newsticker--treeview-load): * lisp/net/nsm.el (nsm-query-user): * lisp/net/rlogin.el (rlogin): * lisp/net/soap-client.el (soap-warning): * lisp/net/tramp.el (tramp-debug-message): * lisp/nxml/nxml-outln.el (nxml-report-outline-error): * lisp/nxml/nxml-parse.el (nxml-parse-error): * lisp/nxml/rng-cmpct.el (rng-c-error): * lisp/nxml/rng-match.el (rng-compile-error): * lisp/nxml/rng-uri.el (rng-uri-error): * lisp/obsolete/iswitchb.el (iswitchb-possible-new-buffer): * lisp/org/org-ctags.el: (org-ctags-ask-rebuild-tags-file-then-find-tag): * lisp/proced.el (proced-log): * lisp/progmodes/ebnf2ps.el (ebnf-log): * lisp/progmodes/flymake.el (flymake-log): * lisp/progmodes/vhdl-mode.el (vhdl-warning-when-idle): * lisp/replace.el (occur-1): * lisp/simple.el (execute-extended-command) (undo-outer-limit-truncate, define-alternatives): * lisp/startup.el (command-line): * lisp/subr.el (error, user-error, add-to-list): * lisp/tutorial.el (tutorial--describe-nonstandard-key) (tutorial--find-changed-keys): * src/callint.c (Fcall_interactively): * src/editfns.c (Fmessage, Fmessage_box): Restyle the quotes of format strings intended for use as a diagnostic, when restyling seems appropriate. * lisp/subr.el (format-message): New function. * src/doc.c (Finternal__text_restyle): New function. (syms_of_doc): Define it.
347 lines
13 KiB
EmacsLisp
347 lines
13 KiB
EmacsLisp
;;; warnings.el --- log and display warnings
|
||
|
||
;; Copyright (C) 2002-2015 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 <http://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.")
|
||
|
||
(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'."
|
||
:group 'warnings
|
||
:type '(choice (const :emergency) (const :error)
|
||
(const :warning) (const :debug))
|
||
:version "22.1")
|
||
(defvaralias 'display-warning-minimum-level 'warning-minimum-level)
|
||
|
||
(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."
|
||
:group 'warnings
|
||
:type '(choice (const :emergency) (const :error)
|
||
(const :warning) (const :debug))
|
||
:version "22.1")
|
||
(defvaralias 'log-warning-minimum-level 'warning-minimum-log-level)
|
||
|
||
(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."
|
||
:group 'warnings
|
||
: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'."
|
||
:group 'warnings
|
||
: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'.")
|
||
|
||
;; 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))
|
||
|
||
;;;###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' and
|
||
`warning-fill-prefix' for additional programming features."
|
||
(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*"))
|
||
(if (assq level warning-level-aliases)
|
||
(setq level (cdr (assq level warning-level-aliases))))
|
||
(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))
|
||
start end)
|
||
(with-current-buffer buffer
|
||
;; If we created the buffer, disable undo.
|
||
(unless old
|
||
(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)
|
||
(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)
|
||
(newline)
|
||
(when (and warning-fill-prefix (not (string-match "\n" message)))
|
||
(let ((fill-prefix warning-fill-prefix)
|
||
(fill-column 78))
|
||
(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-auto-load 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 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 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
|