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, 23 Jun 2011 11:49:12 +0200 Message-ID: <4E030C18.9070205@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> 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 1308822841 27949 80.91.229.12 (23 Jun 2011 09:54:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 23 Jun 2011 09:54:01 +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 23 11:53:57 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 1QZgbk-0003qH-5V for ged-emacs-devel@m.gmane.org; Thu, 23 Jun 2011 11:53:56 +0200 Original-Received: from localhost ([::1]:60302 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZgbj-0000O2-59 for ged-emacs-devel@m.gmane.org; Thu, 23 Jun 2011 05:53:55 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZgXF-0007gd-LE for emacs-devel@gnu.org; Thu, 23 Jun 2011 05:49:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZgXE-00028O-Fp for emacs-devel@gnu.org; Thu, 23 Jun 2011 05:49:17 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:59831) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QZgXD-000286-SO for emacs-devel@gnu.org; Thu, 23 Jun 2011 05:49:16 -0400 Original-Received: (qmail invoked by alias); 23 Jun 2011 09:49:14 -0000 Original-Received: from 62-47-51-139.adsl.highway.telekom.at (EHLO [62.47.51.139]) [62.47.51.139] by mail.gmx.net (mp036) with SMTP; 23 Jun 2011 11:49:14 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/AXIMxQc7A9KLmKnLxbkgOOe32HoUa/I3DuUFsW0 jFYQqM+QWJf6uP User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <87mxh96djo.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.22 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:140912 Archived-At: >> If a user changes that setting, this mechanism won't work as intended. > Which different setting a user could use here for example? > pop-up-frames? The user could have made the window dedicated in which case `same-window' won't work. You should use a fallback in that case. Anyway, testing things with anything.el revealed three bugs in my code so this was a very fruitful experience for me. Please try your original code with the latest sources and tell me whether it works. Thanks, martin