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: Wed, 6 Dec 2006 13:14:11 +0100 (CET) Message-ID: <5779209.1165407251672.JavaMail.www@wwinf4001> 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 1165429921 21681 80.91.229.10 (6 Dec 2006 18:32:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Dec 2006 18:32:01 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Dec 06 19:31:58 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 1Gs1Yf-0000sm-5j for geb-bug-gnu-emacs@m.gmane.org; Wed, 06 Dec 2006 19:31:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gs1Ye-0004gi-LC for geb-bug-gnu-emacs@m.gmane.org; Wed, 06 Dec 2006 13:31:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GrvfF-00047l-Gc for bug-gnu-emacs@gnu.org; Wed, 06 Dec 2006 07:14:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GrvfB-00046R-UA for bug-gnu-emacs@gnu.org; Wed, 06 Dec 2006 07:14:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrvfB-00046L-IZ for bug-gnu-emacs@gnu.org; Wed, 06 Dec 2006 07:14:13 -0500 Original-Received: from [193.252.22.174] (helo=smtp1.voila.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GrvfB-0008OY-Cb for bug-gnu-emacs@gnu.org; Wed, 06 Dec 2006 07:14:13 -0500 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4002.voila.fr (SMTP Server) with ESMTP id B645B1C003BB for ; Wed, 6 Dec 2006 13:14:11 +0100 (CET) Original-Received: from wwinf4001 (wwinf4001 [172.22.157.28]) by mwinf4002.voila.fr (SMTP Server) with ESMTP id A79F31C002A1 for ; Wed, 6 Dec 2006 13:14:11 +0100 (CET) X-ME-UUID: 20061206121411686.A79F31C002A1@mwinf4002.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: Wed, 06 Dec 2006 13:31:51 -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:15444 Archived-At: Hello. I have just solved the bug I reported on 4th, by selecting *Completions* frame after I press TAB. But I see that M. Nick Roberts has already solved something identical, but he says nothing of frames. Shell I still send the patch to EMACS-DEVEL? 2006-03-27 Nick Roberts * comint.el (comint-dynamic-list-completions): Allow user to select *Completions* buffer. Alin Soare. 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.