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: Lazy printing in tabulated-list-mode Date: Fri, 01 May 2015 16:46:00 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1430513187 26221 80.91.229.3 (1 May 2015 20:46:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 May 2015 20:46:27 +0000 (UTC) Cc: emacs-devel To: Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 01 22:46:19 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YoHpB-0000BS-P3 for ged-emacs-devel@m.gmane.org; Fri, 01 May 2015 22:46:17 +0200 Original-Received: from localhost ([::1]:55505 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YoHpB-0004pK-6H for ged-emacs-devel@m.gmane.org; Fri, 01 May 2015 16:46:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YoHoz-0004oj-AS for emacs-devel@gnu.org; Fri, 01 May 2015 16:46:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YoHov-0002tQ-Vp for emacs-devel@gnu.org; Fri, 01 May 2015 16:46:05 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:40626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YoHov-0002tM-SG for emacs-devel@gnu.org; Fri, 01 May 2015 16:46:01 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgUFAGvvdVS4rw4V/2dsb2JhbAA3gVOhb4EIgXYBBVYjEAsOJhIUGA0kqiSMZAkDAQKDPgODcASjY4RY X-IPAS-Result: AgUFAGvvdVS4rw4V/2dsb2JhbAA3gVOhb4EIgXYBBVYjEAsOJhIUGA0kqiSMZAkDAQKDPgODcASjY4RY X-IronPort-AV: E=Sophos;i="5.11,557,1422939600"; d="scan'208";a="118038126" Original-Received: from 184-175-14-21.dsl.teksavvy.com (HELO pastel.home) ([184.175.14.21]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 01 May 2015 16:46:02 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id F04566ADE; Fri, 1 May 2015 16:46:00 -0400 (EDT) In-Reply-To: (Artur Malabarba's message of "Fri, 1 May 2015 19:11:37 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:186102 Archived-At: > - command-execute 3383 59% > - call-interactively 3383 59% > - funcall-interactively 3312 58% > - eval-expression 3312 58% > - eval 3312 58% > - progn 3312 58% > - tabulated-list-print 3309 58% > - let 3309 58% > - let 2676 46% > - while 2676 46% > - let 2669 46% > - apply 2646 46% > - tabulated-list-print-entry 2640 46% > - let 2624 46% > - let 2254 39% > - while 2241 39% > - let 2164 37% > - setq 2151 37% > - tabulated-list-print-col 2101 36% > - let* 1939 34% Clearly, you used non-byte-compiled code here. Can you try again after byte-compiling package.el? Stefan