From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: switch-to-buffer: for interactive use only Date: Fri, 8 Jul 2011 02:09:02 +0200 Message-ID: References: <0aiprg76eu.fsf@fencepost.gnu.org> <87hb6zt8rg.fsf@stupidchicken.com> <8739ihlsry.fsf@stupidchicken.com> <871uy1u0c3.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1310084051 31120 80.91.229.12 (8 Jul 2011 00:14:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 8 Jul 2011 00:14:11 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 08 02:14:04 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 1Qeyhm-00042d-3i for ged-emacs-devel@m.gmane.org; Fri, 08 Jul 2011 02:14:02 +0200 Original-Received: from localhost ([::1]:60435 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qeyhk-0004G8-U6 for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2011 20:14:01 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:49256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qeydg-0003B5-5Y for emacs-devel@gnu.org; Thu, 07 Jul 2011 20:09:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qeydd-0003fm-OT for emacs-devel@gnu.org; Thu, 07 Jul 2011 20:09:47 -0400 Original-Received: from mail-pz0-f41.google.com ([209.85.210.41]:34307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qeydd-0003fe-3q for emacs-devel@gnu.org; Thu, 07 Jul 2011 20:09:45 -0400 Original-Received: by pzk4 with SMTP id 4so1395106pzk.0 for ; Thu, 07 Jul 2011 17:09:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=/ehOEfPFrtt9uVLlbh/cyHbH0c25k/dqGT2NUGhHUCU=; b=ZMuQLsMncnv6YnK/GrEmiS9lQcWlapEoUUKU0NecRqHYIbc0kkk4wA00A/+pXb08cl jsoNhcIi/A1mzXpKnfx8E0qaAQycHNhe+5cZ/sAup3JgTeMMG+NHWw/r3QT+cCQBpEsA 3lhCOjz6/RtEuYIJkQYt9xfr3WX5Wq7y1Bejw= Original-Received: by 10.68.29.163 with SMTP id l3mr1722595pbh.425.1310083782087; Thu, 07 Jul 2011 17:09:42 -0700 (PDT) Original-Received: by 10.142.144.4 with HTTP; Thu, 7 Jul 2011 17:09:02 -0700 (PDT) In-Reply-To: <871uy1u0c3.fsf@stupidchicken.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.41 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:141767 Archived-At: On Fri, Jul 8, 2011 at 01:39, Chong Yidong wrote: > How bout if switch-to-buffer tries to operate on the selected window, > and calls pop-to-buffer if that is not possible? Isn't that pop-to-buffer-same-window? =C2=A0 =C2=A0 Juanma