From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: pop-to-buffer and friends new behavior or bug? Date: Fri, 24 Jun 2011 09:01:48 +0200 Message-ID: <4E04365C.4060608@gmx.at> References: <87zklhhcys.fsf@gmail.com> <87ei2tzg3o.fsf@gmail.com> <4DFA690A.20205@gmx.at> <87d3iccuqo.fsf@gmail.com> <4DFCCDE6.30007@gmx.at> <87boxu3oic.fsf@gmail.com> <4DFDF921.5090407@gmx.at> <87aadckisk.fsf@gmail.com> <4DFF11E3.5070503@gmx.at> <8739j3gvu8.fsf@gmail.com> <4E00ADAA.4040206@gmx.at> <87mxhb1aoq.fsf@gmail.com> <4E00C2D1.2080902@gmx.at> <87fwn3umiy.fsf@gmail.com> <4E02119A.8040109@gmx.at> <87mxh96djo.fsf@gmail.com> <4E030C18.9070205@gmx.at> <87mxh8onv6.fsf@gmail.com> <4E031E77.5050400@gmx.at> <87iprwo82n.fsf@gmail.com> <4E0364CA.5010209@gmx.at> <87liwsmlet.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1308898929 8186 80.91.229.12 (24 Jun 2011 07:02:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 24 Jun 2011 07:02:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 24 09:02:05 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qa0Oz-0003WP-Ab for ged-emacs-devel@m.gmane.org; Fri, 24 Jun 2011 09:02:05 +0200 Original-Received: from localhost ([::1]:57682 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qa0Oy-00043Y-BQ for ged-emacs-devel@m.gmane.org; Fri, 24 Jun 2011 03:02:04 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:41631) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qa0Ol-00043S-SD for emacs-devel@gnu.org; Fri, 24 Jun 2011 03:01:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qa0Ol-00075C-0E for emacs-devel@gnu.org; Fri, 24 Jun 2011 03:01:51 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:47455) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Qa0Ok-000756-Jb for emacs-devel@gnu.org; Fri, 24 Jun 2011 03:01:50 -0400 Original-Received: (qmail invoked by alias); 24 Jun 2011 07:01:48 -0000 Original-Received: from 62-47-40-67.adsl.highway.telekom.at (EHLO [62.47.40.67]) [62.47.40.67] by mail.gmx.net (mp043) with SMTP; 24 Jun 2011 09:01:48 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/WBjp46ybWcjQU6U+Rm7xKA2CLi4o268ToDyqoGW qFz9VgE/s0Fg9F User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <87liwsmlet.fsf@gmail.com> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.23 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:140934 Archived-At: > Also it seem count-windows count the minibuffer-window even whithout > mini arg, when the minibuffer is active. From the doc-string of `walk-windows': MINIBUF t means include the minibuffer window even if the minibuffer is not active. MINIBUF nil or omitted means include the minibuffer window only if the minibuffer is active. Any other value means do not include the minibuffer window even if the minibuffer is active. So if the MINIBUF argument is nil or omitted, the minibuffer window is counted if the minibuffer is active. martin