On Sat, Mar 11, 2023 at 6:31 AM Michael Albinus <[email protected]> wrote:
> David Karr <[email protected]> writes: > > Hi David, > > > Unfortunately, my first stab at this didn't help. I think the new > > function is an improvement, but it didn't fix the problem. > > Could you pls send me a recipe for reproducing the problem? It shall > start with "emacs -Q ...", and it shall contain your own function, and > all steps to run into the problem. > Ok. Here are the exact steps: 1. emacs -Q 2. visit-file .emacs 3. Select entire file 4. eval-region 5. C-x C-e (bound to cycle-make-shell) 6. visit-file /ssh:[email protected]:/home/dk068x/.bashrc (obviously depends on local environment) Note that I tried omitting step 5, and that results in step 6 being successful. With that step, step 6 times out. I'll attach my .emacs, cycle-shell.el, and buffer-cycle.el. Seems like it must be something in my my-shell-mode-hook, but I don't see it. > Best regards, Michael. >
cycle-shell.el
Description: Binary data
buffer-cycle.el
Description: Binary data
.emacs
Description: Binary data
