all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: help-gnu-emacs@gnu.org
Subject: Re: Trouble with Command for Eshell
Date: Tue, 23 Jul 2019 12:48:19 -0400	[thread overview]
Message-ID: <jwv1rygvh3l.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: 20190723143527.rojyxwslg4oxn4z5@chicca2

> (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	other threads:[~2019-07-23 16:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-23 14:35 Trouble with Command for Eshell Lorenzo Isella
2019-07-23 16:48 ` Stefan Monnier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwv1rygvh3l.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.