From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: limit the number of log entries displayed by C-x v l Date: Sun, 15 Nov 2009 16:34:18 -0500 Message-ID: <871vjzqxph.fsf@stupidchicken.com> References: <200911122319.nACNJvUn006154@godzilla.ics.uci.edu> <200911130221.nAD2Lu4q007527@godzilla.ics.uci.edu> <200911130502.nAD52OVv008802@godzilla.ics.uci.edu> <200911152055.nAFKtI8E006868@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 1258320882 13973 80.91.229.12 (15 Nov 2009 21:34:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Nov 2009 21:34:42 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 15 22:34:34 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 1N9mjy-0006vz-7O for ged-emacs-devel@m.gmane.org; Sun, 15 Nov 2009 22:34:34 +0100 Original-Received: from localhost ([127.0.0.1]:54915 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9mjx-0000wh-Ow for ged-emacs-devel@m.gmane.org; Sun, 15 Nov 2009 16:34:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N9mjo-0000uG-Ia for emacs-devel@gnu.org; Sun, 15 Nov 2009 16:34:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9mjk-0000s3-QV for emacs-devel@gnu.org; Sun, 15 Nov 2009 16:34:24 -0500 Original-Received: from [199.232.76.173] (port=36841 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9mjk-0000rq-Ai for emacs-devel@gnu.org; Sun, 15 Nov 2009 16:34:20 -0500 Original-Received: from pantheon-po27.its.yale.edu ([130.132.50.122]:44550) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N9mjk-0007mZ-2x for emacs-devel@gnu.org; Sun, 15 Nov 2009 16:34:20 -0500 Original-Received: from furry (dhcp128036163117.central.yale.edu [128.36.163.117]) (authenticated bits=0) by pantheon-po27.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id nAFLYIpV026603 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 15 Nov 2009 16:34:19 -0500 Original-Received: by furry (Postfix, from userid 1000) id CC835C071; Sun, 15 Nov 2009 16:34:18 -0500 (EST) In-Reply-To: <200911152055.nAFKtI8E006868@godzilla.ics.uci.edu> (Dan Nicolaescu's message of "Sun, 15 Nov 2009 12:55:18 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:117015 Archived-At: Dan Nicolaescu writes: > I checked a patch that adds the LIMIT argument. > LIMIT defaults to the value of new variable vc-log-show-limit (not a > very good name). vc-log-show-limit is set to 0 (meaning no limit), so > the default behavior has not changed. Please feel free to change the > default value. > > The limit can be set interactively when using a prefix argument. Thank you. Please add a NEWS entry as well.