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: using log-view-mode when a file name is not available (was: Re: help wanted for vc-hg.el) Date: Thu, 21 Jun 2007 19:21:22 -0700 Message-ID: <200706220221.l5M2LMS7027500@oogie-boogie.ics.uci.edu> References: <200706211618.l5LGIwbe022312@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1182479038 19518 80.91.229.12 (22 Jun 2007 02:23:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Jun 2007 02:23:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 22 04:23:57 2007 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 1I1YoW-0003pr-0l for ged-emacs-devel@m.gmane.org; Fri, 22 Jun 2007 04:23:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1YoV-0004b0-Cs for ged-emacs-devel@m.gmane.org; Thu, 21 Jun 2007 22:23:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I1YoR-0004at-S1 for emacs-devel@gnu.org; Thu, 21 Jun 2007 22:23:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I1YoQ-0004aF-Gh for emacs-devel@gnu.org; Thu, 21 Jun 2007 22:23:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1YoQ-0004a8-5H for emacs-devel@gnu.org; Thu, 21 Jun 2007 22:23:50 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I1YoP-0003i0-Ou for emacs-devel@gnu.org; Thu, 21 Jun 2007 22:23:50 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l5M2LMS7027500; Thu, 21 Jun 2007 19:21:22 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Thu\, 21 Jun 2007 21\:28\:00 -0400") Original-Lines: 12 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.84, required 5, autolearn=disabled, ALL_TRUSTED -1.44, J_CHICKENPOX_22 0.60) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: Solaris 9 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:73582 Archived-At: Stefan Monnier writes: > PS: for vc-hg.el and "hg log" output, check the new `log-view-mode' VC > operation I added in vc.el and which is now used in vc-bzr.el. > Basically, you should just define a vc-hg-log-view-mode derived mode. Thanks, I committed a change that did that. Now one issue is left: the file name does not appear in the hg (and bzr) log. log-view-mode really wants a file name when trying to do a diff between versions. Do you have any idea what to do about that?