;ELC ;;; compiled by kwzh@hal.gnu.ai.mit.edu on Mon Apr 17 19:47:50 1995 ;;; from file /gd/gnu/emacs/19.0/lisp/novice.el ;;; emacs version 19.28.90.26. ;;; 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 "`/gd/gnu/emacs/19.0/lisp/novice.el' was compiled for Emacs 19")) (byte-code "" [disabled-command-hook] 1) (defalias 'disabled-command-hook #[(&rest ignore) "‹ U*\f#\fŘ#!# !* # U?5 !)" [nil char ((byte-code " H\n;H=0\nGY7\nH=7\nH=7!E!\n!!!)!!N;^N!ԏg!qeb#`Sd|db)!!q )!  > !)҇" ["*Help*" this-command-keys keys 0 "" -134217608 2 meta-prefix-char 1 120 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)." standard-output help-mode message "Type y, n or Space: " cursor-in-echo-area read-char char (32 121 110) ding "Please type y, n or Space: "] 6)) 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]) #@150 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. (defalias 'enable-command #[(command) " #!!qeb !Q#)y`y`|db !ϱ )" [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 (#$ . 1649) "CEnable command: "]) #@140 Require special confirmation to execute COMMAND from now on. The user's .emacs file is altered so that this will apply to future sessions. (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 "\n(put '" " 'disabled t)\n" save-buffer] 4 (#$ . 2112) "CDisable command: "])