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: Low redisplay performance (23 regression) Date: Tue, 21 Apr 2009 16:53:48 -0400 Message-ID: <87k55daftv.fsf@cyd.mit.edu> References: <4870CC42-A08E-4BE9-B566-0F4DA7AB0B74@gmail.com> <873ac3arbf.fsf@cyd.mit.edu> <83r5zmhf2q.fsf@gnu.org> <83mya9hm0i.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1240347337 28003 80.91.229.12 (21 Apr 2009 20:55:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Apr 2009 20:55:37 +0000 (UTC) Cc: Juanma Barranquero , Eli Zaretskii , emacs-devel@gnu.org To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 21 22:56:56 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 1LwN1R-00019i-N0 for ged-emacs-devel@m.gmane.org; Tue, 21 Apr 2009 22:56:53 +0200 Original-Received: from localhost ([127.0.0.1]:47319 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwN02-00007X-RP for ged-emacs-devel@m.gmane.org; Tue, 21 Apr 2009 16:55:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwMwl-0007YY-E3 for emacs-devel@gnu.org; Tue, 21 Apr 2009 16:52:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwMwf-0007VQ-Dh for emacs-devel@gnu.org; Tue, 21 Apr 2009 16:52:01 -0400 Original-Received: from [199.232.76.173] (port=38140 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwMwf-0007VK-5H for emacs-devel@gnu.org; Tue, 21 Apr 2009 16:51:57 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:59951) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwMwd-0004hJ-Nh; Tue, 21 Apr 2009 16:51:55 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 3F2B857E22A; Tue, 21 Apr 2009 16:53:48 -0400 (EDT) In-Reply-To: (David Reitter's message of "Tue, 21 Apr 2009 16:19:36 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (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:110403 Archived-At: David Reitter writes: > Without face-remapping and header line, I estimate the slowdown is > about 20% for me, a noticeable difference. Try something for me: M-: (setq mode-line-format "") RET This removes everything from the mode-line. Does it make any difference?