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: =?utf-8?b?U2hlbGwgLCAqQ29tcGxldGlvbnMqIMKgLCDCoGZyYW1lcy4=?= Date: Mon, 4 Dec 2006 16:47:09 +0100 (CET) Message-ID: <15466819.1165247229116.JavaMail.www@wwinf4103> 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 1165253695 26190 80.91.229.10 (4 Dec 2006 17:34:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 4 Dec 2006 17:34:55 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Dec 04 18:34:54 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 1GrHiO-0004iV-FX for geb-bug-gnu-emacs@m.gmane.org; Mon, 04 Dec 2006 18:34:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrHiO-00011z-6F for geb-bug-gnu-emacs@m.gmane.org; Mon, 04 Dec 2006 12:34:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GrG2E-0000LR-GX for bug-gnu-emacs@gnu.org; Mon, 04 Dec 2006 10:47:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GrG2A-0000He-W3 for bug-gnu-emacs@gnu.org; Mon, 04 Dec 2006 10:47:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrG2A-0000HO-ON for bug-gnu-emacs@gnu.org; Mon, 04 Dec 2006 10:47:10 -0500 Original-Received: from [193.252.22.175] (helo=smtp1.voila.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GrG2A-0001zb-NH for bug-gnu-emacs@gnu.org; Mon, 04 Dec 2006 10:47:10 -0500 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4108.voila.fr (SMTP Server) with ESMTP id 2D8311C003C7 for ; Mon, 4 Dec 2006 16:47:09 +0100 (CET) Original-Received: from wwinf4103 (wwinf4103 [172.22.152.30]) by mwinf4108.voila.fr (SMTP Server) with ESMTP id 1EE271C00462 for ; Mon, 4 Dec 2006 16:47:09 +0100 (CET) X-ME-UUID: 20061204154709126.1EE271C00462@mwinf4108.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:04 -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:15443 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*. In fact, the problem is that TAB or another key does not scroll 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.