;ELC ;;; compiled by jimb@geech.gnu.ai.mit.edu on Mon Jul 5 23:43:10 1993 ;;; from file /gd/gnu/emacs/19.0/lisp/novice.el ;;; emacs version 19.15.16. ;;; 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 "This file was compiled for Emacs 19")) (byte-code "\"" [disabled-command-hook defalias #[(&rest ignore) "‹ U !! # U?+!)" [nil char ((byte-code " HU!!! !!! !! N;9 N!ΏB!qeb#[`Sd|^db)!!! > !o)̇" ["*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 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`|6db !ϱ )" [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: "]) (defalias '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: "])