On Tue, Mar 14, 2023 at 5:10 AM Michael Albinus <michael.albi...@gmx.de>
wrote:

> David Karr <davidmichaelk...@gmail.com> writes:
>
> Hi David,
>
> > Ok, perhaps this will work better.  I'm attaching a gzipped tar file
> > with three files, a slightly modified .emacs file, and the two custom
> > el files.  Unpack it somewhere, and cd into the directory with the
> > three files.
> >
> > Then run the following command line:
> >
> >     emacs -Q -l .emacs
>
> Sorry, it doesn't work this way. Calling this, I get the error, that
> buffer-cycle.el cannot be found. So I've commented the two lines
>
> --8<---------------cut here---------------start------------->8---
> ;; (load "buffer-cycle.el")
> ;; (load "cycle-shell.el")
> --8<---------------cut here---------------end--------------->8---
>
> and tried
>
> --8<---------------cut here---------------start------------->8---
> emacs -Q -l .emacs -l buffer-cycle -l cycle-shell.el
> --8<---------------cut here---------------end--------------->8---
>
> Now there's the warning, that package cl is deprecated. OK, changing
> again in .emacs
>
> --8<---------------cut here---------------start------------->8---
> (require 'cl-lib)
> --8<---------------cut here---------------end--------------->8---
>
> And now I get the error,
>
> --8<---------------cut here---------------start------------->8---
> Cannot open load file: No such file or directory, bash-completion
> --8<---------------cut here---------------end--------------->8---
>
> Game over. *Please* provide me a test recipe, which you have tried
> yourself literally. I really haven't the time to fight against packages
> I don't know, I don't need, and I won't install on my machine.
>

You really think I would have put together a package with a test case that
I hadn't actually physically verified?

However, the fact that it didn't work for you gave me a clue for what to
look for.  I'll get back to you.


> Best regards, Michael.
>

Reply via email to