From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: occur and a "Special" *Occur* Buffer. Date: Fri, 09 Mar 2007 10:32:56 -0500 Message-ID: References: <87hcsuao1j.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 1173454453 10187 80.91.229.12 (9 Mar 2007 15:34:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Mar 2007 15:34:13 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 09 16:34:08 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 1HPh6d-0005aN-4o for ged-emacs-devel@m.gmane.org; Fri, 09 Mar 2007 16:34:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HPh6l-0006LD-Fl for ged-emacs-devel@m.gmane.org; Fri, 09 Mar 2007 10:34:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HPh6Y-0006IP-SK for emacs-devel@gnu.org; Fri, 09 Mar 2007 10:34:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HPh6S-00069y-Lm for emacs-devel@gnu.org; Fri, 09 Mar 2007 10:34:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HPh6S-00069p-Jv for emacs-devel@gnu.org; Fri, 09 Mar 2007 10:33:56 -0500 Original-Received: from tomts25.bellnexxia.net ([209.226.175.188] helo=tomts25-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HPh63-0004De-PW for emacs-devel@gnu.org; Fri, 09 Mar 2007 10:33:34 -0500 Original-Received: from pastel.home ([74.12.206.221]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070309153257.MMMU1521.tomts25-srv.bellnexxia.net@pastel.home> for ; Fri, 9 Mar 2007 10:32:57 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id D60D48E5B; Fri, 9 Mar 2007 10:32:56 -0500 (EST) In-Reply-To: <87hcsuao1j.fsf@localhorst.mine.nu> (David Hansen's message of "Fri\, 09 Mar 2007 08\:12\:08 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux) X-detected-kernel: Solaris 8 (1) 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:67620 Archived-At: > another one. Is no one else using special display buffers? BTW in > this case `t' seems to be the right choice for the optional > `get-buffer-window' argument, but i have to admit that i don't > really understand it ;) Imagine that t means "any frame, even if it's displayed in my other office", whereas 0 means "any frame so long as I might get to see it very soon". So, yes, in this case I think t is just as good. But the code should be fixed to handle the case where the occur buffer is not displayed in *any* window. Stefan