From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Litterio Newsgroups: gmane.emacs.devel Subject: Re: Does with-selected-window set current buffer? Date: Fri, 05 Sep 2008 16:35:52 -0400 Message-ID: References: <48C1900D.2040003@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220647290 4651 80.91.229.12 (5 Sep 2008 20:41:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Sep 2008 20:41:30 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 05 22:42:25 2008 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.50) id 1Kbi8C-0007j9-FC for ged-emacs-devel@m.gmane.org; Fri, 05 Sep 2008 22:42:12 +0200 Original-Received: from localhost ([127.0.0.1]:33721 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kbi7C-0005vi-SI for ged-emacs-devel@m.gmane.org; Fri, 05 Sep 2008 16:41:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kbi6z-0005iJ-15 for emacs-devel@gnu.org; Fri, 05 Sep 2008 16:40:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kbi6x-0005gR-Gu for emacs-devel@gnu.org; Fri, 05 Sep 2008 16:40:56 -0400 Original-Received: from [199.232.76.173] (port=49391 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kbi6x-0005gJ-Aw for emacs-devel@gnu.org; Fri, 05 Sep 2008 16:40:55 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:36675 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kbi6x-0006M5-C0 for emacs-devel@gnu.org; Fri, 05 Sep 2008 16:40:55 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Kbi6n-0005s5-6h for emacs-devel@gnu.org; Fri, 05 Sep 2008 20:40:45 +0000 Original-Received: from shell01.theworld.com ([192.74.137.71]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Sep 2008 20:40:45 +0000 Original-Received: from flitterio by shell01.theworld.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Sep 2008 20:40:45 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: shell01.theworld.com X-Draft-From: ("nntp+news.gmane.org:gmane.emacs.devel" 103575) X-Random-Quote: If a 'religion' is defined to be a system of ideas that contains unprovable statements, then Godel taught us that mathematics is not only a religion, it is the only religion that can prove itself to be one. -- John Barrow User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt) Cancel-Lock: sha1:HJuUTMFTYKVCrenYRBMhyAQWkjs= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:103576 Archived-At: Lennart Borgman (gmail) wrote: > I am trying to understand if with-selected-window sets current buffer to > the selected window. Well, the current buffer can't be a window object. I think you meant to ask if with-selected-window sets the current buffer to the buffer displayed in the specified window. As far as I can tell, it does. -- Fran