Madhusudan Singh <[EMAIL PROTECTED]> writes:

> Hi
>
>  I was wondering if it is possible to run a bash shell inside an emacs
> buffer (where the up and down keys recall commands executed
> in .bash_history and do not move the cursor around -- the problem with the
> native shell available in emacs, tab results in command completion, etc.).

Why don't you do it the X?Emacs way and use
M-n runs the command comint-next-matching-input-from-input
M-p runs the command comint-previous-matching-input-from-input
for history.

To insert avoid
TAB runs the command comint-dynamic-complete
use C-q TAB instead

C-q runs the command quoted-insert

Hope this helps,

Adrian

>
> Thanks.

-- 
Adrian Aichner
 mailto:[EMAIL PROTECTED]
 http://www.xemacs.org/
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to