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: /srv/bzr/emacs/trunk r104968: Fix some uses of switch-to-buffer. Date: Tue, 05 Jul 2011 21:08:20 -0400 Message-ID: References: <87fwmk1ori.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309914520 1231 80.91.229.12 (6 Jul 2011 01:08:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Jul 2011 01:08:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 06 03:08:37 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 1QeGbU-0003ZM-Sd for ged-emacs-devel@m.gmane.org; Wed, 06 Jul 2011 03:08:37 +0200 Original-Received: from localhost ([::1]:45923 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeGbU-0002E2-0O for ged-emacs-devel@m.gmane.org; Tue, 05 Jul 2011 21:08:36 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeGbG-0002Dx-97 for emacs-devel@gnu.org; Tue, 05 Jul 2011 21:08:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QeGbF-0001s8-C1 for emacs-devel@gnu.org; Tue, 05 Jul 2011 21:08:22 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:15949 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeGbF-0001s4-9V for emacs-devel@gnu.org; Tue, 05 Jul 2011 21:08:21 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAEq1E05FxIV4/2dsb2JhbABTqA14iHrEBYY2BJ5chCw X-IronPort-AV: E=Sophos;i="4.65,482,1304308800"; d="scan'208";a="120616347" Original-Received: from 69-196-133-120.dsl.teksavvy.com (HELO pastel.home) ([69.196.133.120]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 05 Jul 2011 21:08:20 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 5A869592B2; Tue, 5 Jul 2011 21:08:20 -0400 (EDT) In-Reply-To: <87fwmk1ori.fsf@gmx.de> (Michael Albinus's message of "Tue, 05 Jul 2011 22:00:33 +0200") 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-Received-From: 206.248.154.181 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:141627 Archived-At: >> * lisp/net/tramp-cmds.el (tramp-append-tramp-buffers): > I'm sorry, but this causes trouble to Tramp. `pop-to-buffer-same-window' > does not exist outside Emacs 24. And the underlying `pop-to-buffer' is > not compatible with XEmacs, at least. > I would like to revert this change for tramp-cmds.el. WDYT? switch-to-buffer is wrong since it'll fail in some cases. I'll let you decide what's the best backward compatibility approach to use for Tramp, but reverting the change would be a bad idea. Stefan