From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jo=E3o_T=E1vora?= Newsgroups: gmane.emacs.devel,gmane.emacs.help Subject: Re: frames dedicated to buffers, or, always see specific buffers in a specific frame Date: Sun, 14 Apr 2013 19:18:37 +0100 Message-ID: References: <5167D3B7.2080408@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1365963547 25942 80.91.229.3 (14 Apr 2013 18:19:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Apr 2013 18:19:07 +0000 (UTC) Cc: martin rudalics , "help-gnu-emacs@gnu.org List" , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 14 20:19:11 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1URRW7-0005hR-LC for ged-emacs-devel@m.gmane.org; Sun, 14 Apr 2013 20:19:07 +0200 Original-Received: from localhost ([::1]:46335 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URRW7-0003TX-6E for ged-emacs-devel@m.gmane.org; Sun, 14 Apr 2013 14:19:07 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URRW2-0003OL-Ja for emacs-devel@gnu.org; Sun, 14 Apr 2013 14:19:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URRW1-0003Cw-9R for emacs-devel@gnu.org; Sun, 14 Apr 2013 14:19:02 -0400 Original-Received: from mail-pb0-f46.google.com ([209.85.160.46]:39110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URRVz-0003Bp-2T; Sun, 14 Apr 2013 14:18:59 -0400 Original-Received: by mail-pb0-f46.google.com with SMTP id rp8so2133485pbb.5 for ; Sun, 14 Apr 2013 11:18:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=5xfzZdOFL2wU3lEcup2xwgZCYVQDeydIRfeRLfmHyqE=; b=HhcEswIE+L3buqolAqnWh2ygqGSF+UDyRumQAMUcM8u1htuMZX3dnnh3qkeD+11mJ4 Krdf5cBgVUNiXoGG3EE65dE+/PP2rbKBPccUOu6s6v27TniC+xPc/mElJ5STPg4nT2/4 ypN76N/YFlXB8ht/kuPIYN20u/YZZYkzcr3XUxiuz3j1LKESTIAADr3QhtIBJoP7yxeN kB1f3KTDfemO5AbG5C8Vj1c7ZSLLBl/w3tHq6LH0wW81RjSZrD7Y8rH155ZF+dAxHDNT xZkiw/DcxRrS1wrUD3t3wx+/8F4tNIKEfVJD1y47BpFqIR6WVmuX/gwYkgiQfQ4j7mg/ 0Wwg== X-Received: by 10.68.212.168 with SMTP id nl8mr12692905pbc.43.1365963537474; Sun, 14 Apr 2013 11:18:57 -0700 (PDT) Original-Received: by 10.69.16.36 with HTTP; Sun, 14 Apr 2013 11:18:37 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.160.46 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:158907 gmane.emacs.help:90155 Archived-At: On Fri, Apr 12, 2013 at 5:45 PM, Stefan Monnier wrote: > switch-to-buffer is special because there are various circumstances > where it's more important for it to only affect the selected-window then > it is to display the specified buffer. > Yes I see. And, according to Martin, it should only be called interactively, and therefore you simple rebinding would work, but in reality it isn't. > More specifically, your joaot/browse-buffer-in-special-frame should > return the window it used to display the buffer. Thanks! that does it, should have read `display-buffer''s doc more carefully. Shouldn't its machinery assert `windowp' somewhere? --=20 Jo=E3o T=E1vora