From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Will Newsgroups: gmane.emacs.bugs Subject: Inconsistent behavior in minibuffer Date: Tue, 10 Jul 2007 18:06:05 +0200 Message-ID: <4693AE6D.7070702@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1184083771 6123 80.91.229.12 (10 Jul 2007 16:09:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Jul 2007 16:09:31 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 10 18:09:30 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I8IHI-0004md-I3 for geb-bug-gnu-emacs@m.gmane.org; Tue, 10 Jul 2007 18:09:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8IHI-0005ut-15 for geb-bug-gnu-emacs@m.gmane.org; Tue, 10 Jul 2007 12:09:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I8ICd-0001GA-VV for bug-gnu-emacs@gnu.org; Tue, 10 Jul 2007 12:04:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I8ICa-0001De-4O for bug-gnu-emacs@gnu.org; Tue, 10 Jul 2007 12:04:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8ICZ-0001DT-Uz for bug-gnu-emacs@gnu.org; Tue, 10 Jul 2007 12:04:36 -0400 Original-Received: from smtp2.ki.se ([130.237.98.101]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I8ICZ-0003vi-4m for bug-gnu-emacs@gnu.org; Tue, 10 Jul 2007 12:04:35 -0400 Original-Received: from smtp2.ki.se (smtp2.ki.se [127.0.0.1]) by localhost (Postfix) with SMTP id 317CC53468F for ; Tue, 10 Jul 2007 18:01:48 +0200 (CEST) Original-Received: from [127.0.0.1] (130-237-102-47.meb.ki.se [130.237.102.47]) by smtp2.ki.se (Postfix) with ESMTP id 22EF5534685 for ; Tue, 10 Jul 2007 18:01:48 +0200 (CEST) User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16127 Archived-At: Hi, if I open a file C-x C-f then C-0 C-k deletes the path but not "Find file". but C-a jumps back to the Column 0 (before "Find file") and marks the line without that I want that. So what is the beginning of the line? In a larger context it is inconsistent that a buffer can be read-only (cf. "Find File" prompt) and editable (cf. ) at the same time. I am working with GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600) of 2007-06-02 on RELEASE on MS Win XP. Best, Will