From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Chris Newsgroups: gmane.emacs.help Subject: Re: Using control keys in bash shell within emacs Date: Thu, 10 Oct 2002 16:16:24 -0000 Organization: The Lott Company Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1034266903 29803 127.0.0.1 (10 Oct 2002 16:21:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 10 Oct 2002 16:21:43 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17zg4C-0007kN-00 for ; Thu, 10 Oct 2002 18:21:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17zg4B-0004ih-00; Thu, 10 Oct 2002 12:21:39 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-06!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs User-Agent: Xnews/5.04.25 X-motd: Can Spam! X-message-flag: Outlook Critical Error! Please Restart Your Computer. X-Face: 7?1,~hLJv9R%<#DNR6m@9W**a.!h-)!o5B1\Y*}7"#k%MzvMP?z#A"Y@ai5SY[@JE95J'AQKwlk'5CbWOp:v5^HL>*a-.cPv*sXU?_ Original-X-Complaints-To: abuse@supernews.com Original-Lines: 12 Original-Xref: shelby.stanford.edu gnu.emacs.help:105912 comp.emacs:75190 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2457 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2457 on 10 Oct 2002, "Jeff Rancier" spake thusly: > Hi, > > I'm using cygwin bash, 2.05b, as my NTEmacs shell (GNU Emacs 21.2.1 > (i386-msvc-nt5.1.2600) of 2002-03-19 on buffy). Is there any way to > have (e.g.) C-p, scroll through the history, instead of the default > emacs behaviour of moving to the previous line in a buffer. I tried: You could just use the normal Emacs history scrolling: M-p and M-n. I think CTRL-up and CTRL-down work as well...