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: Tue, 16 Aug 2005 14:29:33 -0400 Message-ID: References: <43014167.5000109@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 1124217436 19654 80.91.229.2 (16 Aug 2005 18:37:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 Aug 2005 18:37:16 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 16 20:37:14 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E56HJ-0007Rr-6y for ged-emacs-devel@m.gmane.org; Tue, 16 Aug 2005 20:35:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E56Kj-0002zS-P9 for ged-emacs-devel@m.gmane.org; Tue, 16 Aug 2005 14:38:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E56IV-0002GE-32 for emacs-devel@gnu.org; Tue, 16 Aug 2005 14:36:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E56IS-0002FL-S9 for emacs-devel@gnu.org; Tue, 16 Aug 2005 14:36:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E56IS-0002F8-OR for emacs-devel@gnu.org; Tue, 16 Aug 2005 14:36:24 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E56U7-0005Jy-Hn for emacs-devel@gnu.org; Tue, 16 Aug 2005 14:48:27 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1E56Bp-0002jk-Oa; Tue, 16 Aug 2005 14:29:33 -0400 Original-To: Lennart Borgman In-reply-to: <43014167.5000109@student.lu.se> (message from Lennart Borgman on Tue, 16 Aug 2005 03:29:11 +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:42140 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:42140 I think it is quite confusing that you can move the point into the prompt area in the minibuffer. Why don't we use something like the code below to avoid this: If we want to make it impossible to move point into the prompt, it should suffice to give it an intangible property of t, right? People could try that and see if they like it. However, we've already seen one person say that he finds it useful to move into the prompt.