Variable: erc-receive-query-display-defer

erc-receive-query-display-defer is a variable defined in erc.el.gz.

Value

t

Documentation

How to interpret a null erc-receive-query-display.

When this variable is non-nil, ERC defers to erc-buffer-display upon seeing a nil value for erc-receive-query-display, much like it does with other buffer-display options, like erc-interactive-display. Otherwise, when this option is nil, ERC retains the legacy behavior of not creating a new query buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc-receive-query-display-defer t
  "How to interpret a null `erc-receive-query-display'.
When this variable is non-nil, ERC defers to `erc-buffer-display'
upon seeing a nil value for `erc-receive-query-display', much
like it does with other buffer-display options, like
`erc-interactive-display'.  Otherwise, when this option is nil,
ERC retains the legacy behavior of not creating a new query
buffer.")