Function: icalendar-errors-mode
icalendar-errors-mode is an interactive and byte-compiled function
defined in icalendar.el.gz.
Signature
(icalendar-errors-mode)
Documentation
Mode for listing and visiting errors when processing iCalendar data.
In addition to any hooks its parent mode compilation-mode might have
run, this mode runs the hook icalendar-errors-mode-hook, as the final
or penultimate step during initialization.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar.el.gz
(define-compilation-mode ical:errors-mode "iCalendar Errors"
"Mode for listing and visiting errors when processing iCalendar data."
(setq-local compilation-error-regexp-alist ical:error-regexp-alist))