From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Daschek Newsgroups: gmane.emacs.devel Subject: Re: find-file and backward-kill-word Date: Sat, 16 Oct 2004 03:00:06 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <16746.62602.225874.363145@zarniwoop.ms25.local> <200410120059.i9C0x3O16263@raven.dms.auburn.edu> <878yachviv.fsf@wesley.springies.com> <16748.21375.960739.994780@zarniwoop.ms25.local> <200410130155.i9D1tT228811@raven.dms.auburn.edu> <87y8iafiu7.fsf@wesley.springies.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097901192 11632 80.91.229.6 (16 Oct 2004 04:33:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Oct 2004 04:33:12 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 16 06:33:06 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CIgFd-0006Cm-00 for ; Sat, 16 Oct 2004 06:33:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CIgMo-0005cg-I4 for ged-emacs-devel@m.gmane.org; Sat, 16 Oct 2004 00:40:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CIgMg-0005cS-Ei for emacs-devel@gnu.org; Sat, 16 Oct 2004 00:40:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CIgMg-0005cG-1g for emacs-devel@gnu.org; Sat, 16 Oct 2004 00:40:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CIgMf-0005cD-V5 for emacs-devel@gnu.org; Sat, 16 Oct 2004 00:40:22 -0400 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CIgFG-0003km-4j for emacs-devel@gnu.org; Sat, 16 Oct 2004 00:32:42 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CIgFE-0000fh-00 for ; Sat, 16 Oct 2004 06:32:40 +0200 Original-Received: from net1.treangeli.at ([217.19.37.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Oct 2004 06:32:40 +0200 Original-Received: from noniq-usenet by net1.treangeli.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Oct 2004 06:32:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: net1.treangeli.at User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:9C2WdzNh3mAz7sP6FXl0d1XeFmk= 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28467 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28467 Richard Stallman writes: > If making it in general impossible to move into the prompt makes > things less confusing in general for users, it might be a good idea. I'd vote for it. It happened to me occasionally that I unintentionally moved the cursor into the prompt and I always thought of it as a bug. What confuses me even more in this situation is that the prompt gets replaced by another message (like "Read only text copied to kill ring") for some seconds. stefan