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

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

Re: bash builtin expansion in shell.el


From: jidanni
Subject: Re: bash builtin expansion in shell.el
Date: Sun, 14 Jun 2009 05:33:02 +0800

Completing command name...
No completions of hist
Completing file name...
No completions of ali
PD> Either type "history" and then RET, or create aliases and make them
PD> known to the *shell* buffer in the file ~/.emacs_bash.
What do I do?
alias history=history
alias alias=alias
?

I am using the *shell* buffer in
$ emacs -f shell
instead of trying to use the remote readline functions of
$ ssh very-far-away-and-slow.org

Maybe I need to fool *shell* with a directory on $PATH fill of
executable links with the same names as the bash builtins?
touch bla
chmod 755 bla
ln history alias suspend typeset ... bla




reply via email to

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