From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Re: Avoiding moving point into minibuffer prompt area Date: Tue, 16 Aug 2005 22:34:10 +0100 Message-ID: References: <8FEF3071-0670-4746-9B5F-91BC451F946A@gmail.com> <200508161757.j7GHvjh01651@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1124228299 19294 80.91.229.2 (16 Aug 2005 21:38:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 Aug 2005 21:38:19 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 16 23:38:10 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E598E-0008W6-Tx for ged-emacs-devel@m.gmane.org; Tue, 16 Aug 2005 23:38:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E59Bf-0006lm-NF for ged-emacs-devel@m.gmane.org; Tue, 16 Aug 2005 17:41:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E5986-0005Xw-8r for emacs-devel@gnu.org; Tue, 16 Aug 2005 17:37:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E5984-0005Wx-EC for emacs-devel@gnu.org; Tue, 16 Aug 2005 17:37:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E5984-00055J-7y for emacs-devel@gnu.org; Tue, 16 Aug 2005 17:37:52 -0400 Original-Received: from [64.233.162.192] (helo=zproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E59K8-0004li-AO for emacs-devel@gnu.org; Tue, 16 Aug 2005 17:50:20 -0400 Original-Received: by zproxy.gmail.com with SMTP id x7so29374nzc for ; Tue, 16 Aug 2005 14:34:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=qoBAHPrPP1lZys4sJM5ORlC94KkRzOYeOArwSzqzGmAkPmMhVvnDHXBGMQ6sP1qyOMcMRuGeThO0wJHpU/BXIejImZ9Qae78b6jj8PkBseD6Ql74SxxvNf8KsNwomSj2cAaS43G9aicohiwrrImQ80jYcR/jqBAu4y5AIslAeEs= Original-Received: by 10.36.18.12 with SMTP id 12mr1328279nzr; Tue, 16 Aug 2005 14:34:13 -0700 (PDT) Original-Received: from ?10.0.0.61? ([82.26.161.140]) by mx.gmail.com with ESMTP id c12sm1037218nzc.2005.08.16.14.34.13; Tue, 16 Aug 2005 14:34:13 -0700 (PDT) In-Reply-To: <200508161757.j7GHvjh01651@raven.dms.auburn.edu> Original-To: Emacs-Devel ' X-Mailer: Apple Mail (2.734) 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:42154 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:42154 On 16 Aug 2005, at 18:57, Luc Teirlinck wrote: > David Reitter wrote: > > (I delete text pretty often that's in the minibuffer, and then I > accidentally get into the prompt), so I set 'read-only' (similar to > inviolable, i guess) as a default in Aquamacs. > > No, read-only prevents you from erasing the text, not from moving > into it. > read-only _is_ on by default. Correct. It's minibuffer-avoid-prompt that I'm setting as default. That, interestingly, is not in the list shown in the customize buffer, but it does the job.