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: limit the number of log entries displayed by C-x v l Date: Sun, 22 Nov 2009 15:10:18 -0500 Message-ID: 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> <200911201526.nAKFQV2m023996@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 1258920661 17531 80.91.229.12 (22 Nov 2009 20:11:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Nov 2009 20:11:01 +0000 (UTC) Cc: Thierry Volpiatto , emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 22 21:10:53 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 1NCIlp-0005pn-0b for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2009 21:10:53 +0100 Original-Received: from localhost ([127.0.0.1]:47637 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCIlo-0008Iw-Cq for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2009 15:10:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCIlN-00087c-38 for emacs-devel@gnu.org; Sun, 22 Nov 2009 15:10:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCIlI-00084t-Fr for emacs-devel@gnu.org; Sun, 22 Nov 2009 15:10:24 -0500 Original-Received: from [199.232.76.173] (port=40931 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCIlI-00084p-81 for emacs-devel@gnu.org; Sun, 22 Nov 2009 15:10:20 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:30317 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCIlH-0006fc-Tb for emacs-devel@gnu.org; Sun, 22 Nov 2009 15:10:20 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvYEAPwoCUvO+IIa/2dsb2JhbACBTdE2hDwEigKDCQ X-IronPort-AV: E=Sophos;i="4.47,267,1257138000"; d="scan'208";a="49813518" Original-Received: from 206-248-130-26.dsl.teksavvy.com (HELO ceviche.home) ([206.248.130.26]) by ironport2-out.pppoe.ca with ESMTP; 22 Nov 2009 15:10:18 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 9B340B40C9; Sun, 22 Nov 2009 15:10:18 -0500 (EST) In-Reply-To: <200911201526.nAKFQV2m023996@godzilla.ics.uci.edu> (Dan Nicolaescu's message of "Fri, 20 Nov 2009 07:26:31 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:117502 Archived-At: >> 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? Ideally, yes, tho currently I usually just do `l' and `d', so I get two buffers. > 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). Since it would only show a single log message, I wouldn't lose much of log-view's functionality. >> 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 :-) I know, but it would be so much more useful than `annotate'. Stefan