My various dotfiles

README 908B

    <h1>untar the enclosed gcl-info.tgz file into a directory where you wish</h1> <h1>to keep info files: eg</h1> <p>MYINFODIR=/usr/local/info</p> <p>cd ${MYINFODIR} gzip -dc gcl-info.tgz | tar xvf -</p> <h1>if necessary, add this directory to the default list searched in emacs:</h1> <h1>(setq Info-default-directory-list (cons &#34;/usr/local/info/&#34; Info-default-directory-list))</h1> <h1>Decide on an emacs/lisp directory for local .el files eg,</h1> <p>EMACS_LISP_DIR=/usr/lib/emacs/site-lisp cp *.el ${EMACS_LISP_DIR}</p> <h1>if necessary, add this directory to the default list searched in emacs:</h1> <h1>(setq load-path (cons &#34;/usr/lib/emacs/site-lisp&#34; load-path))</h1> <h1>add (require &#39;get-gcl-info) to your .emacs file.</h1> <h1>or add</h1> <h1>(autoload &#39;get-gcl-info &#34;get-gcl-info&#34; &#34;Prompt for a TOPIC or function/variable name and bring up info on thatitem in the buffer&#34; t nil)</h1> <h1>(define-key (current-global-map) &#34;\M-?&#34; &#39;get-gcl-info)</h1> <h1>to your .emacs file</h1>