David Karr <davidmichaelk...@gmail.com> writes: Hi David,
> Ok. Here are the exact steps: Sorry, that doesn't work for me. > 1. emacs -Q > 2. visit-file .emacs > 3. Select entire file > 4. eval-region I have combined 3. and 4. to 'eval-buffer'. I get the error --8<---------------cut here---------------start------------->8--- Loading delsel...done progn: Cannot open load file: No such file or directory, icomplete+ --8<---------------cut here---------------end--------------->8--- I would know what to do, but that's too time consuming. I don't intend to install further packages on my laptop. Please strip your .emacs to the absolute minimum. Change also lines like --8<---------------cut here---------------start------------->8--- (load-library "buffer-cycle.el") (load-library "cycle-shell.el") --8<---------------cut here---------------end--------------->8--- to something which will work out-of-the-box, because the tmp directory, where I have saved your files, does not belong to my load-path. Best regards, Michael.