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: occur and a "Special" *Occur* Buffer. Date: Mon, 26 Mar 2007 04:32:37 +0200 Organization: disorganized Message-ID: <87ircou43e.fsf@localhorst.mine.nu> 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 1174876730 3061 80.91.229.12 (26 Mar 2007 02:38:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Mar 2007 02:38:50 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 26 04:38:43 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 1HVf6Y-0006II-TG for ged-emacs-devel@m.gmane.org; Mon, 26 Mar 2007 04:38:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVf8k-0003HR-MW for ged-emacs-devel@m.gmane.org; Sun, 25 Mar 2007 21:40:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HVf8h-0003Gk-Ho for emacs-devel@gnu.org; Sun, 25 Mar 2007 22:40:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HVf8g-0003GM-4f for emacs-devel@gnu.org; Sun, 25 Mar 2007 22:40:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVf8g-0003GJ-1D for emacs-devel@gnu.org; Sun, 25 Mar 2007 21:40:54 -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 1HVf6T-0006wd-BJ for emacs-devel@gnu.org; Sun, 25 Mar 2007 22:38:37 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HVf6F-0004F1-Df for emacs-devel@gnu.org; Mon, 26 Mar 2007 04:38:23 +0200 Original-Received: from e178011037.adsl.alicedsl.de ([85.178.11.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Mar 2007 04:38:23 +0200 Original-Received: from david.hansen by e178011037.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Mar 2007 04:38:23 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 18 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178011037.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:P0HBswqHb/fIa2ijEjVo/zrmv8g= 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:68563 Archived-At: On Fri, 09 Mar 2007 10:32:56 -0500 Stefan Monnier wrote: >> 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?). David