From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.devel Subject: Re: Fwd: pcomplete bug with special display buffers Date: Wed, 07 Mar 2007 17:56:31 +0100 Organization: disorganized Message-ID: <87mz2phu0w.fsf@localhorst.mine.nu> References: <878xec86jk.fsf@localhorst.mine.nu> <874pozlhnq.fsf@stupidchicken.com> <87d53noyvf.fsf@localhorst.mine.nu> <87y7m9hz75.fsf@localhorst.mine.nu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1173287379 4829 80.91.229.12 (7 Mar 2007 17:09:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Mar 2007 17:09:39 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 07 18:09:23 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HOzde-0005Kt-NI for ged-emacs-devel@m.gmane.org; Wed, 07 Mar 2007 18:09:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOzdl-0005tf-Cn for ged-emacs-devel@m.gmane.org; Wed, 07 Mar 2007 12:09:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HOzd0-0005PN-75 for emacs-devel@gnu.org; Wed, 07 Mar 2007 12:08:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HOzcx-0005OG-J6 for emacs-devel@gnu.org; Wed, 07 Mar 2007 12:08:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOzcx-0005Nm-Cp for emacs-devel@gnu.org; Wed, 07 Mar 2007 12:08:35 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HOzcp-0003qv-JY for emacs-devel@gnu.org; Wed, 07 Mar 2007 12:08:27 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HOzcg-0000pH-5p for emacs-devel@gnu.org; Wed, 07 Mar 2007 18:08:19 +0100 Original-Received: from e178038167.adsl.alicedsl.de ([85.178.38.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Mar 2007 18:08:18 +0100 Original-Received: from david.hansen by e178038167.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Mar 2007 18:08:18 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178038167.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux) Cancel-Lock: sha1:cIeqHsO/kAMwouUUi3vY9Uqm+ig= X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:67512 Archived-At: On Wed, 07 Mar 2007 11:30:31 -0500 Stefan Monnier wrote: >> + (let ((window (get-buffer-window "*Completions*" t))) > > I recommend to use 0 rather than t as last arg to get-buffer-window > otherwise you may find the buffer but in a frame that can't be seen (at > least not without first explicitly making it visible). Shouldn't it be 'visible then? But i don't think I'm the right person to check this, my window manager (ion3) is a bit different from what most other users have. David