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: Mon, 26 Mar 2007 11:10:46 -0400 Message-ID: References: <87hcsuao1j.fsf@localhorst.mine.nu> <87ircou43e.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 1174921878 17198 80.91.229.12 (26 Mar 2007 15:11:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Mar 2007 15:11:18 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 26 17:11:11 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 1HVqqj-0007pM-W7 for ged-emacs-devel@m.gmane.org; Mon, 26 Mar 2007 17:11:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVqsz-0003sr-CK for ged-emacs-devel@m.gmane.org; Mon, 26 Mar 2007 10:13:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HVqsf-0003Pg-Ge for emacs-devel@gnu.org; Mon, 26 Mar 2007 11:13:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HVqsd-0003Me-O8 for emacs-devel@gnu.org; Mon, 26 Mar 2007 11:13:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVqsd-0003M7-JR for emacs-devel@gnu.org; Mon, 26 Mar 2007 10:13:07 -0500 Original-Received: from tomts36.bellnexxia.net ([209.226.175.93] helo=tomts36-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HVqqN-0001qF-8N for emacs-devel@gnu.org; Mon, 26 Mar 2007 11:10:47 -0400 Original-Received: from pastel.home ([70.55.83.113]) by tomts36-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070326151046.LYCH1612.tomts36-srv.bellnexxia.net@pastel.home> for ; Mon, 26 Mar 2007 11:10:46 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 272F37F52; Mon, 26 Mar 2007 11:10:46 -0400 (EDT) In-Reply-To: <87ircou43e.fsf@localhorst.mine.nu> (David Hansen's message of "Mon\, 26 Mar 2007 04\:32\:37 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (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:68613 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. > How to get these "special buffer" fixes applied? Shall I send one > patch summarizing it? Assignment should be there at the time > (where's my $1?). Oh, they may have just fallen through. I thought someone else installed them. I just installed a fix for the occur-next-error case. If there's some other fix that's still pending, please resend it, thank you. And sorry for the delay. Stefan