From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A Soare Newsgroups: gmane.emacs.bugs Subject: Shell , *Completions* , frames. Date: Mon, 4 Dec 2006 12:22:59 +0100 (CET) Message-ID: <5427616.1165231379777.JavaMail.www@wwinf4101> Reply-To: alinsoar@voila.fr NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1165253649 26017 80.91.229.10 (4 Dec 2006 17:34:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 4 Dec 2006 17:34:09 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Dec 04 18:34:07 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GrHhe-0004bM-AS for geb-bug-gnu-emacs@m.gmane.org; Mon, 04 Dec 2006 18:34:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrHhe-0008MG-6R for geb-bug-gnu-emacs@m.gmane.org; Mon, 04 Dec 2006 12:34:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GrBuZ-000390-Pw for bug-gnu-emacs@gnu.org; Mon, 04 Dec 2006 06:23:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GrBuY-000373-6W for bug-gnu-emacs@gnu.org; Mon, 04 Dec 2006 06:23:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrBuY-00036e-0A for bug-gnu-emacs@gnu.org; Mon, 04 Dec 2006 06:23:02 -0500 Original-Received: from [193.252.22.175] (helo=smtp1.voila.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GrBuX-0003Gy-R5 for bug-gnu-emacs@gnu.org; Mon, 04 Dec 2006 06:23:02 -0500 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4102.voila.fr (SMTP Server) with ESMTP id CF1AD1C002A9 for ; Mon, 4 Dec 2006 12:22:59 +0100 (CET) Original-Received: from wwinf4101 (wwinf4101 [172.22.152.28]) by mwinf4102.voila.fr (SMTP Server) with ESMTP id C138F1C001FF for ; Mon, 4 Dec 2006 12:22:59 +0100 (CET) X-ME-UUID: 20061204112259791.C138F1C001FF@mwinf4102.voila.fr Original-To: bug-gnu-emacs X-Originating-IP: [193.226.173.50] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-REPLYTO: |~| X-Mailman-Approved-At: Mon, 04 Dec 2006 12:34:03 -0500 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15442 Archived-At: Bonjour. 1. enable in your .emacs frames for special buffers, or evaluate the expression ci-dessous using M-: ;; open some buffers in frames, not in windows (defconst special-display-regexps '("[ ]?[*][^*]+[*]")) 2. M-x shell 3. wish to run for example splint. Write: spl . The *Completions* frame opens. BUG: Cursor moved to *Completions* window, *Completions* is now active, but the keyboard is active on the old frame, with the shell window, now in *Completions*. version: GNU Emacs 22.0.91.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2006-11-24 on alin.ro system: FC6: Linux alin.ro 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:37:32 EDT 2006 i686 athlon i386 GNU/Linux Regards.