From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: setting priority through S-down and S-up is laggy on i5 cpu Date: Fri, 16 Jan 2015 22:44:45 +0100 Message-ID: <87twzqs8mq.fsf@nicolasgoaziou.fr> References: <54B97C50.9000900@xiron.de> <87387atof8.fsf@nicolasgoaziou.fr> <54B98353.6090207@xiron.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCEgE-00080A-IM for emacs-orgmode@gnu.org; Fri, 16 Jan 2015 16:43:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YCEgB-0003PV-80 for emacs-orgmode@gnu.org; Fri, 16 Jan 2015 16:43:46 -0500 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:57143) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCEgB-0003PM-1V for emacs-orgmode@gnu.org; Fri, 16 Jan 2015 16:43:43 -0500 In-Reply-To: <54B98353.6090207@xiron.de> (Michael Ziems's message of "Fri, 16 Jan 2015 22:32:03 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Michael Ziems Cc: emacs-orgmode@gnu.org Michael Ziems writes: > thanks for the reply. is this information already helpful: > > - command-execute 1331 92% > - call-interactively 1327 91% > - org-shiftdown 302 20% > - call-interactively 302 20% > - org-priority-down 302 20% > org-priority 302 20% > - org-shiftup 293 20% > - call-interactively 293 20% > - org-priority-up 293 20% > org-priority 293 20% > - next-line 183 12% > - funcall 183 12% > - # 183 12% > - line-move 183 12% > line-move-visual 180 12% > - org-cycle 145 10% > - org-cycle-internal-local 145 10% > - run-hook-with-args 108 7% > - org-optimize-window-after-visibility-change 104 7% > - org-subtree-end-visible-p 8 0% > - pos-visible-in-window-p 6 0% > - jit-lock-function 6 0% > - jit-lock-fontify-now 6 0% > + funcall 6 0% > + org-cycle-hide-archived-subtrees 2 0% > + org-cycle-show-empty-lines 2 0% > + show-children 34 2% > + org-agenda 138 9% > + previous-line 120 8% > + byte-code 76 5% > + find-file 31 2% > + save-buffer 19 1% > + org-shiftleft 15 1% > + execute-extended-command 3 0% > + org-shiftright 2 0% > - autoload-do-load 3 0% I don't see anything suspicious. Can you try using ELP (see `elp-instrument-package') to instrument org package? Regards,