From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: State of VC? Date: Thu, 24 Jan 2008 16:09:43 +0100 Message-ID: <8763xjmf9k.fsf@ambire.localdomain> 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 1201187523 1846 80.91.229.12 (24 Jan 2008 15:12:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jan 2008 15:12:03 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 24 16:12:21 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 1JI3kO-0001LE-E9 for ged-emacs-devel@m.gmane.org; Thu, 24 Jan 2008 16:12:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JI3jx-0002JM-Np for ged-emacs-devel@m.gmane.org; Thu, 24 Jan 2008 10:11:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JI3jt-0002Fy-3I for emacs-devel@gnu.org; Thu, 24 Jan 2008 10:11:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JI3jr-0002Cj-J2 for emacs-devel@gnu.org; Thu, 24 Jan 2008 10:11:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JI3jr-0002CV-Ah for emacs-devel@gnu.org; Thu, 24 Jan 2008 10:11:35 -0500 Original-Received: from ppp-60-36.21-151.libero.it ([151.21.36.60] helo=ambire.localdomain) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JI3jr-0000Iq-8G for emacs-devel@gnu.org; Thu, 24 Jan 2008 10:11:35 -0500 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1JI3i4-0002XA-0I for emacs-devel@gnu.org; Thu, 24 Jan 2008 16:09:44 +0100 In-Reply-To: (Stefan Monnier's message of "Thu, 24 Jan 2008 09:57:12 -0500") 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:87443 Archived-At: () Stefan Monnier () Thu, 24 Jan 2008 09:57:12 -0500 (get-buffer-window buf t) thanks for catching this. installed. 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. good point. i know i often fail to think of multi-frame case. thi