Function: gnus-read-ephemeral-debian-bug-group

gnus-read-ephemeral-debian-bug-group is an interactive and byte-compiled function defined in gnus-group.el.gz.

Signature

(gnus-read-ephemeral-debian-bug-group IDS &optional WINDOW-CONF)

Documentation

Browse Debian bug reports with IDS in an ephemeral group.

The arguments have the same meaning as those of gnus-read-ephemeral-bug-group, which see.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
(defun gnus-read-ephemeral-debian-bug-group (ids &optional window-conf)
  "Browse Debian bug reports with IDS in an ephemeral group.
The arguments have the same meaning as those of
`gnus-read-ephemeral-bug-group', which see."
  (interactive (list (gnus-group--read-bug-ids)))
  (gnus-read-ephemeral-bug-group
   ids
   (alist-get 'debian gnus-bug-group-download-format-alist)
   window-conf))