From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: vc status Date: Wed, 16 Apr 2008 09:48:43 -0700 Message-ID: <200804161648.m3GGmh2t009623@sallyv1.ics.uci.edu> References: <480623E1.1060209@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1208366480 23834 80.91.229.12 (16 Apr 2008 17:21:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Apr 2008 17:21:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sam Steingold Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 16 19:21:55 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 1JmAsF-0004xU-Gs for ged-emacs-devel@m.gmane.org; Wed, 16 Apr 2008 18:52:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JmAra-00037r-Ka for ged-emacs-devel@m.gmane.org; Wed, 16 Apr 2008 12:52:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JmArW-00037U-Ik for emacs-devel@gnu.org; Wed, 16 Apr 2008 12:51:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JmArU-00037I-S7 for emacs-devel@gnu.org; Wed, 16 Apr 2008 12:51:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JmArU-00037C-MV for emacs-devel@gnu.org; Wed, 16 Apr 2008 12:51:56 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JmArP-0006Uk-52; Wed, 16 Apr 2008 12:51:51 -0400 X-ICS-MailScanner-Watermark: 1208969326.90741@ZjnRYt/OgB2ex5wDntRyRw Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m3GGmh2t009623; Wed, 16 Apr 2008 09:48:44 -0700 (PDT) In-Reply-To: <480623E1.1060209@gnu.org> (Sam Steingold's message of "Wed, 16 Apr 2008 12:05:53 -0400") Original-Lines: 21 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:95359 Archived-At: Sam Steingold writes: > I have a few notes about vc status (under hg), current cvs head: > > 1. mouse2 does nothing, I think it should visit or mark the file, > depending on where I click (like in PCL-CVS). >From vc.el: ;;; Todo: ;; - vc-dir needs mouse bindings. Patches are welcome! > 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). PCL-CVS calls bury-buffer (after doing some other processing), that was the source of inspiration. Get an OK from Stefan to change this.