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: Thu, 16 Jun 2011 22:35:22 +0200 Message-ID: <4DFA690A.20205@gmx.at> References: <87zklhhcys.fsf@gmail.com> <87ei2tzg3o.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 1308257185 4033 80.91.229.12 (16 Jun 2011 20:46:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 16 Jun 2011 20:46:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 16 22:46:22 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 1QXJSC-0003Av-Hp for ged-emacs-devel@m.gmane.org; Thu, 16 Jun 2011 22:46:16 +0200 Original-Received: from localhost ([::1]:54613 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXJSB-0004uY-My for ged-emacs-devel@m.gmane.org; Thu, 16 Jun 2011 16:46:15 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXJHn-0002de-69 for emacs-devel@gnu.org; Thu, 16 Jun 2011 16:35:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXJHl-0000q6-OD for emacs-devel@gnu.org; Thu, 16 Jun 2011 16:35:30 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:38808) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QXJHk-0000pU-WE for emacs-devel@gnu.org; Thu, 16 Jun 2011 16:35:29 -0400 Original-Received: (qmail invoked by alias); 16 Jun 2011 20:35:25 -0000 Original-Received: from 62-47-39-154.adsl.highway.telekom.at (EHLO [62.47.39.154]) [62.47.39.154] by mail.gmx.net (mp053) with SMTP; 16 Jun 2011 22:35:25 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+O8etKEPqOeZspyH4781tosS61Rdq3Rje9ykBaOL 2LTXYErbEt0lGO User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <87ei2tzg3o.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:140569 Archived-At: >> with last emacs from trunk: >> >> split window >> >> do e.g C-h f defun >> >> now i have 3 windows Due to a downright silly default value of `display-buffer-alist', sorry. (Actually, the default value is what I used personally to test all sorts of strange cases.) I'll fix that tomorrow. > Modification of display-buffer-alist seem to fix the problem for > pop-to-buffer That's great. I didn't expect anyone even to try to understand this. Which values did you use? > but not for code that use switch-to-buffer-other-window. That's bad. `switch-to-buffer-other-window' does call (pop-to-buffer buffer 'other-window norecord) so something in the processing of the 'other-window argument must have gone wrong. Please tell me your values and I shall try to repeat it. Thanks for reporting, martin