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: vc status Date: Thu, 17 Apr 2008 20:36:53 -0400 Message-ID: References: <480623E1.1060209@gnu.org> <200804161648.m3GGmh2t009623@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1208479067 1171 80.91.229.12 (18 Apr 2008 00:37:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Apr 2008 00:37:47 +0000 (UTC) Cc: Sam Steingold , Dan Nicolaescu , emacs-devel@gnu.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 18 02:38:09 2008 connect(): Connection refused 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 1Jmebv-0003hM-0W for ged-emacs-devel@m.gmane.org; Fri, 18 Apr 2008 02:37:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JmebG-00061i-46 for ged-emacs-devel@m.gmane.org; Thu, 17 Apr 2008 20:37:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JmebC-00061c-AD for emacs-devel@gnu.org; Thu, 17 Apr 2008 20:37:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JmebB-00061Q-02 for emacs-devel@gnu.org; Thu, 17 Apr 2008 20:37:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JmebA-00061N-Qr for emacs-devel@gnu.org; Thu, 17 Apr 2008 20:37:04 -0400 Original-Received: from 76-10-171-8.dsl.teksavvy.com ([76.10.171.8] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JmebA-0003e2-Lg for emacs-devel@gnu.org; Thu, 17 Apr 2008 20:37:04 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id DF80FB41D6; Thu, 17 Apr 2008 20:36:53 -0400 (EDT) In-Reply-To: (Tom Tromey's message of "Thu, 17 Apr 2008 16:41:57 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:95416 Archived-At: >>> 2. q is bound to bury-buffer, it should be bound to quit-window instead >>> (like in dired and all other non-self-inserting modes). Dan> PCL-CVS calls bury-buffer (after doing some other processing), that Dan> was the source of inspiration. Get an OK from Stefan to change this. > This is my error. I had forgotten about quit-window when writing this > code, and I didn't realize that cvs-bury-buffer calls quit-window. > Perhaps cvs-bury-buffer is what we want, I'm not sure. I'd rather use quit-window. `cvs-bury-buffer' is meant for secondary buffers (like *diff* or *change-log*) so that when we leave them, we get back to the *cvs* buffer. Stefan