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: State of VC? Date: Thu, 24 Jan 2008 09:57:12 -0500 Message-ID: References: <20080122164306.3B33C83045C@snark.thyrsus.com> <200801222207.m0MM7rlR014153@sallyv1.ics.uci.edu> <200801240707.m0O77KcX018757@sallyv1.ics.uci.edu> <87bq7bd2gi.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201186662 30080 80.91.229.12 (24 Jan 2008 14:57:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jan 2008 14:57:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thien-Thi Nguyen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 24 15:58:01 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 1JI3WW-00046S-SW for ged-emacs-devel@m.gmane.org; Thu, 24 Jan 2008 15:57:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JI3W6-0004Ml-Tf for ged-emacs-devel@m.gmane.org; Thu, 24 Jan 2008 09:57:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JI3W2-0004KF-2p for emacs-devel@gnu.org; Thu, 24 Jan 2008 09:57:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JI3Vy-0004GC-Ne for emacs-devel@gnu.org; Thu, 24 Jan 2008 09:57:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JI3Vy-0004G9-Gm for emacs-devel@gnu.org; Thu, 24 Jan 2008 09:57:14 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JI3Vy-000583-BD for emacs-devel@gnu.org; Thu, 24 Jan 2008 09:57:14 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CANs1mEfO+IHadGdsb2JhbACQJAEwnmN/ X-IronPort-AV: E=Sophos;i="4.25,244,1199682000"; d="scan'208";a="13163021" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 24 Jan 2008 09:57:12 -0500 Original-Received: from pastel.home ([206.248.129.218]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id EPD63212; Thu, 24 Jan 2008 09:57:12 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 1DC9B7FB2; Thu, 24 Jan 2008 09:57:12 -0500 (EST) In-Reply-To: <87bq7bd2gi.fsf@ambire.localdomain> (Thien-Thi Nguyen's message of "Thu, 24 Jan 2008 09:58:53 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.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:87441 Archived-At: > i just installed a fix. Plese fix your fix so that it doesn't use just (get-buffer-window buf) but (get-buffer-window buf t) like in the fix I installed minutes before on the 22 branch. The third argument to get-buffer-window really should not be optional, to force people to think a bit more about the multi-frame case, which is all too often ignored. Stefan