*** novice.el Tue Jan 23 06:40:06 2007 --- novice.el Tue Jul 3 17:33:24 2007 *************** *** 88,95 **** SPC to try the command just this once, but leave it disabled. ! to try it, and enable all disabled commands for this session only.") (save-excursion ! (set-buffer standard-output) ! (help-mode))) (message "Type y, n, ! or SPC (the space bar): ") (let ((cursor-in-echo-area t)) (while (progn (setq char (read-event)) --- 88,96 ---- SPC to try the command just this once, but leave it disabled. ! to try it, and enable all disabled commands for this session only.") (save-excursion ! (set-buffer standard-output) ! (help-mode))) ! (fit-window-to-buffer (get-buffer-window "*Disabled Command*")) (message "Type y, n, ! or SPC (the space bar): ") (let ((cursor-in-echo-area t)) (while (progn (setq char (read-event))