From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Noah Friedman Newsgroups: gmane.emacs.devel Subject: Re: comint read-only prompt Date: Tue, 20 Aug 2002 17:23:57 -0700 (PDT) Sender: emacs-devel-admin@gnu.org Message-ID: <13292.1697957956$1029890368@news.gmane.org> References: <200208192046.g7JKkO809561@wijiji.santafe.edu> Reply-To: Noah Friedman NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1029890368 21752 127.0.0.1 (21 Aug 2002 00:39:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 21 Aug 2002 00:39:28 +0000 (UTC) Cc: simon.marshall@misys.com, emacs-devel@gnu.org, jdsmith@as.arizona.edu Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17hJWx-0005ej-00 for ; Wed, 21 Aug 2002 02:39:27 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17hJz7-0002nq-00 for ; Wed, 21 Aug 2002 03:08:33 +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 17hJY6-00015j-00; Tue, 20 Aug 2002 20:40:38 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17hJJh-0007VF-00 for emacs-devel@gnu.org; Tue, 20 Aug 2002 20:25:45 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17hJJf-0007Ug-00 for emacs-devel@gnu.org; Tue, 20 Aug 2002 20:25:44 -0400 Original-Received: from scones-of-silence.splode.com ([216.27.180.143] helo=piglet.prv.splode.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 17hJJf-0007UY-00; Tue, 20 Aug 2002 20:25:43 -0400 Original-Received: (from friedman@localhost) by piglet.prv.splode.com (8.9.3/8.9.3) id RAA11428; Tue, 20 Aug 2002 17:25:42 -0700 Original-To: rms@gnu.org In-Reply-To: <200208192046.g7JKkO809561@wijiji.santafe.edu> (rms@gnu.org Monday, 19 Aug 2002 14:46:24 -0600) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6704 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6704 >There is already a perfectly good method for avoiding accidentally backing >into the prompt while editing, and that is binding C-cC-a to >comint-bol-or-process-mark (which is what it used to be bound to, years >ago), Sorry, I meant binding C-a to comint-bol. Sometime in the past few years someone changed it to just be beginning-of-line.