From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: vc status Date: Thu, 17 Apr 2008 16:41:57 -0600 Message-ID: References: <480623E1.1060209@gnu.org> <200804161648.m3GGmh2t009623@sallyv1.ics.uci.edu> Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1208472180 16008 80.91.229.12 (17 Apr 2008 22:43:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Apr 2008 22:43:00 +0000 (UTC) Cc: Sam Steingold , emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 18 00:43:38 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 1JmcpH-0006jA-Vb for ged-emacs-devel@m.gmane.org; Fri, 18 Apr 2008 00:43:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jmcod-0001ub-A0 for ged-emacs-devel@m.gmane.org; Thu, 17 Apr 2008 18:42:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jmcnv-0001Cq-Rk for emacs-devel@gnu.org; Thu, 17 Apr 2008 18:42:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jmcnv-0001CA-4m for emacs-devel@gnu.org; Thu, 17 Apr 2008 18:42:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jmcnu-0001Bw-Tz for emacs-devel@gnu.org; Thu, 17 Apr 2008 18:42:06 -0400 Original-Received: from mx1.redhat.com ([66.187.233.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jmcno-0005wu-Nb; Thu, 17 Apr 2008 18:42:00 -0400 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m3HMfxPt030242; Thu, 17 Apr 2008 18:41:59 -0400 Original-Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m3HMfxlB021474; Thu, 17 Apr 2008 18:41:59 -0400 Original-Received: from opsy.redhat.com (vpn-248-129.boston.redhat.com [10.13.248.129]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m3HMfw7x001802; Thu, 17 Apr 2008 18:41:59 -0400 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id C5753508248; Thu, 17 Apr 2008 16:41:57 -0600 (MDT) X-Attribution: Tom In-Reply-To: <200804161648.m3GGmh2t009623@sallyv1.ics.uci.edu> (Dan Nicolaescu's message of "Wed\, 16 Apr 2008 09\:48\:43 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 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:95411 Archived-At: >>>>> "Dan" == Dan Nicolaescu writes: >> 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. Tom