Function: debbugs-gnu-mode:help

debbugs-gnu-mode:help is a byte-compiled function defined in hib-debbugs.el.

Signature

(debbugs-gnu-mode:help &optional BUT)

Documentation

Make a Gnu debbugs listing at point pretty-print its status to a window below.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hib-debbugs.el
(defun debbugs-gnu-mode:help (&optional _but)
  "Make a Gnu debbugs listing at point pretty-print its status to a window below."
  (ignore-errors
    (let ((display-buffer-overriding-action
	   '(display-buffer-below-selected . nil)))
      (debbugs-query:status (debbugs-gnu-current-id))
      (hypb:maximize-window-height))))