;; Type the following and press "C-c TAB" (both ELI & ILISP) to get an ;; automatic completion for defvar: (defv ;; Typing in the following and pressing "C-c TAB" results in a list of ;; altermatives: (def ;; The Emacs hippie-expand command will expand both lisp symbols ;; (however, it only works off of lisp symbol information that is ;; either available in the buffers or a standard CL symbol) and ;; directories. For example, type in the following and press "C-c /" ;; to get a directory completion: (setq x "c:/pro