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: limit the number of log entries displayed by C-x v l Date: Fri, 20 Nov 2009 07:26:31 -0800 (PST) Message-ID: <200911201526.nAKFQV2m023996@godzilla.ics.uci.edu> References: <200911122319.nACNJvUn006154@godzilla.ics.uci.edu> <200911130221.nAD2Lu4q007527@godzilla.ics.uci.edu> <200911130502.nAD52OVv008802@godzilla.ics.uci.edu> <200911171344.nAHDis0c026133@godzilla.ics.uci.edu> <200911181819.nAIIJIUk009684@godzilla.ics.uci.edu> <873a4bc70c.fsf@tux.homenetwork> <200911200659.nAK6xpkt020046@godzilla.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 1258730931 29588 80.91.229.12 (20 Nov 2009 15:28:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Nov 2009 15:28:51 +0000 (UTC) Cc: Thierry Volpiatto , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 20 16:28:44 2009 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 1NBVPc-0007Sg-Tp for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 16:28:41 +0100 Original-Received: from localhost ([127.0.0.1]:50003 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBVPc-0003QV-2e for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 10:28:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBVPE-00036o-C9 for emacs-devel@gnu.org; Fri, 20 Nov 2009 10:28:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBVP9-00031S-As for emacs-devel@gnu.org; Fri, 20 Nov 2009 10:28:15 -0500 Original-Received: from [199.232.76.173] (port=37809 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBVP8-000319-P0 for emacs-devel@gnu.org; Fri, 20 Nov 2009 10:28:11 -0500 Original-Received: from paul-mcgann-v0.ics.uci.edu ([128.195.1.147]:47550) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NBVP8-0001X5-5l for emacs-devel@gnu.org; Fri, 20 Nov 2009 10:28:10 -0500 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by paul-mcgann-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id nAKFQW1v025617 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 20 Nov 2009 07:26:32 -0800 Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id nAKFQV2m023996; Fri, 20 Nov 2009 07:26:31 -0800 (PST) In-Reply-To: (Stefan Monnier's message of "Fri, 20 Nov 2009 09:11:22 -0500") Original-Lines: 24 X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: nAKFQW1v025617 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-1.363, required 5, autolearn=disabled, ALL_TRUSTED -1.44, TW_XH 0.08) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: GNU/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:117362 Archived-At: Stefan Monnier writes: > >> Have a look at xhg-annotate mode in DVC (screenshot). > >> http://tinyurl.com/ycen32l > > That seems to show a buffer with both the diff and the log. > > Why is that a good idea? > > I have nothing to do with this code and have never used it, but usually > I want to seem them both. In the same buffer? Then you'd have to give up on the capabilities of one of diff-mode or log-view-mode (as we can't currently use multiple major modes in a single buffer). If you'd want diff and log in separate buffers, we can make a deal: I can write the few lines needed to compute both buffers, if you write the part to display the 2 buffers. > Stefan "still waiting for VCS to give me a "history of region NN..MM" > command that will show the sequenece of patches with their > commit logs that resulted in the lines between NN and MM" Dream on :-)