;ELC ;;; compiled by jwz@thalidomide on Sun Apr 10 01:58:28 1994 ;;; from file /th/jwz/emacs19/lisp/prim/novice.el ;;; emacs version 19.10 Lucid (beta13). ;;; bytecomp version 2.23; 22-dec-93. ;;; optimization is on. ;;; this file uses opcodes which do not exist in Emacs 18. (if (and (boundp 'emacs-version) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19"))) (error "This file was compiled for Emacs 19.")) (fset 'disabled-command-hook #[(&rest ignore) "‹! U!!# U?!)" [nil char ((byte-code " š H!=!! !!! !! N; N!Џ!qeb#`Sd|db)!!! !>\" !g)·" ["*Help*" this-command-keys [] event-to-character 0 13 princ "You have invoked the disabled command " "You have typed " key-description ", invoking disabled command " this-command ":\n" disabled nil (documentation this-command) ((error)) "<< not documented >>" search-forward "\n\n" t "You can now type\nSpace to try the command just this once,\n but leave it disabled,\nY to try it and enable it (no questions if you use it again),\nN to do nothing (command remains disabled)." message "Type y, n or Space: " cursor-in-echo-area next-command-event char (32 121 110 89 78) ding y-or-n-p discard-input "Please type y, n or Space: "] 5)) message 121 y-or-n-p "Enable command for future editing sessions also? " enable-command this-command put disabled 110 call-interactively] 5]) (fset 'enable-command #[(command) " #!!qeb !Q#y`y`|db !ϱ )" [put command disabled nil find-file-noselect substitute-in-file-name "~/.emacs" search-forward "(put '" symbol-name " " t 0 1 "\n(put '" " 'disabled nil)\n" save-buffer] 4 "\ Allow COMMAND to be executed without special confirmation from now on. The user's .emacs file is altered so that this will apply to future sessions." "CEnable command: "]) (fset 'disable-command #[(command) " #!!qeb !Q#y`y`|db !α )" [put command disabled t find-file-noselect substitute-in-file-name "~/.emacs" search-forward "(put '" symbol-name " " nil 0 1 " 'disabled t)\n" save-buffer] 4 "\ Require special confirmation to execute COMMAND from now on. The user's .emacs file is altered so that this will apply to future sessions." "CDisable command: "])