with-electric-help temporarily places its buffer in this mode
(On exit from with-electric-help, the buffer is put in default-major-mode)" (byte-code "ˋÉÈ˘ÉÈ˙ÉȨÉȲ!Ç" [buffer-read-only t mode-name major-mode mode-line-buffer-identification electric-help-map "Help" help (" Help: %b") use-local-map] 2))
THUNK is a function of no arguments which is called to initialise
the contents of BUFFER. BUFFER will be erased before THUNK is called unless
NOERASE is non-nil. THUNK will be called with standard-output bound to
the buffer specified by BUFFER
After THUNK has been called, this function \"electrically\" pops up a window
in which BUFFER is displayed and allows the user to scroll through that buffer
in electric-help-mode.
When the user exits (with electric-help-exit, or otherwise) the help
buffer's window disappears (ie we use save-window-excursion)
BUFFER is put into default-major-mode (or fundamental-mode) when we exit" (byte-code "¸Å³!ÉÈ˝´!˜˛ËÈÂU´˜
ˇ!È—± !¼½\"ZÉ
È
½VÄ8¾
!Èà± ¼á\"´#Èâ± ¼ã\"\"ȼä\"b*Á\\å!Èç!*Ç" [buffer one t two nil pop-up-windows buffer-read-only noerase standard-output thunk tem get-buffer-create "*Help*" one-window-p ((byte-code "ÊÄ
(defun electric-help-command-loop nil (byte-code "¹ˋÍÇ" [exit (byte-code "˙d!Ĩ²!ÈrÉ˚UĸÉȳ˝ˋ\"È˛˛˛˛ˇ—!±=Ä<ˇ¼!½=Ä<ˇ¾!à=Ä<ˇá!à=â˝ãˋ#-Ç" [unread-command-char t up down both neither standard pos-visible-in-window-p message "<<< Press Space to bury the help buffer >>>" 32 -1 throw exit nil key-binding " " scroll-up "" scroll-down "Q" electric-help-exit "q" Electric-command-loop (lambda nil (byte-code "¨e!¨d!Ä Â$
²Á!Å!˚¸!ÉÁiÂ<
Â0³Á9Å9˚˝!ÉÁi ÂV
ÂH˛ÁSÅS˚ˇ!ÉÁi
Â^—ÁiÅi˚±!É*Ç" [min max standard neither t up down both pos-visible-in-window-p "Press Q to exit " substitute-command-keys "Press \\[scroll-up] to exit " "Press SPC to scroll, Q to exit " "Press \\[scroll-up] to scroll; \\[electric-help-exit] to exit " "Press DEL to scroll back, Q to exit " "Press \\[scroll-down] to scroll back, \\[scroll-up] to exit " "Press SPC to scroll, DEL to scroll back, Q to exit " "Press \\[scroll-up] to scroll, \\[scroll-down] to scroll back, \\[electric-help-exit] to exit "] 8))] 13)] 2))