From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.devel Subject: C-a in minibuffer Date: Sun, 22 Jan 2006 18:41:29 -0600 Message-ID: <87k6cru66e.fsf@vh213602.truman.edu> Reply-To: belanger@truman.edu NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1137976957 12892 80.91.229.2 (23 Jan 2006 00:42:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Jan 2006 00:42:37 +0000 (UTC) Cc: belanger@truman.edu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 23 01:42:34 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F0pmZ-0007NK-Sp for ged-emacs-devel@m.gmane.org; Mon, 23 Jan 2006 01:42:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F0ppB-0001LZ-Ul for ged-emacs-devel@m.gmane.org; Sun, 22 Jan 2006 19:44:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F0poi-0001KQ-Mu for emacs-devel@gnu.org; Sun, 22 Jan 2006 19:44:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F0pog-0001J1-8J for emacs-devel@gnu.org; Sun, 22 Jan 2006 19:44:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F0pof-0001Io-Po for emacs-devel@gnu.org; Sun, 22 Jan 2006 19:44:17 -0500 Original-Received: from [24.116.0.230] (helo=S4.cableone.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1F0ptJ-0003ny-Pn for emacs-devel@gnu.org; Sun, 22 Jan 2006 19:49:06 -0500 Original-Received: from vh213602.truman.edu.truman.edu (unverified [24.117.100.92]) by S4.cableone.net (CableOne SMTP Service S4) with ESMTP id 43707862 for multiple; Sun, 22 Jan 2006 18:11:14 -0700 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-NotAscii: charset=us-ascii X-IP-stats: Incoming Last 1, First 9, in=5, out=0, spam=0 X-External-IP: 24.117.100.92 X-Abuse-Info: Send abuse complaints to abuse@cableone.net X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:49421 Archived-At: In the minibuffer, C-a used to move the point to the beginning of the editable text (the end of the prompt). Now it moves to the beginning of the minibuffer. (`beginning-of-line' versus `move-beginning-of-line', I suppose.) Is this an intentional change? (The "Minibuffers for File Names" section of the Emacs manual assumes the older, in my opinion more useful, behavior is in effect.) Jay