From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: Automatically move cursor to end of shell-mode buffer on M-p / M-n Date: Wed, 25 Feb 2015 01:30:12 +0000 Message-ID: <87y4nmn5gb.fsf@robertthorpeconsulting.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1424827840 26954 80.91.229.3 (25 Feb 2015 01:30:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Feb 2015 01:30:40 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andrew Pennebaker Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 25 02:30:30 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YQQo1-0000Tw-1W for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Feb 2015 02:30:29 +0100 Original-Received: from localhost ([::1]:52396 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQQo0-0008Qf-8g for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Feb 2015 20:30:28 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQQnp-0008PI-7C for help-gnu-emacs@gnu.org; Tue, 24 Feb 2015 20:30:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQQnm-0003OJ-2t for help-gnu-emacs@gnu.org; Tue, 24 Feb 2015 20:30:17 -0500 Original-Received: from outbound-smtp06.blacknight.com ([81.17.249.39]:51764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQQnl-0003OA-Te for help-gnu-emacs@gnu.org; Tue, 24 Feb 2015 20:30:14 -0500 Original-Received: from mail.blacknight.com (pemlinmail04.blacknight.ie [81.17.254.17]) by outbound-smtp06.blacknight.com (Postfix) with ESMTPS id EA520984DD for ; Wed, 25 Feb 2015 01:30:12 +0000 (UTC) Original-Received: (qmail 30906 invoked from network); 25 Feb 2015 01:30:12 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[109.79.178.75]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 25 Feb 2015 01:30:12 -0000 In-Reply-To: (message from Andrew Pennebaker on Tue, 24 Feb 2015 09:50:41 -0600) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.39 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102879 Archived-At: Andrew Pennebaker writes: > As a shell user, I want shell-mode M-p / M-n to automatically move my > cursor to the shell prompt, so that shell-mode behaves more intuitively. Doesn't C-a do that? It does for me. BR, Robert Thorpe