help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trouble with Command for Eshell


From: Stefan Monnier
Subject: Re: Trouble with Command for Eshell
Date: Tue, 23 Jul 2019 12:48:19 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> (fset 'auxiliary
>   (lambda (&optional arg) "Keyboard macro." (interactive "p")
> (kmacro-exec-ring-item (quote ([21 escape 120 101 115 104 101 108 108 return
> escape 120 114 101 110 97 109 right right return 97 117 120 105 108 105 97
> 114 121 return] 0 "%d")) arg)))

Hmm... if we print this in a more readable form, we have:

    [?\C-u escape ?x
     ?e ?s ?h ?e ?l ?l return
     escape ?x
     ?r ?e ?n ?a ?m right right return
     ?a ?u ?x ?i ?l ?i ?a ?r ?y return]

and I don't see anything in there that would explain your >20 shells, sorry.

The only funny thing in there is the `right right` which probably relies
on some non-default completion package to get `rename-buffer` from
the `renam` prefix and maybe it ends up selecting something else now?
It's a long shot, tho.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]