From: Kai Grossjohann <kai@emptydomain.de>
Subject: Re: Disabling command completion in eshell?
Date: Sat, 25 Sep 2004 19:02:08 +0200 [thread overview]
Message-ID: <86mzze1dv3.fsf@ketchup.de.uu.net> (raw)
In-Reply-To: 5eok6ui8sgb.fsf@dsplindt038.i-did-not-set--mail-host-address--so-shoot-me
bgm-rao@ieee.org writes:
> How do I disable completion on a eshell prompt?
This won't work for the question you have.
> If I launch an interactive program from within eshell,
> I find that program's command completion is disabled. Is there a way to
> work-around to ensure that programs started out of eshell behave the
> way they do from within a normal tcsh xterm?
The problem is that eshell is not a normal terminal. In a normal
terminal, every keypress, including TAB, is sent to the application
right away. In eshell, however, stuff you type is sent to the
application en bloc when you hit RET.
But you can run your program with M-x term RET. That sends every
keypress directly to the application.
Eshell also knows to invoke M-x term RET automatically for some
programs, such as vi. So you could hook into that mechanism to invoke
term for your program, too.
Kai
prev parent reply other threads:[~2004-09-25 17:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-25 12:05 Disabling command completion in eshell? bgm-rao
2004-09-25 17:02 ` Kai Grossjohann [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=86mzze1dv3.fsf@ketchup.de.uu.net \
--to=kai@emptydomain.de \
/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.