Variable: ghub-graphql-message-progress
ghub-graphql-message-progress is a variable defined in
ghub-graphql.el.
Value
nil
Documentation
Whether to show "Fetching page N..." in echo area during requests.
By default this information is only shown in the mode-line of the buffer from which the request was initiated, and if you kill that buffer, then nowhere. That may make it desirable to display the same message in the echo area as well.
Source Code
;; Defined in ~/.emacs.d/elpa/ghub-20260401.1239/ghub-graphql.el
(defvar ghub-graphql-message-progress nil
"Whether to show \"Fetching page N...\" in echo area during requests.
By default this information is only shown in the mode-line of the buffer
from which the request was initiated, and if you kill that buffer, then
nowhere. That may make it desirable to display the same message in the
echo area as well.")