From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "FRC" Newsgroups: gmane.emacs.help Subject: Re: Using control keys in bash shell within emacs Date: Fri, 11 Oct 2002 12:14:22 +0200 Organization: Wanadoo, l'internet avec France Telecom Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1034346628 1871 127.0.0.1 (11 Oct 2002 14:30:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 11 Oct 2002 14:30:28 +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 1800nx-0000Ti-00 for ; Fri, 11 Oct 2002 16:30:17 +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 17zyLZ-0003YT-00; Fri, 11 Oct 2002 07:52:49 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!213.56.195.71!fr.usenet-edu.net!usenet-edu.net!wanadoo.fr!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs Original-Lines: 34 Original-NNTP-Posting-Host: amontsouris-108-1-8-229.abo.wanadoo.fr Original-X-Trace: news-reader11.wanadoo.fr 1034330966 8516 217.128.29.229 (11 Oct 2002 10:09:26 GMT) Original-X-Complaints-To: abuse@wanadoo.fr Original-NNTP-Posting-Date: 11 Oct 2002 10:09:26 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Original-Xref: shelby.stanford.edu gnu.emacs.help:105924 comp.emacs:75213 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:2473 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2473 That's what I've been trying to do for several weeks, but it's much of a pain to get this working on NT (for me at least). I managed to get a correct telnet mode after quite a few hours fishing in google, but I still cannot run my favorite curses programs (man, top, nethack...). I tried terminal-emulator, to no avail. I use NTemacs 21.2 (GNU distro), with latest cygwin on NT4sp6. The UNIX servers I try to get a VT on are AIX and HP-UX (don't think it matters) If you have useful links, .emacs snippet etc..., I'm interested. Cheers, FRC "Knut Forkalsrud" a écrit dans le message de news: m2bs611t37.fsf@bomb.forkalsrud.org... > Chris writes: > > > > 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... > > Maybe you want term-mode (M-x term) where most of your keys work as > usual and the Emacs keybindings are changed to be prefixed with C-c. > Cortrol c in the terminal is C-c C-c in Emacs' term-mode. > > -Knut > > -- > Hard work often pays off after time. But laziness always pays off now.