From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lars Hansen Newsgroups: gmane.emacs.devel Subject: Re: windmove and the minibuffer Date: Wed, 28 May 2003 08:11:54 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3ED4532A.3080700@math.ku.dk> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1054102261 2753 80.91.224.249 (28 May 2003 06:11:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 28 May 2003 06:11:01 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed May 28 08:10:59 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Ku9L-0000i7-00 for ; Wed, 28 May 2003 08:10:59 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19KuNO-0002Yf-00 for ; Wed, 28 May 2003 08:25:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19KuAQ-0004mz-Df for emacs-devel@quimby.gnus.org; Wed, 28 May 2003 02:12:06 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Ku9w-00044x-So for emacs-devel@gnu.org; Wed, 28 May 2003 02:11:36 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Ku9f-0003ka-GJ for emacs-devel@gnu.org; Wed, 28 May 2003 02:11:20 -0400 Original-Received: from [62.84.220.10] (helo=post.kabelnettet.dk) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Ku9K-0003QS-HT for emacs-devel@gnu.org; Wed, 28 May 2003 02:10:58 -0400 Original-Received: from math.ku.dk [62.84.220.219] by post.kabelnettet.dk with ESMTP (SMTPD32-7.14) id A3E814DA004E; Wed, 28 May 2003 08:15:04 +0200 User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14364 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14364 > > >Weird. Let me give you an exact script, to see whether your system >really is different: > > This thing is system dependent, and it is not new, it was there in 21.2 as well: On Windows (GNU Emacs 21.2.1 (i386-msvc-windows98.3000) of 2002-03-19 on buffy): I can move out of, and into an active minibuffer. If I try to move into an inactive minibuffer, I get: "windmove-do-window-select: Can't move to inactive minibuffer" On GNU/Linux (GNU Emacs 21.2.1 (i586-suse-linux, X toolkit, Xaw3d scroll bars) of 2002-09-11 on amdsimb): I can move out of, but *not* into an active minibuffer. If I try to move into an inactive minibuffer, I get *no* message.