From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Avoiding moving point into minibuffer prompt area Date: Thu, 18 Aug 2005 17:15:17 -0400 Message-ID: References: <43014167.5000109@student.lu.se> <200508160413.j7G4Dt106348@raven.dms.auburn.edu> <4301AC2B.7040104@student.lu.se> <87ll3288tb.fsf@jurta.org> <4301C4C5.5020608@student.lu.se> <43026578.70207@student.lu.se> <430361EB.3050806@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1124400569 12295 80.91.229.2 (18 Aug 2005 21:29:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Aug 2005 21:29:29 +0000 (UTC) Cc: juri@jurta.org, teirllm@dms.auburn.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 18 23:29:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E5rve-0002sf-SK for ged-emacs-devel@m.gmane.org; Thu, 18 Aug 2005 23:28:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E5rv4-0002je-8f for ged-emacs-devel@m.gmane.org; Thu, 18 Aug 2005 17:27:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E5ruB-0002fo-95 for emacs-devel@gnu.org; Thu, 18 Aug 2005 17:26:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E5ru7-0002eE-Kj for emacs-devel@gnu.org; Thu, 18 Aug 2005 17:26:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E5ru7-0002bl-Hk for emacs-devel@gnu.org; Thu, 18 Aug 2005 17:26:27 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E5s2J-0005Pg-2b for emacs-devel@gnu.org; Thu, 18 Aug 2005 17:34:55 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1E5rjJ-0000VY-E3; Thu, 18 Aug 2005 17:15:17 -0400 Original-To: Lennart Borgman In-reply-to: <430361EB.3050806@student.lu.se> (message from Lennart Borgman on Wed, 17 Aug 2005 18:12:27 +0200) 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:42243 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:42243 2) Do not show the message "Prompt is read-only" when Inviolable is on. It is just disturbing and unexpected in my opinion. It is simply the usual behavior for most applications that you are not able to delete the prompt. The command delete-backward-char is going to fail because the text is read-only. What exactly do you suggest that it do?