emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fwd: pcomplete bug with special display buffers


From: Stefan Monnier
Subject: Re: Fwd: pcomplete bug with special display buffers
Date: Wed, 07 Mar 2007 11:30:31 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux)

> +  (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).


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]