From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: limit the number of log entries displayed by C-x v l Date: Tue, 17 Nov 2009 02:56:47 -0500 Message-ID: References: <200911122319.nACNJvUn006154@godzilla.ics.uci.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1258446823 5044 80.91.229.12 (17 Nov 2009 08:33:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Nov 2009 08:33:43 +0000 (UTC) Cc: ams@gnu.org, dann@ics.uci.edu, emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 17 09:33:36 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 1NAJVG-0005Hg-Dn for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2009 09:33:34 +0100 Original-Received: from localhost ([127.0.0.1]:46662 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAJVE-0007UZ-Qb for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2009 03:33:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAJV4-0007R0-LD for emacs-devel@gnu.org; Tue, 17 Nov 2009 03:33:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAJUs-0007Kh-No for emacs-devel@gnu.org; Tue, 17 Nov 2009 03:33:14 -0500 Original-Received: from [199.232.76.173] (port=41097 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAJUs-0007KT-4W for emacs-devel@gnu.org; Tue, 17 Nov 2009 03:33:10 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:59429) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAJUr-0003kl-Sh for emacs-devel@gnu.org; Tue, 17 Nov 2009 03:33:09 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1NAIvf-0003y2-J2; Tue, 17 Nov 2009 02:56:47 -0500 In-reply-to: (message from Andreas Schwab on Sun, 15 Nov 2009 23:52:47 +0100) 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:117071 Archived-At: The mode setup happens only after the output is complete. I see. Could someone fix it to set up the mode at the outset?