Variable: activities-bookmark-warnings

activities-bookmark-warnings is a customizable variable defined in activities.el.

Value

nil

Documentation

Warn when a buffer can't be bookmarked.

This is expected to be the case for non-file-visiting buffers whose major mode does not provide bookmark support, for which no warning is necessary. This option may be enabled for debugging, which will cause a message to be printed for such buffers when an activity's state is saved.

Source Code

;; Defined in ~/.emacs.d/elpa/activities-0.7.2/activities.el
(defcustom activities-bookmark-warnings nil
  "Warn when a buffer can't be bookmarked.
This is expected to be the case for non-file-visiting buffers
whose major mode does not provide bookmark support, for which no
warning is necessary.  This option may be enabled for debugging,
which will cause a message to be printed for such buffers when an
activity's state is saved."
  :type 'boolean)