From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: display-buffer-reuse-frames default to t Date: Wed, 19 Jan 2011 16:00:45 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1295470868 11329 80.91.229.12 (19 Jan 2011 21:01:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 19 Jan 2011 21:01:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 19 22:01:04 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pff9K-0006hS-SR for ged-emacs-devel@m.gmane.org; Wed, 19 Jan 2011 22:01:03 +0100 Original-Received: from localhost ([127.0.0.1]:42347 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pff9K-0007Kq-4Y for ged-emacs-devel@m.gmane.org; Wed, 19 Jan 2011 16:01:02 -0500 Original-Received: from [140.186.70.92] (port=42966 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pff9C-0007IU-4v for emacs-devel@gnu.org; Wed, 19 Jan 2011 16:00:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pff99-0007TL-IO for emacs-devel@gnu.org; Wed, 19 Jan 2011 16:00:54 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:4209 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pff94-0007RK-J3; Wed, 19 Jan 2011 16:00:46 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEABfgNk1FpZLq/2dsb2JhbACkR3S/QoVQBIRvjjc X-IronPort-AV: E=Sophos;i="4.60,345,1291611600"; d="scan'208";a="88632643" Original-Received: from 69-165-146-234.dsl.teksavvy.com (HELO ceviche.home) ([69.165.146.234]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 19 Jan 2011 16:00:45 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id B416066102; Wed, 19 Jan 2011 16:00:45 -0500 (EST) In-Reply-To: (Eli Zaretskii's message of "Wed, 19 Jan 2011 11:11:07 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:134779 Archived-At: >> Any objection to defaulting display-buffer-reuse-framesto t? > What does it do on a tty (with more than one frame)? Same as under X11: it will reuse a window on some other frame if it shows the desired buffer. Stefan