From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.bugs Subject: bug#1237: 23.0.60; `switch-to-buffer-other-window' sometimes uses selected window Date: Sun, 02 Nov 2008 18:19:25 -0500 Message-ID: References: <20081024102730.972E2B43B34@mt-computer.local> <4901BF54.6020908@gmx.at> <4901DFA1.2010503@gmx.at> <490C9A90.40407@gmx.at> Reply-To: rms@gnu.org, 1237@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1225668704 11325 80.91.229.12 (2 Nov 2008 23:31:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Nov 2008 23:31:44 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, bug-submit-list@donarmstrong.com, 1237@emacsbugs.donarmstrong.com To: Stefan Monnier , 1237@emacsbugs.donarmstrong.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Nov 03 00:32:44 2008 connect(): Connection refused Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KwmQy-0003Fj-9M for geb-bug-gnu-emacs@m.gmane.org; Mon, 03 Nov 2008 00:32:40 +0100 Original-Received: from localhost ([127.0.0.1]:58537 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KwmPr-00024z-K0 for geb-bug-gnu-emacs@m.gmane.org; Sun, 02 Nov 2008 18:31:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KwmOb-0001mf-19 for bug-gnu-emacs@gnu.org; Sun, 02 Nov 2008 18:30:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KwmOZ-0001lB-61 for bug-gnu-emacs@gnu.org; Sun, 02 Nov 2008 18:30:12 -0500 Original-Received: from [199.232.76.173] (port=59457 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KwmOZ-0001l2-0E for bug-gnu-emacs@gnu.org; Sun, 02 Nov 2008 18:30:11 -0500 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:59308) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KwmOY-0007Vx-I0 for bug-gnu-emacs@gnu.org; Sun, 02 Nov 2008 18:30:10 -0500 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mA2NU4nw000749; Sun, 2 Nov 2008 15:30:04 -0800 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id mA2NU4Es000745; Sun, 2 Nov 2008 15:30:04 -0800 X-Loop: don@donarmstrong.com Resent-From: "Richard M. Stallman" Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 02 Nov 2008 23:30:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1237 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 1237-submit@emacsbugs.donarmstrong.com id=B1237.122566815031812 (code B ref 1237); Sun, 02 Nov 2008 23:30:04 +0000 Original-Received: (at 1237) by emacsbugs.donarmstrong.com; 2 Nov 2008 23:22:30 +0000 Original-Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mA2NMRmp031804 for <1237@emacsbugs.donarmstrong.com>; Sun, 2 Nov 2008 15:22:28 -0800 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KwmE9-0001K4-AY; Sun, 02 Nov 2008 18:19:25 -0500 In-reply-to: (message from Stefan Monnier on Sat, 01 Nov 2008 22:16:47 -0400) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Sun, 02 Nov 2008 18:30:12 -0500 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:22107 Archived-At: > As a rule, the norecord argument would be set by `with-selected-window' > and `with-selected-frame' in addition to `walk-windows'. Personally, > I'd set it in `save-selected-window' too, but this might break > applications that rely on the implicit selection provided by the current > mechanism. I think it is very important to keep `with-selected-window' and `save-selected-window' similar. If we make this change in one, we had better make the change in the other too.