;ELC ;;; compiled by rms@mole.gnu.ai.mit.edu on Thu May 5 01:33:42 1994 ;;; from file /home/fsf/rms/e19/lisp/novice.el ;;; emacs version 19.22.91.5. ;;; bytecomp version FSF 2.10 ;;; 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 "`/home/fsf/rms/e19/lisp/novice.el' was compiled for Emacs 19")) (byte-code "\"" [disabled-command-hook defalias #[(&rest ignore) "‹ U*\f#\fŘ#!# !* # U?5 !)" [nil char ((byte-code " H ;H=!-! !!!\n!!\nN;E\nN!ϏN!qeb#g`Sd|jdb)!!! > !{)͇" ["*Help*" this-command-keys 0 "" -8388488 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 read-char char (32 121 110) ding "Please type y, n or Space: "] 5)) 121 user-init-file "" y-or-n-p "Enable command for future editing sessions also? " enable-command this-command put disabled 110 call-interactively] 4]] 3) (defalias 'enable-command #[(command) " #!!qeb !Q#,y`y`|7db !ϱ )" [put command disabled nil find-file-noselect substitute-in-file-name user-init-file 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: "]) (defalias 'disable-command #[(command) " ! \" # !!qeb !Q#4y`y`|db !ѱ )" [commandp command error "Invalid command name `%s'" put disabled t find-file-noselect substitute-in-file-name user-init-file 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: "])