Function: gnus-search-process-p

gnus-search-process-p is a byte-compiled function defined in gnus-search.el.gz.

Signature

(gnus-search-process-p OBJ)

Documentation

Return non-nil if OBJ is an object of type gnus-search-process(var)/gnus-search-process(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-search.el.gz
(defclass gnus-search-process ()
  ((proc-buffer
    :initarg :proc-buffer
    :type buffer
    :documentation "A temporary buffer this engine uses for its
    search process, and for munging its search results."))
  :abstract t
  :documentation
  "A mixin class for engines that do their searching in a single
  process launched for this purpose, which returns at the end of
  the search.  Subclass instances are safe to be run in
  threads.")