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: Wed, 22 Jun 2011 18:00:26 +0200 Message-ID: <4E02119A.8040109@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> 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 1308758925 13170 80.91.229.12 (22 Jun 2011 16:08:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 22 Jun 2011 16:08:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 22 18:08:41 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 1QZPyr-0007lx-AL for ged-emacs-devel@m.gmane.org; Wed, 22 Jun 2011 18:08:41 +0200 Original-Received: from localhost ([::1]:35581 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZPyp-0000xF-Se for ged-emacs-devel@m.gmane.org; Wed, 22 Jun 2011 12:08:39 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:43177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZPqy-00077R-57 for emacs-devel@gnu.org; Wed, 22 Jun 2011 12:00:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZPqw-0007uh-NV for emacs-devel@gnu.org; Wed, 22 Jun 2011 12:00:31 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:48979) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QZPqw-0007u7-2R for emacs-devel@gnu.org; Wed, 22 Jun 2011 12:00:30 -0400 Original-Received: (qmail invoked by alias); 22 Jun 2011 16:00:27 -0000 Original-Received: from 62-47-58-197.adsl.highway.telekom.at (EHLO [62.47.58.197]) [62.47.58.197] by mail.gmx.net (mp033) with SMTP; 22 Jun 2011 18:00:27 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18XiA0Sdm4XbErJEZ7Gr23MU6EU2XDW/7+eww22/h LTWIDx7cEhlmmj User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <87fwn3umiy.fsf@gmail.com> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:140857 Archived-At: OK. I managed to reproduce the behavior now. It's due to a silly bug in `display-buffer-pop-up-window'. I'll install a fix soon. > +---------------------------+ > | | > | anything-current-buffer | > | (the window to display | > | persistent action result)| In this case the result of > +---------------------------+ describe-function. > | | > | anything-buffer | > | (selected window) | > | | > +---------------------------+ > | minibuffer | > +---------------------------+ I can't follow you here. When I invoke C-z the window showing the anything-current-buffer becomess the selected window. That seems intentional - because *Help* is by default shown in the selected window and `describe-function' shows the result in that buffer. If a user changes that setting, this mechanism won't work as intended. Or am I missing something? martin