syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.63k stars 4.89k forks source link

Slow performance of Emacs, in general, and with LaTeX in particular #16517

Open DrWaleedAYousef opened 1 month ago

DrWaleedAYousef commented 1 month ago

Description :octocat:

The general performance of Emacs gets very slow sometimes. This specifically happens with LaTeX and after opening the pdf and scrolling. The pattern is ambiguous. When it happens, it takes Emacs too much time to switch from window to window, scroll pdf, open or close the command buffer, etc.

Reproduction guide :beetle:

Observed behaviour: :eyes: :broken_heart: The slowness in response of Emacs

Expected behaviour: :heart: :smile: Should be normal

System Info :computer:

Backtrace :paw_prints:

<<BACKTRACE IF RELEVANT>>
fnussbaum commented 1 month ago

I have noticed this too and am currently using the following workaround:

  (defun fn/not-in-pdf-view-mode (orig-fun &rest args)
    (unless (eq major-mode 'pdf-view-mode)
      (apply orig-fun args)))
  ;; evil-refresh-cursor is called as part of the window-configuration-change-hook
  ;; and seems to induce performance problems
  ;; TODO fix this properly
  (advice-add 'evil-refresh-cursor :around 'fn/not-in-pdf-view-mode)

Does this help? Of course it would be nice to have a proper fix, perhaps upstream in evil.

DrWaleedAYousef commented 4 weeks ago

Thanks; I am trying it. However, I feel there is a delay in moving the cursor upon writing. Probably, it is better, but still not smooth; even when switching between buffers

fnussbaum commented 4 weeks ago

Thanks, a profiler report could be helpful to diagnose the issue then; the profiler commands are bound under the SPC h P prefix.

smile13241324 commented 1 week ago

I think the latex layer is due for a review anyway. A profiler report would be cool though.

smile13241324 commented 1 week ago

I have noticed this too and am currently using the following workaround:

  (defun fn/not-in-pdf-view-mode (orig-fun &rest args)
    (unless (eq major-mode 'pdf-view-mode)
      (apply orig-fun args)))
  ;; evil-refresh-cursor is called as part of the window-configuration-change-hook
  ;; and seems to induce performance problems
  ;; TODO fix this properly
  (advice-add 'evil-refresh-cursor :around 'fn/not-in-pdf-view-mode)

Does this help? Of course it would be nice to have a proper fix, perhaps upstream in evil.

I have added your workaround to the core, even if this is not the primary issue it is an issue which we should avoid.

DrWaleedAYousef commented 1 week ago

This is a profiler, but I think the problem does not appear here


[profiler-profile "28.1" memory #s(hash-table size 5541 test equal rehash-size 1.5 rehash-threshold 0.8125 data ([profiler-report-make-buffer-name profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action helm-internal apply helm apply] 511 [profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action helm-internal apply helm apply helm] 21 [evil-normalize-keymaps ad-Advice-use-local-map apply use-local-map special-mode profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 1056 [run-hooks apply run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action helm-internal] 2112 [mapcan bind-map-change-major-mode-after-body-hook run-hooks apply run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 1056 [bind-map--lookup-major-modes mapcan bind-map-change-major-mode-after-body-hook run-hooks apply run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command] 1056 [yas--all-parents mapcar yas--modes-to-activate yas-minor-mode yas-minor-mode-on yas-global-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively] 1056 [yas-minor-mode yas-minor-mode-on yas-global-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 1986 [apply cl-find-if "#<compiled 0x17023906ec5c1b4d>" cl--position cl-position apply cl-find apply cl-find-if persp-buffer-filtered-out-p persp-after-change-major-mode-h run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer] 1056 [get-frame-persp get-current-persp persp-after-change-major-mode-h run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 2112 [php-extras-company company-init-backend mapc company-mode company-mode-on global-company-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively] 1056 [backtrace-frame--internal backtrace-frame "#<compiled -0x9956ff875ddfb6e>" called-interactively-p vi-tilde-fringe-mode spacemacs/disable-vi-tilde-fringe progn if spacemacs/disable-vi-tilde-fringe-read-only run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu] 1056 [undo-tree-overridden-undo-bindings-p turn-on-undo-tree-mode global-undo-tree-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 3168 [apply provided-mode-derived-p apply derived-mode-p apply and if page-break-lines-mode-maybe if if if save-current-buffer progn if let while] 1056 [evil-initial-state-for-buffer-name evil-disabled-buffer-p evil-initialize evil-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command] 3096 [evil-initialize evil-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action] 1056 [evil-initial-state evil-initial-state-for-buffer evil-initialize-state evil-local-mode evil-initialize evil-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively] 6336 [evil-get-auxiliary-keymap evil-state-auxiliary-keymaps evil-state-keymaps evil-normalize-keymaps evil-motion-state evil-change-state evil-initialize-state evil-local-mode evil-initialize evil-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window] 6720 [evil-state-overriding-keymaps evil-state-keymaps evil-normalize-keymaps evil-motion-state evil-change-state evil-initialize-state evil-local-mode evil-initialize evil-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu] 1056 [evil-get-auxiliary-keymap evil-state-intercept-keymaps evil-state-keymaps evil-normalize-keymaps evil-motion-state evil-change-state evil-initialize-state evil-local-mode evil-initialize evil-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window] 8816 [evil-generate-mode-line-tag evil-refresh-mode-line evil-motion-state evil-change-state evil-initialize-state evil-local-mode evil-initialize evil-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report] 1056 [bind-map-evil-local-mode-hook run-hooks evil-local-mode evil-initialize evil-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute] 4845 [backtrace-frame--internal backtrace-frame "#<compiled -0x9956ff875ddfb6e>" called-interactively-p evil-local-mode evil-initialize evil-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively] 1056 ["#<compiled -0x1d93ad3d78527df3>" cl-block dolist let global-spacemacs-leader-override-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute] 295 [unless save-current-buffer with-current-buffer progn if when let while let catch cl--block-wrapper cl-block dolist let global-spacemacs-leader-override-mode-enable-in-buffers run-hooks] 1056 [timer--time-setter timer-set-time run-at-time apply run-with-timer auto-revert-set-timer auto-revert--global-adopt-current-buffer auto-revert--global-possibly-adopt-current-buffer run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report] 24 [timer--time-less-p timer--activate timer-activate run-at-time apply run-with-timer auto-revert-set-timer auto-revert--global-adopt-current-buffer auto-revert--global-possibly-adopt-current-buffer run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu] 1080 [apply provided-mode-derived-p apply derived-mode-p apply and or if let let while let catch let spacemacs//set-evil-shift-width run-hooks] 5280 [apply provided-mode-derived-p apply derived-mode-p and or if let let while let catch let spacemacs//set-evil-shift-width run-hooks run-mode-hooks] 10560 [apply derived-mode-p and or if let let while let catch let spacemacs//set-evil-shift-width run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1] 1056 [profiler-calltree-build-unified profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action helm-internal] 4144 [maphash profiler-calltree-build-unified profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action] 428784 ["#<compiled -0xe3b546a825e9ef0>" maphash profiler-calltree-build-unified profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 131960 ["#<compiled 0x1091248a1b4a8527>" maphash profiler-calltree-build-unified profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 90016 ["#<compiled -0x1a8291f1f0815f4>" maphash profiler-calltree-build-unified profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 66304 [profiler-format-percent "#<compiled 0x10879c0642d56ac4>" profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command] 228 [profiler-format-percent "#<compiled 0x10879c0642d56ac4>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute] 3616 [profiler-format-percent "#<compiled 0x10879c0642d56ac4>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively] 2772 [profiler-format-percent "#<compiled 0x10879c0642d56ac4>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively] 6756 [profiler-format-percent "#<compiled 0x10879c0642d56ac4>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report] 6468 [profiler-format-percent "#<compiled 0x10879c0642d56ac4>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu] 9612 [profiler-format-percent "#<compiled 0x10879c0642d56ac4>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window] 37944 [profiler-format-percent "#<compiled 0x10879c0642d56ac4>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer] 33452 [profiler-format-percent "#<compiled 0x10879c0642d56ac4>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree] 37904 [profiler-format-percent "#<compiled 0x10879c0642d56ac4>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree] 60824 [profiler-format-percent "#<compiled 0x10879c0642d56ac4>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1] 44916 [profiler-format-percent "#<compiled 0x10879c0642d56ac4>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build] 41428 [profiler-format-percent "#<compiled 0x10879c0642d56ac4>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages] 49448 [profiler-format-percent "#<compiled 0x10879c0642d56ac4>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk] 1377152 [profiler-format apply profiler-report-header-line-format profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action] 42 [profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action helm-internal apply helm] 2072 [profiler-format-entry profiler-report-make-entry-part profiler-report-make-name-part profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively] 674 [profiler-report-make-name-part profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command] 9558 [profiler-format profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command] 756 [mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action helm-internal] 17645 [profiler-report-make-entry-part profiler-report-make-name-part profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute] 7336 [apply profiler-format profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute] 8392 [profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action] 12552 [apply profiler-format apply profiler-format profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively] 1048 [profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 2112 [profiler-ensure-string profiler-format apply profiler-format profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively] 9232 [profiler-format apply profiler-format profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively] 1048 [profiler-report-move-to-entry profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action helm-internal apply] 704 [apply purpose-message purpose-switch-to-buffer-other-window-advice apply switch-to-buffer-other-window profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action helm-internal apply] 756 ["#<compiled 0xc5d507b7b498c3d>" buffer-match-p display-buffer-assq-regexp "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice apply switch-to-buffer-other-window profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively] 1024 ["#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice apply switch-to-buffer-other-window profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command] 1056 [apply purpose-message purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice apply switch-to-buffer-other-window profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively] 5218 [purpose--use-action-function-p purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice apply switch-to-buffer-other-window profiler-report-profile-other-window profiler-report-cpu profiler-report funcall-interactively call-interactively] 8216 [purpose--buffer-purpose-name-regexp-1 "#<compiled 0x6f9d9612e45589b>" maphash purpose--buffer-purpose-name-regexp purpose-buffer-purpose purpose--special-action-sequence purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice apply switch-to-buffer-other-window] 6144 [purpose--iter-hash purpose--buffer-purpose-mode purpose-buffer-purpose purpose--special-action-sequence purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice apply switch-to-buffer-other-window profiler-report-profile-other-window profiler-report-cpu] 4144 [apply purpose--buffer-purpose-mode purpose-buffer-purpose purpose--special-action-sequence purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice apply switch-to-buffer-other-window profiler-report-profile-other-window profiler-report-cpu] 1056 [apply provided-mode-derived-p apply derived-mode-p apply purpose--buffer-purpose-mode purpose-buffer-purpose purpose--special-action-sequence purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice] 3168 [maphash purpose--iter-hash purpose--buffer-purpose-mode purpose-buffer-purpose purpose-display-reuse-window-purpose purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice apply switch-to-buffer-other-window profiler-report-profile-other-window] 1056 [apply provided-mode-derived-p apply derived-mode-p apply purpose--buffer-purpose-mode purpose-buffer-purpose purpose-display-reuse-window-purpose purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice] 1056 [apply derived-mode-p apply purpose--buffer-purpose-mode purpose-buffer-purpose purpose-display-reuse-window-purpose purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice apply switch-to-buffer-other-window] 2112 [maphash purpose--iter-hash purpose--buffer-purpose-mode purpose-buffer-purpose purpose-window-purpose purpose-window-purpose-reusable-p "#<compiled -0x1d95d7c8d772e841>" cl-delete apply cl-delete-if-not purpose-display-reuse-window-purpose purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer] 3168 [apply provided-mode-derived-p apply derived-mode-p apply purpose--buffer-purpose-mode purpose-buffer-purpose purpose-window-purpose purpose-window-purpose-reusable-p "#<compiled -0x1d95d7c8d772e841>" cl-delete apply cl-delete-if-not purpose-display-reuse-window-purpose purpose--action-function "#<compiled 0x11e7c694ea8d800b>"] 5280 [apply derived-mode-p apply purpose--buffer-purpose-mode purpose-buffer-purpose purpose-window-purpose purpose-window-purpose-reusable-p "#<compiled -0x1d95d7c8d772e841>" cl-delete apply cl-delete-if-not purpose-display-reuse-window-purpose purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply] 1056 [apply purpose--buffer-purpose-mode purpose-buffer-purpose purpose-window-purpose purpose-window-purpose-reusable-p "#<compiled -0x1d95d7c8d772e841>" cl-delete apply cl-delete-if-not purpose-display-reuse-window-purpose purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer] 3168 [version-to-list version< purpose-change-buffer purpose-display-reuse-window-purpose purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice apply switch-to-buffer-other-window profiler-report-profile-other-window profiler-report-cpu] 3072 [ad-Advice-set-window-buffer apply set-window-buffer window--display-buffer purpose-change-buffer purpose-display-reuse-window-purpose purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice apply switch-to-buffer-other-window] 129528513 [maphash purpose--iter-hash purpose--buffer-purpose-mode purpose-buffer-purpose purpose-window-purpose member if pupo/auto-delete-windows run-hook-with-args purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window] 2112 [apply provided-mode-derived-p apply derived-mode-p apply purpose--buffer-purpose-mode purpose-buffer-purpose purpose-window-purpose member if pupo/auto-delete-windows run-hook-with-args purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply] 2112 [apply derived-mode-p apply purpose--buffer-purpose-mode purpose-buffer-purpose purpose-window-purpose member if pupo/auto-delete-windows run-hook-with-args purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer] 2112 [evil-set-cursor-color evil-set-cursor "#<compiled -0x6aa3c0d32cfd5c1>" apply if fn/not-in-pdf-view-mode apply evil-refresh-cursor ad-Advice-select-window apply select-window purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice apply switch-to-buffer-other-window] 5280 [profiler-report-make-buffer-name profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action helm-internal apply helm apply] 503 [profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action helm-internal apply helm apply helm] 21 [evil-normalize-keymaps ad-Advice-use-local-map apply use-local-map special-mode profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 1056 [mapcan bind-map-change-major-mode-after-body-hook run-hooks apply run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 1056 [bind-map--lookup-major-modes mapcan bind-map-change-major-mode-after-body-hook run-hooks apply run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command] 1056 [run-hooks apply run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action helm-internal] 1056 [evil-surround-mode turn-on-evil-surround-mode global-evil-surround-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 1056 [yas-minor-mode yas-minor-mode-on yas-global-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 1938 ["#<compiled 0x170d12c28fbc1b4d>" cl--position cl-position apply cl-find apply cl-find-if persp-buffer-filtered-out-p persp-after-change-major-mode-h run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory] 4144 [get-frame-persp get-current-persp persp-after-change-major-mode-h run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 4216 [company-quickhelp--enable company-quickhelp-local-mode company-quickhelp-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 1056 [turn-on-undo-tree-mode global-undo-tree-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action] 1056 [undo-tree-overridden-undo-bindings-p turn-on-undo-tree-mode global-undo-tree-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 2112 [undo-tree-mode turn-on-undo-tree-mode global-undo-tree-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 1056 [anzu--turn-on global-anzu-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action] 1056 [evil-initial-state evil-initial-state-for-buffer evil-initialize-state evil-local-mode evil-initialize evil-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively] 6336 [evil-change-state evil-initialize-state evil-local-mode evil-initialize evil-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute] 1056 [evil-state-intercept-keymaps evil-state-keymaps evil-normalize-keymaps evil-motion-state evil-change-state evil-initialize-state evil-local-mode evil-initialize evil-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory] 1056 [add-hook evil-local-mode evil-initialize evil-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command] 1056 [bind-map-evil-local-mode-hook run-hooks evil-local-mode evil-initialize evil-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute] 4845 [apply cl--wrap-in-nil-block apply "#<compiled 0xddd4abb6aed1aa7>" dolist let global-spacemacs-leader-override-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively] 1056 ["#<compiled -0x1d93ad3d78527df3>" cl-block dolist let global-spacemacs-leader-override-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute] 295 [spacemacs-leader-override-mode-set-explicitly run-hooks let spacemacs-leader-override-mode if unless turn-on-spacemacs-leader-override-mode funcall if if unless if unless save-current-buffer with-current-buffer progn] 1056 [timer--time-setter timer-set-time run-at-time apply run-with-timer auto-revert-set-timer auto-revert--global-adopt-current-buffer auto-revert--global-possibly-adopt-current-buffer run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report] 24 [timer--time-less-p timer--activate timer-activate run-at-time apply run-with-timer auto-revert-set-timer auto-revert--global-adopt-current-buffer auto-revert--global-possibly-adopt-current-buffer run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory] 24 [run-hook-with-args-until-success called-interactively-p font-lock-mode turn-on-font-lock turn-on-font-lock-if-desired global-font-lock-mode-enable-in-buffers run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively] 1056 [and or if let let while let catch let spacemacs//set-evil-shift-width run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window] 1056 [set progn if let spacemacs//set-evil-shift-width run-hooks run-mode-hooks profiler-report-mode profiler-report-setup-buffer-1 profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute] 1056 [profiler-calltree-build-unified profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action helm-internal] 4144 [maphash profiler-calltree-build-unified profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action] 3880800 ["#<compiled -0xe3b115e34b49ef0>" maphash profiler-calltree-build-unified profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 304296 ["#<compiled -0x1231c1b672b57ad9>" maphash profiler-calltree-build-unified profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 695416 ["#<compiled -0xda2979bd90815f4>" maphash profiler-calltree-build-unified profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 592592 [profiler-format-percent "#<compiled -0xc8023640d2a9535>" profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command] 84 [profiler-format-percent "#<compiled -0xc8023640d2a9535>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute] 4708 [profiler-format-percent "#<compiled -0xc8023640d2a9535>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively] 6968 [profiler-format-percent "#<compiled -0xc8023640d2a9535>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively] 7852 [profiler-format-percent "#<compiled -0xc8023640d2a9535>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report] 14732 [profiler-format-percent "#<compiled -0xc8023640d2a9535>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory] 12008 ["#<compiled -0xc8023640d2a9535>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk] 67032 ["#<compiled -0xc8023640d2a9535>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree] 4256 ["#<compiled -0xc8023640d2a9535>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer] 3192 ["#<compiled -0xc8023640d2a9535>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages] 4256 ["#<compiled -0xc8023640d2a9535>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report] 1064 ["#<compiled -0xc8023640d2a9535>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree] 2128 ["#<compiled -0xc8023640d2a9535>" profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-walk profiler-calltree-compute-percentages profiler-calltree-build profiler-report-render-calltree-1] 1064 [profiler-format apply profiler-report-header-line-format profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action] 42 [profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action helm-internal apply helm] 2072 [profiler-report-make-entry-part profiler-report-make-name-part profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute] 18864 [profiler-report-make-name-part profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command] 23569 [profiler-format apply profiler-format profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively] 6320 [profiler-format profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command] 1302 [profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action] 18800 [mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action helm-internal] 30152 [profiler-format-entry profiler-report-make-entry-part profiler-report-make-name-part profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively] 674 [apply profiler-format profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute] 15696 [profiler-format-number profiler-format apply profiler-format profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively] 4216 [apply profiler-format-number profiler-format apply profiler-format profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report] 1048 [apply profiler-format apply profiler-format profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively] 9232 [profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 3152 [profiler-report-move-to-entry profiler-report-render-calltree-1 profiler-report-rerender-calltree profiler-report-render-calltree profiler-report-setup-buffer profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action helm-internal apply] 704 [apply purpose-message purpose-switch-to-buffer-other-window-advice apply switch-to-buffer-other-window profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1 helm-execute-selection-action helm-internal apply] 756 [apply cl-remove-if purpose-alist-del purpose-alist-set purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice apply switch-to-buffer-other-window profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively call-interactively command-execute helm-M-x-execute-command helm-execute-selection-action-1] 1056 [apply purpose-message purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice apply switch-to-buffer-other-window profiler-report-profile-other-window profiler-report-memory profiler-report funcall-interactively] 9896 [maphash purpose--iter-hash purpose--buffer-purpose-mode purpose-buffer-purpose purpose--special-action-sequence purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice apply switch-to-buffer-other-window profiler-report-profile-other-window] 1056 [apply derived-mode-p apply purpose--buffer-purpose-mode purpose-buffer-purpose purpose--special-action-sequence purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice apply switch-to-buffer-other-window] 1056 [purpose--buffer-purpose-mode purpose-buffer-purpose purpose-display-reuse-window-purpose purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice apply switch-to-buffer-other-window profiler-report-profile-other-window profiler-report-memory profiler-report] 1056 [apply purpose--buffer-purpose-mode purpose-buffer-purpose purpose-display-reuse-window-purpose purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice apply switch-to-buffer-other-window profiler-report-profile-other-window profiler-report-memory] 1056 [record-window-buffer "#<subr set-window-buffer>" ad-Advice-set-window-buffer apply set-window-buffer window--display-buffer purpose-change-buffer purpose-display-maybe-other-window purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice] 1056 [ad-Advice-set-window-buffer apply set-window-buffer window--display-buffer purpose-change-buffer purpose-display-maybe-other-window purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice apply switch-to-buffer-other-window] 194292225 [purpose--iter-hash purpose--buffer-purpose-mode purpose-buffer-purpose purpose-window-purpose member if pupo/auto-delete-windows run-hook-with-args purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer purpose-select-buffer purpose-switch-buffer-other-window purpose-switch-to-buffer-other-window-advice] 4144 [timer-relative-time run-at-time apply run-with-timer helm-match-line-cleanup-pulse run-hooks helm-log-run-hook helm-execute-selection-action helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively] 64 [timer--time-setter timer-set-time run-at-time apply run-with-timer helm-match-line-cleanup-pulse run-hooks helm-log-run-hook helm-execute-selection-action helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x] 48 [timer--time-less-p timer--activate timer-activate run-at-time apply run-with-timer helm-match-line-cleanup-pulse run-hooks helm-log-run-hook helm-execute-selection-action helm-internal apply helm apply helm helm-M-x-read-extended-command] 1200 [apply push-mark evil-set-jump evil--jump-handle-buffer-crossing nil nil nil nil nil nil nil nil nil nil nil nil] 1056 [evil--jumps-push evil-set-jump evil--jump-handle-buffer-crossing nil nil nil nil nil nil nil nil nil nil nil nil nil] 11264 ["#<compiled -0x1d93ad3d78527df3>" cl-block dolist let global-spacemacs-leader-override-mode-enable-in-buffers global-spacemacs-leader-override-mode-check-buffers nil nil nil nil nil nil nil nil nil nil] 2360 [flycheck-pos-tip-hide-messages nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil] 1056 [winner-win-data winner-remember winner-save-old-configurations nil nil nil nil nil nil nil nil nil nil nil nil nil] 8448 [hl-line-make-overlay global-hl-line-highlight nil nil nil nil nil nil nil nil nil nil nil nil nil nil] 608 [nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil] 722246756 [timer-relative-time timer-inc-time timer-event-handler nil nil nil nil nil nil nil nil nil nil nil nil nil] 158520 [timer--time-setter timer-inc-time timer-event-handler nil nil nil nil nil nil nil nil nil nil nil nil nil] 69072 [timer-event-handler nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil] 86680 [timer--time-less-p timer--activate timer-activate timer-event-handler nil nil nil nil nil nil nil nil nil nil nil nil] 168520 [mapcan auto-revert--polled-buffers auto-revert--buffer-candidates auto-revert-buffers apply timer-event-handler nil nil nil nil nil nil nil nil nil nil] 28512 [file-remote-p "#<compiled -0x1a6300b6329f4c34>" mapcar auto-revert--buffer-candidates auto-revert-buffers apply timer-event-handler nil nil nil nil nil nil nil nil nil] 100222 [dired-buffer-stale-p auto-revert-handler auto-revert-buffer auto-revert-buffers apply timer-event-handler nil nil nil nil nil nil nil nil nil nil] 1754032 [dired-directory-changed-p dired-buffer-stale-p auto-revert-handler auto-revert-buffer auto-revert-buffers apply timer-event-handler nil nil nil nil nil nil nil nil nil] 2955488 [string-match-p if let* progn unwind-protect let spacemacs/title-prepare eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil] 182320 [let* progn unwind-protect let spacemacs/title-prepare eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil] 69696 [generate-new-buffer format-spec let* progn unwind-protect let spacemacs/title-prepare eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil] 72318 [format-spec let* progn unwind-protect let spacemacs/title-prepare eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil] 417561 [string-match-p not setq progn and while let* or let spacemacs/useful-buffer-p "#<compiled -0x1dff14b2f4dca46b>" kill-buffer "#<compiled -0x1c641222d1925b9f>" format-spec let* progn] 205840 [frame-width which-key--frame-size-changed-p which-key--hide-popup-on-frame-size-change redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil] 20064 [frame-height which-key--frame-size-changed-p which-key--hide-popup-on-frame-size-change redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil] 18992 [redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil] 25816 [evil-set-cursor-color evil-set-cursor "#<compiled -0x6aa3c0d32cfd5c1>" apply if fn/not-in-pdf-view-mode apply evil-refresh-cursor ad-Advice-select-window apply select-window progn unwind-protect save-current-buffer let save-current-buffer] 105576 [apply provided-mode-derived-p apply derived-mode-p apply and if if progn unwind-protect save-current-buffer let save-current-buffer page-break-lines--update-display-table mapc if] 11616 [evil-set-cursor-color evil-set-cursor "#<compiled -0x6aa3c0d32cfd5c1>" apply if fn/not-in-pdf-view-mode apply evil-refresh-cursor ad-Advice-select-window apply select-window internal--after-with-selected-window unwind-protect save-current-buffer let save-current-buffer] 103480 [lsp-ui-doc--get-frame lsp-ui-doc--on-state-changed redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil nil] 16896 ["#<compiled 0x3bbf4e88277c8f4>" cl-some winum--ignore-window-p cl-remove apply cl-remove-if winum--window-list winum--update redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil] 33816 [evil-set-cursor-color evil-set-cursor "#<compiled -0x6aa3c0d32cfd5c1>" apply if fn/not-in-pdf-view-mode apply evil-refresh-cursor redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil] 27184 [apply derived-mode-p apply and if if progn unwind-protect save-current-buffer let save-current-buffer page-break-lines--update-display-table mapc if page-break-lines--update-display-tables redisplay_internal\ \(C\ function\)] 3168 ["#<compiled -0x6aa3c0d32cfd5c1>" apply if fn/not-in-pdf-view-mode apply evil-refresh-cursor ad-Advice-select-window apply select-window progn unwind-protect save-current-buffer let save-current-buffer page-break-lines--update-display-table mapc] 1056 ["#<compiled -0x6aa3c0d32cfd5c1>" apply if fn/not-in-pdf-view-mode apply evil-refresh-cursor ad-Advice-select-window apply select-window internal--after-with-selected-window unwind-protect save-current-buffer let save-current-buffer page-break-lines--update-display-table mapc] 1056 [evil-set-cursor-color evil-set-cursor "#<compiled -0x6aa3c0d32cfd5c1>" apply if fn/not-in-pdf-view-mode apply evil-refresh-cursor ad-Advice-select-window apply select-window internal--after-save-selected-window "#<compiled 0x13421289eb811b2>" walk-windows window--process-window-list window--adjust-process-windows] 28496 [spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil nil] 7220138 [intern let spacemacs//evil-state-face spaceline--get-face spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil] 160205 [powerline-raw spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil] 650104 [get-frame-persp spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil] 196392 [eyebrowse--get spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil] 230168 [powerline-render spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil] 2068736 [pl/create-or-get-cache let* powerline-wave-left spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil] 953400 [powerline-raw powerline-buffer-size spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil] 35776 [pl/add-text-property powerline-raw spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil] 586112 [powerline-raw powerline-buffer-id spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil] 190416 [pl/add-text-property powerline-raw powerline-buffer-id spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil] 114712 ["#<compiled 0x922213e116fa8a7>" mapconcat pl/add-text-property powerline-raw powerline-buffer-id spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil] 86144 [s-trim-right s-trim spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil] 117448 [s-trim-left s-trim spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil] 207048 ["#<compiled 0x922213e116fa8a7>" mapconcat pl/add-text-property powerline-raw spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil] 334816 [powerline-major-mode spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil] 85744 [powerline-raw powerline-major-mode spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil] 80224 [pl/create-or-get-cache let* powerline-wave-right spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil] 717128 ["#<compiled 0x7f0524bb552e0c4>" mapcar spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil] 310792 [s-trim-right s-trim "#<compiled 0x7f0524bb552e0c4>" mapcar spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil] 170544 [s-trim-left s-trim "#<compiled 0x7f0524bb552e0c4>" mapcar spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil] 231872 [pl/render mapconcat powerline-render spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil] 506824 [powerline-hud spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil] 13728 [pl/create-or-get-cache let* pl/percent-xpm powerline-hud spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil] 235448 ["#<compiled -0x7d550bc017493f7>" apply puthash if let* pl/percent-xpm powerline-hud spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil] 222472 [apply puthash if let* pl/percent-xpm powerline-hud spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil] 9512 [replace-regexp-in-string pl/make-xpm "#<compiled -0x7d550bc017493f7>" apply puthash if let* pl/percent-xpm powerline-hud spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil] 18480 [color-rgb-to-hex apply pl/hex-color pl/make-xpm "#<compiled -0x7d550bc017493f7>" apply puthash if let* pl/percent-xpm powerline-hud spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil] 7084 [pl/make-xpm "#<compiled -0x7d550bc017493f7>" apply puthash if let* pl/percent-xpm powerline-hud spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil] 29948 ["#<compiled -0x97ac5f3228009cd>" mapcar pl/make-xpm "#<compiled -0x7d550bc017493f7>" apply puthash if let* pl/percent-xpm powerline-hud spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil] 193248 [mapcar pl/make-xpm "#<compiled -0x7d550bc017493f7>" apply puthash if let* pl/percent-xpm powerline-hud spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil] 90824 [apply pl/make-xpm "#<compiled -0x7d550bc017493f7>" apply puthash if let* pl/percent-xpm powerline-hud spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil] 20608 [create-image pl/make-xpm "#<compiled -0x7d550bc017493f7>" apply puthash if let* pl/percent-xpm powerline-hud spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil] 1056 [spaceline--mode-line-nonempty spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil] 5888 [purpose--buffer-purpose-name-regexp-1 "#<compiled 0x6f9d07b1b7d589b>" maphash purpose--buffer-purpose-name-regexp purpose-buffer-purpose purpose-window-purpose purpose--modeline-string spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil] 1157272 [apply derived-mode-p apply purpose--buffer-purpose-mode purpose-buffer-purpose purpose-window-purpose purpose--modeline-string spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil] 50688 [maphash purpose--iter-hash purpose--buffer-purpose-mode purpose-buffer-purpose purpose-window-purpose purpose--modeline-string spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil] 47520 [apply provided-mode-derived-p apply derived-mode-p apply purpose--buffer-purpose-mode purpose-buffer-purpose purpose-window-purpose purpose--modeline-string spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil] 104544 [purpose--modeline-string spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil] 29373 [powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil] 57136 [powerline-width powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil] 69008 [powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil] 31584 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil] 57224 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil] 56144 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil] 62624 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil] 109960 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil] 69536 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil] 53208 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\)] 64816 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval] 86832 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main] 56772 [eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil nil nil] 759416 [file-remote-p spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil] 622039 [let* powerline-wave-right spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil] 6336 [apply purpose--buffer-purpose-mode purpose-buffer-purpose purpose-window-purpose purpose--modeline-string spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil] 51744 [powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil] 20088 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil] 27464 [powerline-fill spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil] 26144 [let spacemacs/title-prepare eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil] 1056 [powerline-buffer-id spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil] 51056 [mapconcat pl/add-text-property powerline-raw spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil] 25344 [make-mode-line-mouse-map powerline-buffer-size spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil] 13648 [powerline-buffer-size spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil] 51736 [powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil] 17976 ["#<compiled -0x1c6411e7807c0f9f>" format-spec let* progn unwind-protect let spacemacs/title-prepare eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil] 12592 [progn unwind-protect let spacemacs/title-prepare eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil] 8448 [if spacemacs-buffer//resize-on-hook redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil nil] 2112 [walk-windows window--process-window-list window--adjust-process-windows redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil] 4144 [purpose--buffer-purpose-name-regexp purpose-buffer-purpose purpose-window-purpose purpose--modeline-string spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil] 16576 [spacemacs/title-prepare eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil nil] 3168 [auto-revert--polled-buffers auto-revert--buffer-candidates auto-revert-buffers apply timer-event-handler nil nil nil nil nil nil nil nil nil nil nil] 192192 [timer--time-less-p timer--activate timer-activate-when-idle timer-event-handler nil nil nil nil nil nil nil nil nil nil nil nil] 189024 [sp-show--pair-function apply timer-event-handler nil nil nil nil nil nil nil nil nil nil nil nil nil] 107056 [posframe-hidehandler-daemon-function apply timer-event-handler nil nil nil nil nil nil nil nil nil nil nil nil nil] 165752 [auto-revert--buffer-candidates auto-revert-buffers apply timer-event-handler nil nil nil nil nil nil nil nil nil nil nil nil] 24288 [evil-escape--is-magit-buffer evil-escape-p evil-escape-pre-command-hook nil nil nil nil nil nil nil nil nil nil nil nil nil] 66584 [line-move-1 line-move evil-line-move evil-next-line funcall-interactively call-interactively command-execute nil nil nil nil nil nil nil nil nil] 34888 [winner-remember winner-save-old-configurations nil nil nil nil nil nil nil nil nil nil nil nil nil nil] 137552 ["#<compiled -0x1f46ddff3410e5be>" sort winner-sorted-window-list winner-win-data winner-remember winner-save-old-configurations nil nil nil nil nil nil nil nil nil nil] 7392 [window-pixel-edges window-at-side-p mode-line-default-help-echo redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil] 7392 [spaceline--intersperse spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil] 5280 ["#<compiled -0x622b5a11601bdb0>" "#<compiled -0x622b5a11601bdb0>" buffer-match-p show-paren--enabled-p "#<compiled -0x1c06a653fae7388d>" ad-Advice-show-paren-function apply show-paren-function apply timer-event-handler nil nil nil nil nil nil] 1056 [generate-new-buffer savehist-save savehist-autosave apply timer-event-handler nil nil nil nil nil nil nil nil nil nil nil] 12894 [savehist-save savehist-autosave apply timer-event-handler nil nil nil nil nil nil nil nil nil nil nil nil] 383647877 [savehist-autosave apply timer-event-handler nil nil nil nil nil nil nil nil nil nil nil nil nil] 261582 ["#<compiled -0xade6a4437c1e344>" mapcar evil--jumps-savehist-sync run-hooks savehist-save savehist-autosave apply timer-event-handler nil nil nil nil nil nil nil nil] 93368 [mapcar evil--jumps-savehist-sync run-hooks savehist-save savehist-autosave apply timer-event-handler nil nil nil nil nil nil nil nil nil] 2112 [prin1 savehist-save savehist-autosave apply timer-event-handler nil nil nil nil nil nil nil nil nil nil nil] 267168 [generate-new-buffer savehist-printable savehist-save savehist-autosave apply timer-event-handler nil nil nil nil nil nil nil nil nil nil] 169834 [savehist-printable savehist-save savehist-autosave apply timer-event-handler nil nil nil nil nil nil nil nil nil nil nil] 20094660 [apply provided-mode-derived-p or let spacemacs/useful-buffer-p "#<compiled -0x1dff14b2f4dca46b>" kill-buffer "#<compiled -0x1c64121d44c47f9f>" savehist-printable savehist-save savehist-autosave apply timer-event-handler nil nil nil] 1056 [string-match-p not setq progn and while let* or let spacemacs/useful-buffer-p "#<compiled -0x1dff14b2f4dca46b>" kill-buffer "#<compiled -0x1c64121d44c47f9f>" savehist-printable savehist-save savehist-autosave] 4096 [or let spacemacs/useful-buffer-p "#<compiled -0x1dff14b2f4dca46b>" kill-buffer "#<compiled -0x1c6413b277f3259f>" savehist-printable savehist-save savehist-autosave apply timer-event-handler nil nil nil nil nil] 1056 ["#<compiled -0x1c64121d80d5939f>" savehist-printable savehist-save savehist-autosave apply timer-event-handler nil nil nil nil nil nil nil nil nil nil] 3168 [files--transform-file-name make-lock-file-name write-region savehist-save savehist-autosave apply timer-event-handler nil nil nil nil nil nil nil nil nil] 1048 ["#<compiled 0x12cabfa8982a8986>" apply timer-event-handler nil nil nil nil nil nil nil nil nil nil nil nil nil] 3168 [line-move-1 line-move evil-line-move evil-previous-line funcall-interactively call-interactively command-execute nil nil nil nil nil nil nil nil nil] 18504 [line-move-to-column line-move-finish "#<compiled 0xad991853000278d>" line-move-1 line-move evil-line-move evil-previous-line funcall-interactively call-interactively command-execute nil nil nil nil nil nil] 1056 [let* progn if let let while let let progn if spacemacs//prepare-diminish run-hooks spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil] 8448 [mapcar spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil] 77000 [auto-revert-buffers apply timer-event-handler nil nil nil nil nil nil nil nil nil nil nil nil nil] 93920 [jit-lock-context-fontify "#<compiled 0x12cabfa8982a8986>" apply timer-event-handler nil nil nil nil nil nil nil nil nil nil nil nil] 11616 [redisplay--update-region-highlight run-hook-with-args redisplay--pre-redisplay-functions redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil nil] 8448 [run-hook-wrapped internal-echo-keystrokes-prefix nil nil nil nil nil nil nil nil nil nil nil nil nil nil] 3168 [timer-inc-time timer-event-handler nil nil nil nil nil nil nil nil nil nil nil nil nil nil] 33792 [call-interactively command-execute nil nil nil nil nil nil nil nil nil nil nil nil nil nil] 5280 [line-move-1 line-move evil-line-move evil-next-line evil-next-line-first-non-blank evil-ret-gen evil-ret funcall-interactively call-interactively command-execute nil nil nil nil nil nil] 2048 [evil-next-line-first-non-blank evil-ret-gen evil-ret funcall-interactively call-interactively command-execute nil nil nil nil nil nil nil nil nil nil] 1056 [getenv or format-spec-make let* progn unwind-protect let spacemacs/title-prepare eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil] 12400 [command-execute nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil] 0 [profiler-report-expand-entry profiler-report-toggle-entry funcall-interactively call-interactively command-execute nil nil nil nil nil nil nil nil nil nil nil] 5104 [profiler-report-make-entry-part profiler-report-make-name-part profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-expand-entry profiler-report-toggle-entry funcall-interactively call-interactively command-execute nil nil nil nil nil] 22040 [profiler-report-make-name-part profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-expand-entry profiler-report-toggle-entry funcall-interactively call-interactively command-execute nil nil nil nil nil nil] 20736 [profiler-format apply profiler-format profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-expand-entry profiler-report-toggle-entry funcall-interactively call-interactively command-execute nil nil nil nil] 10536 [profiler-format profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-expand-entry profiler-report-toggle-entry funcall-interactively call-interactively command-execute nil nil nil nil nil nil] 1680 [mapc profiler-report-insert-calltree-children profiler-report-expand-entry profiler-report-toggle-entry funcall-interactively call-interactively command-execute nil nil nil nil nil nil nil nil nil] 62911 [sp--looking-back sp-show--pair-function apply timer-event-handler nil nil nil nil nil nil nil nil nil nil nil nil] 1056 [winner-save-old-configurations nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil] 1056 [apply provided-mode-derived-p "#<compiled -0x622b5a11601bdb0>" "#<compiled -0x622b5a11601bdb0>" buffer-match-p show-paren--enabled-p "#<compiled -0x1c06a653fae7388d>" ad-Advice-show-paren-function apply show-paren-function apply timer-event-handler nil nil nil nil] 1056 [profiler-report-toggle-entry funcall-interactively call-interactively command-execute nil nil nil nil nil nil nil nil nil nil nil nil] 14920 [profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-expand-entry profiler-report-toggle-entry funcall-interactively call-interactively command-execute nil nil nil nil nil nil nil] 4216 [apply profiler-format profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-expand-entry profiler-report-toggle-entry funcall-interactively call-interactively command-execute nil nil nil nil nil] 18736 [color-values color-name-to-rgb pl/hex-color pl/make-xpm "#<compiled -0x7d550bc017493f7>" apply puthash if let* pl/percent-xpm powerline-hud spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil] 2112 [mapconcat pl/add-text-property powerline-raw powerline-buffer-id spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil] 2112 [profiler-format-number profiler-format apply profiler-format profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-expand-entry profiler-report-toggle-entry funcall-interactively call-interactively command-execute nil nil nil] 5272 [profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-expand-entry profiler-report-toggle-entry funcall-interactively call-interactively command-execute nil nil nil nil nil nil nil nil] 26152 [apply profiler-format-number profiler-format apply profiler-format profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-expand-entry profiler-report-toggle-entry funcall-interactively call-interactively command-execute nil nil] 2096 [apply profiler-format apply profiler-format profiler-report-line-format profiler-report-insert-calltree mapc profiler-report-insert-calltree-children profiler-report-expand-entry profiler-report-toggle-entry funcall-interactively call-interactively command-execute nil nil nil] 9232 [apply pl/hex-color pl/make-xpm "#<compiled -0x7d550bc017493f7>" apply puthash if let* pl/percent-xpm powerline-hud spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil] 1064 [spaceline--intersperse spaceline--intersperse spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil] 1056 [auto-revert-buffer auto-revert-buffers apply timer-event-handler nil nil nil nil nil nil nil nil nil nil nil nil] 24288 [evil-escape-command-keys evil-escape-p evil-escape-pre-command-hook nil nil nil nil nil nil nil nil nil nil nil nil nil] 1048 [evil--jump-handle-buffer-crossing nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil] 3168 [purpose--buffer-purpose-mode purpose-buffer-purpose purpose-window-purpose purpose--modeline-string spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil] 3168 [let* powerline-wave-left spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil nil] 1056 [show-paren--enabled-p "#<compiled -0x1c06a653fae7388d>" ad-Advice-show-paren-function apply show-paren-function apply timer-event-handler nil nil nil nil nil nil nil nil nil] 1056 [pl/property-substrings pl/add-text-property powerline-raw powerline-buffer-id spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil] 3168 [winner-sorted-window-list winner-win-data winner-remember winner-save-old-configurations nil nil nil nil nil nil nil nil nil nil nil nil] 2112 [purpose--iter-hash purpose--buffer-purpose-mode purpose-buffer-purpose purpose-window-purpose purpose--modeline-string spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil] 12432 [generate-new-buffer substitute-command-keys command-error-default-function help-command-error-confusable-suggestions nil nil nil nil nil nil nil nil nil nil nil nil] 4291 ["#<compiled -0x1c6412163ed53d9f>" substitute-command-keys command-error-default-function help-command-error-confusable-suggestions nil nil nil nil nil nil nil nil nil nil nil nil] 4144 [string-match-p not setq progn and while let* or let spacemacs/useful-buffer-p "#<compiled -0x1dff14b2f4dca46b>" kill-buffer "#<compiled -0x1c6412163ed53d9f>" substitute-command-keys command-error-default-function help-command-error-confusable-suggestions] 11288 [apply provided-mode-derived-p or let spacemacs/useful-buffer-p "#<compiled -0x1dff14b2f4dca46b>" kill-buffer "#<compiled -0x1c6412163ed53d9f>" substitute-command-keys command-error-default-function help-command-error-confusable-suggestions nil nil nil nil nil] 2112 [command-error-default-function help-command-error-confusable-suggestions nil nil nil nil nil nil nil nil nil nil nil nil nil nil] 1056 [evil--jump-hook nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil] 4144 [apply push-mark evil-set-jump evil--jump-hook nil nil nil nil nil nil nil nil nil nil nil nil] 1056 [evil--jumps-push evil-set-jump evil--jump-hook nil nil nil nil nil nil nil nil nil nil nil nil nil] 1024 [line-move evil-line-move evil-next-line funcall-interactively call-interactively command-execute nil nil nil nil nil nil nil nil nil nil] 1056 [profiler-report-collapse-entry profiler-report-toggle-entry funcall-interactively call-interactively command-execute nil nil nil nil nil nil nil nil nil nil nil] 1536 [let* pl/percent-xpm powerline-hud spaceline-ml-main eval redisplay_internal\ \(C\ function\) nil nil nil nil nil nil nil nil nil nil] 2112 ["#<compiled 0xad99186c240278d>" line-move-1 line-move evil-line-move evil-previous-line funcall-interactively call-interactively command-execute nil nil nil nil nil nil nil nil] 4144 [yas--post-command-handler nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil] 2112 [call-interactively let spacemacs/helm-M-x-fuzzy-matching funcall-interactively call-interactively command-execute nil nil nil nil nil nil nil nil nil nil] 80 [helm-source--persistent-help-string "#<compiled 0x1544e0024b3f7bbd>" apply "#<compiled 0x154b7dc3df44f654>" apply helm--setup-source helm-make-source helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching funcall-interactively call-interactively command-execute] 38864 [generate-new-buffer substitute-command-keys helm-source--persistent-help-string "#<compiled 0x1544e0024b3f7bbd>" apply "#<compiled 0x154b7dc3df44f654>" apply helm--setup-source helm-make-source helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching funcall-interactively] 12538 [substitute-command-keys helm-source--persistent-help-string "#<compiled 0x1544e0024b3f7bbd>" apply "#<compiled 0x154b7dc3df44f654>" apply helm--setup-source helm-make-source helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching funcall-interactively call-interactively] 77728 [string-match-p not setq progn and while let* or let spacemacs/useful-buffer-p "#<compiled -0x1dff14b2f4dca46b>" kill-buffer "#<compiled -0x1c6412808919e99f>" substitute-command-keys helm-source--persistent-help-string "#<compiled 0x1544e0024b3f7bbd>"] 10240 [timer--time-setter timer-set-time run-at-time helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching funcall-interactively call-interactively command-execute nil nil nil nil] 120 [timer--time-less-p timer--activate timer-activate run-at-time helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching funcall-interactively call-interactively command-execute nil nil nil] 408 [helm-parse-keys helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching funcall-interactively call-interactively command-execute nil nil nil nil nil] 5120 [helm--fuzzy-match-maybe-set-pattern helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching funcall-interactively call-interactively] 10240 [helm-candidate-buffer helm-init-candidates-in-buffer "#<compiled -0x1f71b9c069dddc55>" apply helm-apply-functions-from-source helm-compute-attr-in-sources helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively] 22434 [tramp-flush-file-function kill-buffer helm-candidate-buffer helm-init-candidates-in-buffer "#<compiled -0x1f71b9c069dddc55>" apply helm-apply-functions-from-source helm-compute-attr-in-sources helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-M-x-read-extended-command] 5248 [helm-init-candidates-in-buffer "#<compiled -0x1f71b9c069dddc55>" apply helm-apply-functions-from-source helm-compute-attr-in-sources helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively] 4877064 ["#<compiled -0x1f71b9c069dddc55>" apply helm-apply-functions-from-source helm-compute-attr-in-sources helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let] 1690260 [evil-get-auxiliary-keymap evil-state-auxiliary-keymaps evil-state-keymaps evil-normalize-keymaps ad-Advice-use-local-map apply use-local-map helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm apply helm] 24192 [evil-get-auxiliary-keymap evil-state-intercept-keymaps evil-state-keymaps evil-normalize-keymaps ad-Advice-use-local-map apply use-local-map helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm apply helm] 33424 [evil-get-auxiliary-keymap evil-state-auxiliary-keymaps evil-state-keymaps apply evil-state-keymaps evil-normalize-keymaps ad-Advice-use-local-map apply use-local-map helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm] 24192 [evil-get-auxiliary-keymap evil-state-intercept-keymaps evil-state-keymaps apply evil-state-keymaps evil-normalize-keymaps ad-Advice-use-local-map apply use-local-map helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm] 33424 [evil-get-auxiliary-keymap evil-state-auxiliary-keymaps evil-state-keymaps evil-normalize-keymaps evil-surround-mode turn-on-evil-surround-mode global-evil-surround-mode-enable-in-buffers run-hooks run-mode-hooks helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm] 42072 [evil-get-auxiliary-keymap evil-state-intercept-keymaps evil-state-keymaps evil-normalize-keymaps evil-surround-mode turn-on-evil-surround-mode global-evil-surround-mode-enable-in-buffers run-hooks run-mode-hooks helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm] 26752 [evil-get-auxiliary-keymap evil-state-auxiliary-keymaps evil-state-keymaps apply evil-state-keymaps evil-normalize-keymaps evil-surround-mode turn-on-evil-surround-mode global-evil-surround-mode-enable-in-buffers run-hooks run-mode-hooks helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal] 29848 [evil-get-auxiliary-keymap evil-state-intercept-keymaps evil-state-keymaps apply evil-state-keymaps evil-normalize-keymaps evil-surround-mode turn-on-evil-surround-mode global-evil-surround-mode-enable-in-buffers run-hooks run-mode-hooks helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal] 26752 [yas-minor-mode yas-minor-mode-on yas-global-mode-enable-in-buffers run-hooks run-mode-hooks helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x] 3996 [vi-tilde-fringe-mode vi-tilde-fringe-mode--turn-on global-vi-tilde-fringe-mode-enable-in-buffers run-hooks run-mode-hooks helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x] 160 [bind-map-evil-local-mode-hook run-hooks evil-local-mode evil-mode-enable-in-buffers run-hooks run-mode-hooks helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-M-x-read-extended-command] 25273 [evil-initial-state-for-buffer-name evil-disabled-buffer-p evil-initialize evil-mode-enable-in-buffers run-hooks run-mode-hooks helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-M-x-read-extended-command] 10368 [evil-get-auxiliary-keymap evil-state-auxiliary-keymaps evil-state-keymaps evil-normalize-keymaps evil-normal-state evil-change-state evil-initialize-state evil-local-mode evil-initialize evil-mode-enable-in-buffers run-hooks run-mode-hooks helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize] 50800 [evil-get-auxiliary-keymap evil-state-intercept-keymaps evil-state-keymaps evil-normalize-keymaps evil-normal-state evil-change-state evil-initialize-state evil-local-mode evil-initialize evil-mode-enable-in-buffers run-hooks run-mode-hooks helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize] 39520 [evil-get-auxiliary-keymap evil-state-auxiliary-keymaps evil-state-keymaps apply evil-state-keymaps evil-normalize-keymaps evil-normal-state evil-change-state evil-initialize-state evil-local-mode evil-initialize evil-mode-enable-in-buffers run-hooks run-mode-hooks helm-major-mode helm-create-helm-buffer] 39520 [evil-get-auxiliary-keymap evil-state-intercept-keymaps evil-state-keymaps apply evil-state-keymaps evil-normalize-keymaps evil-normal-state evil-change-state evil-initialize-state evil-local-mode evil-initialize evil-mode-enable-in-buffers run-hooks run-mode-hooks helm-major-mode helm-create-helm-buffer] 54840 [bind-map-evil-local-mode-hook run-hooks evil-local-mode evil-initialize evil-mode-enable-in-buffers run-hooks run-mode-hooks helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm apply helm] 69663 ["#<compiled -0x1d93ad3d78527df3>" cl-block dolist let global-spacemacs-leader-override-mode-enable-in-buffers run-hooks run-mode-hooks helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm apply helm] 3245 [timer-relative-time run-at-time apply run-with-timer auto-revert-set-timer auto-revert--global-adopt-current-buffer auto-revert--global-possibly-adopt-current-buffer run-hooks run-mode-hooks helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm] 344 [timer--time-setter timer-set-time run-at-time apply run-with-timer auto-revert-set-timer auto-revert--global-adopt-current-buffer auto-revert--global-possibly-adopt-current-buffer run-hooks run-mode-hooks helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply] 264 [timer--time-less-p timer--activate timer-activate run-at-time apply run-with-timer auto-revert-set-timer auto-revert--global-adopt-current-buffer auto-revert--global-possibly-adopt-current-buffer run-hooks run-mode-hooks helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal] 360 [helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching funcall-interactively call-interactively] 5376 [evil-get-auxiliary-keymap evil-state-auxiliary-keymaps evil-state-keymaps evil-normalize-keymaps ad-Advice-use-local-map apply use-local-map helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-M-x-read-extended-command] 18688 [evil-get-auxiliary-keymap evil-state-intercept-keymaps evil-state-keymaps evil-normalize-keymaps ad-Advice-use-local-map apply use-local-map helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-M-x-read-extended-command] 25824 [evil-get-auxiliary-keymap evil-state-auxiliary-keymaps evil-state-keymaps apply evil-state-keymaps evil-normalize-keymaps ad-Advice-use-local-map apply use-local-map helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm apply] 44000 [evil-get-auxiliary-keymap evil-state-intercept-keymaps evil-state-keymaps apply evil-state-keymaps evil-normalize-keymaps ad-Advice-use-local-map apply use-local-map helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm apply] 48040 ["#<compiled -0x531e0bb5e424a>" buffer-match-p display-buffer-assq-regexp "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm apply helm] 22784 [apply purpose-message purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm apply helm] 30778 [split-window split-window-no-error window--make-major-side-window display-buffer-in-side-window "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm apply] 1441556971 [ad-Advice-set-window-buffer apply set-window-buffer window--display-buffer window--make-major-side-window display-buffer-in-side-window "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply] 11979 [window--display-buffer window--make-major-side-window display-buffer-in-side-window "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm apply helm] 88 [window-resize window--display-buffer window--make-major-side-window display-buffer-in-side-window "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm apply] 11979 [fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively] 103552 [powerline-raw spaceline-ml-main eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm apply] 18056 [s-trim-right s-trim spaceline-ml-main eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm] 13336 [s-trim-left s-trim spaceline-ml-main eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm] 20632 [spaceline-ml-main eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm apply helm] 213030 [powerline-raw powerline-buffer-size spaceline-ml-main eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm] 4240 [powerline-raw powerline-buffer-id spaceline-ml-main eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm] 5376 [powerline-major-mode spaceline-ml-main eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm apply] 2248 [powerline-raw powerline-major-mode spaceline-ml-main eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm] 1232 [purpose--buffer-purpose-name-regexp-1 "#<compiled 0x6f985af7d09589b>" maphash purpose--buffer-purpose-name-regexp purpose-buffer-purpose purpose-window-purpose purpose--modeline-string spaceline-ml-main eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let] 67840 [purpose--modeline-string spaceline-ml-main eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm apply] 1859 [powerline-width powerline-width spaceline-ml-main eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm] 176 [powerline-width powerline-width powerline-width spaceline-ml-main eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply] 1232 [powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal] 4312 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let spacemacs//display-helm-window] 176 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let] 2248 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer] 1192 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook] 5296 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks] 176 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval window-text-pixel-size fit-window-to-buffer] 1232 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval window-text-pixel-size] 10392 [window-resize window-resize-no-error fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm apply helm helm-M-x-read-extended-command] 5445 [split-string helm-mm-split-pattern helm-update-source-p helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching] 5248 [helm--fuzzy-match-maybe-set-pattern helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching] 10240 [helm-candidate-buffer helm-candidates-in-buffer apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm apply helm] 9724 [helm-initial-candidates-from-candidate-buffer helm-candidates-in-buffer-1 helm-candidates-in-buffer apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm apply] 400504 [helm-get-mode-map-from-mode helm-M-x-current-mode-map-alist helm-M-x-transformer-1 helm-M-x-transformer apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm apply helm] 10500 [replace-regexp-in-string helm-get-mode-map-from-mode helm-M-x-current-mode-map-alist helm-M-x-transformer-1 helm-M-x-transformer apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm apply] 5120 ["#<compiled 0x1c9fc210d88070f>" "#<compiled 0x8a333745d9bee68>" map-keymap cl--map-keymap-recursively "#<compiled 0x8a33fc1149bee68>" map-keymap cl--map-keymap-recursively helm-M-x-get-major-mode-command-alist helm-M-x-current-mode-map-alist helm-M-x-transformer-1 helm-M-x-transformer apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches] 123560 ["#<compiled 0x1c9fc210d88070f>" "#<compiled 0x8a33fc1149bee68>" map-keymap cl--map-keymap-recursively helm-M-x-get-major-mode-command-alist helm-M-x-current-mode-map-alist helm-M-x-transformer-1 helm-M-x-transformer apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal] 31888 [helm-M-x-transformer-1 helm-M-x-transformer apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x] 6117033 [generate-new-buffer substitute-command-keys helm-M-x-transformer-1 helm-M-x-transformer apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm apply helm] 1511878 [substitute-command-keys helm-M-x-transformer-1 helm-M-x-transformer apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command] 2789600 [string-match-p not setq progn and while let* or let spacemacs/useful-buffer-p "#<compiled -0x1dff14b2f4dca46b>" kill-buffer "#<compiled -0x1c64128cd7bb7f9f>" substitute-command-keys helm-M-x-transformer-1 helm-M-x-transformer] 51200 [help--key-description-fontified substitute-command-keys helm-M-x-transformer-1 helm-M-x-transformer apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm apply helm] 86528 ["#<compiled 0x1c9fc210d88070f>" "#<compiled 0x8a336443d9bee68>" map-keymap cl--map-keymap-recursively "#<compiled 0x8a333745d9bee68>" map-keymap cl--map-keymap-recursively "#<compiled 0x8a33fc1149bee68>" map-keymap cl--map-keymap-recursively helm-M-x-get-major-mode-command-alist helm-M-x-current-mode-map-alist helm-M-x-transformer-1 helm-M-x-transformer apply helm-apply-functions-from-source] 394136 [helm-insert-header-from-source helm-render-source helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching funcall-interactively] 5904 [helm-insert-match helm-render-source helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching funcall-interactively] 1147352 [helm--bind-mouse-for-selection helm-mark-current-line helm-move-selection-common helm--update-move-first-line helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let] 5248 [generate-new-buffer substitute-command-keys "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line helm-move-selection-common helm--update-move-first-line helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command] 4249 ["#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line helm-move-selection-common helm--update-move-first-line helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively] 13943 [substitute-command-keys "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line helm-move-selection-common helm--update-move-first-line helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x] 1181088 [helm--set-header-line "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line helm-move-selection-common helm--update-move-first-line helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x] 6176 [generate-new-buffer substitute-command-keys "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x] 4249 ["#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively] 18039 [substitute-command-keys "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively] 1181168 [fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively] 61216 [intern let spacemacs//evil-state-face spaceline--get-face spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply] 15755 [replace-regexp-in-string spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm] 11264 [powerline-raw spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm] 30296 [spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command] 63504 [pl/create-or-get-cache let* powerline-wave-left spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm] 19800 [generate-new-buffer substitute-command-keys "#<compiled 0x11fb9f671768aee0>" mapcar spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply] 5885 ["#<compiled 0x11fb9f671768aee0>" mapcar spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply] 79529 [substitute-command-keys "#<compiled 0x11fb9f671768aee0>" mapcar spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm] 90616 [powerline-width powerline-width spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply] 3264 [powerline-width powerline-width powerline-width spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm] 4280 [powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply] 1192 [powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal] 1192 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer] 1232 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update] 22248 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>"] 36560 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook] 34448 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks] 43920 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook] 51088 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer] 22184 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval window-text-pixel-size] 27272 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval] 140792 [window-resize window-resize-no-error fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x] 327173445 [bounds-of-thing-at-point thing-at-point helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching funcall-interactively call-interactively] 5248 [forward-thing "#<compiled 0x7702579fedf17>" bounds-of-thing-at-point thing-at-point helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching] 1050 [forward-symbol forward-thing "#<compiled 0x7702579fedf17>" bounds-of-thing-at-point thing-at-point helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let] 5248 [helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching funcall-interactively call-interactively command-execute nil] 2010916 ["#<compiled -0x1d93ad3d78527df3>" cl-block dolist let global-spacemacs-leader-override-mode-enable-in-buffers run-hooks run-mode-hooks minibuffer-mode read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command] 1475 [timer-relative-time run-at-time apply run-with-timer auto-revert-set-timer auto-revert--global-adopt-current-buffer auto-revert--global-possibly-adopt-current-buffer run-hooks run-mode-hooks minibuffer-mode read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply] 368 [timer--time-setter timer-set-time run-at-time apply run-with-timer auto-revert-set-timer auto-revert--global-adopt-current-buffer auto-revert--global-possibly-adopt-current-buffer run-hooks run-mode-hooks minibuffer-mode read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm] 264 [timer--time-less-p timer--activate timer-activate run-at-time apply run-with-timer auto-revert-set-timer auto-revert--global-adopt-current-buffer auto-revert--global-possibly-adopt-current-buffer run-hooks run-mode-hooks minibuffer-mode read-from-minibuffer helm-read-from-minibuffer helm-internal apply] 2472 ["#<compiled -0x1d93ad3d78527df3>" cl-block dolist let global-spacemacs-leader-override-mode-enable-in-buffers run-hooks run-mode-hooks minibuffer-inactive-mode read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command] 2950 [timer-relative-time run-at-time apply run-with-timer auto-revert-set-timer auto-revert--global-adopt-current-buffer auto-revert--global-possibly-adopt-current-buffer run-hooks run-mode-hooks minibuffer-inactive-mode read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply] 992 [timer--time-setter timer-set-time run-at-time apply run-with-timer auto-revert-set-timer auto-revert--global-adopt-current-buffer auto-revert--global-possibly-adopt-current-buffer run-hooks run-mode-hooks minibuffer-inactive-mode read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm] 528 [timer--time-less-p timer--activate timer-activate run-at-time apply run-with-timer auto-revert-set-timer auto-revert--global-adopt-current-buffer auto-revert--global-possibly-adopt-current-buffer run-hooks run-mode-hooks minibuffer-inactive-mode read-from-minibuffer helm-read-from-minibuffer helm-internal apply] 5136 [timer-relative-time run-at-time undo-auto--boundary-ensure-timer undo-auto--undoable-change read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let] 48 [timer--time-setter timer-set-time run-at-time undo-auto--boundary-ensure-timer undo-auto--undoable-change read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively] 96 [timer--time-less-p timer--activate timer-activate run-at-time undo-auto--boundary-ensure-timer undo-auto--undoable-change read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively] 1536 [let progn if spacemacs//helm-hide-minibuffer-maybe run-hooks helm-log-run-hook "#<compiled 0x10c3e67252bb4210>" minibuffer-setup read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command] 104 [helm-hide-minibuffer-maybe run-hooks helm-log-run-hook "#<compiled 0x10c3e67252bb4210>" minibuffer-setup read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively] 2586 [generate-new-buffer substitute-command-keys helm-hide-minibuffer-maybe run-hooks helm-log-run-hook "#<compiled 0x10c3e67252bb4210>" minibuffer-setup read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x] 21 [substitute-command-keys helm-hide-minibuffer-maybe run-hooks helm-log-run-hook "#<compiled 0x10c3e67252bb4210>" minibuffer-setup read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively] 2384 [timer--time-setter timer-set-idle-time run-with-idle-timer "#<compiled 0x10c3e67252bb4210>" minibuffer-setup read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively] 24 [end-of-visual-line helm--set-header-line helm--update-header-line "#<compiled 0x10c3e67252bb4210>" minibuffer-setup read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively] 19232 [replace-regexp-in-string helm--set-header-line helm--update-header-line "#<compiled 0x10c3e67252bb4210>" minibuffer-setup read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively] 1024 ["#<compiled 0x3bbf4e88277c8f4>" cl-some winum--ignore-window-p cl-remove apply cl-remove-if winum--window-list winum--update read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command] 10240 [highlight-parentheses--create-overlays highlight-parentheses-mode highlight-parentheses-minibuffer-setup read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching] 4256 [timer-relative-time run-at-time highlight-parentheses--initiate-highlight read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching] 3496 [timer--time-setter timer-set-time run-at-time highlight-parentheses--initiate-highlight read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let] 8376 [timer--time-less-p timer--activate timer-activate run-at-time highlight-parentheses--initiate-highlight read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively] 40616 [end-of-visual-line helm--set-header-line helm--update-header-line read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching] 1589040 ["#<compiled -0x1d93ad3d78527df3>" cl-block dolist let global-spacemacs-leader-override-mode-enable-in-buffers global-spacemacs-leader-override-mode-check-buffers read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively] 2523 [string-match-p if let* progn unwind-protect let spacemacs/title-prepare eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm] 281672 [generate-new-buffer format-spec let* progn unwind-protect let spacemacs/title-prepare eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm] 319005 [format-spec let* progn unwind-protect let spacemacs/title-prepare eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command] 364726 [read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching funcall-interactively call-interactively command-execute] 34627410 [powerline-raw spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let] 151416 [spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching] 2286992 [powerline-raw powerline-buffer-size spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively] 11344 [powerline-raw powerline-buffer-id spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively] 48280 [s-trim-right s-trim spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively] 39152 [s-trim-left s-trim spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively] 62008 [pl/add-text-property powerline-raw spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively] 207960 [powerline-major-mode spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let] 20824 [powerline-raw powerline-major-mode spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively] 30136 [replace-regexp-in-string pl/make-xpm "#<compiled -0x7d550bc017493f7>" apply puthash if let* pl/percent-xpm powerline-hud spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply] 1024 [color-rgb-to-hex apply pl/hex-color pl/make-xpm "#<compiled -0x7d550bc017493f7>" apply puthash if let* pl/percent-xpm powerline-hud spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer] 506 [pl/make-xpm "#<compiled -0x7d550bc017493f7>" apply puthash if let* pl/percent-xpm powerline-hud spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm] 1386 [apply pl/make-xpm "#<compiled -0x7d550bc017493f7>" apply puthash if let* pl/percent-xpm powerline-hud spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply] 1472 ["#<compiled -0x7d550bc017493f7>" apply puthash if let* pl/percent-xpm powerline-hud spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply] 1560 [purpose--buffer-purpose-name-regexp-1 "#<compiled 0x6f9d07b1b7d589b>" maphash purpose--buffer-purpose-name-regexp purpose-buffer-purpose purpose-window-purpose purpose--modeline-string spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply] 584768 [purpose--modeline-string spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let] 11864 [powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively] 21728 [powerline-width powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively] 23728 [powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x] 11264 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm] 25960 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply] 28152 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm] 37448 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply] 78424 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal] 37432 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer] 49632 [powerline-render spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let] 629416 [eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching funcall-interactively] 793576 [intern let spacemacs//evil-state-face spaceline--get-face spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x] 199718 [replace-regexp-in-string spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let] 39016 [powerline-raw spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let] 610384 [powerline-render spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let] 941064 [spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching] 2744384 [generate-new-buffer substitute-command-keys "#<compiled 0x11fb9f671768aee0>" mapcar spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x] 426026 ["#<compiled 0x11fb9f671768aee0>" mapcar spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively] 1015306 [substitute-command-keys "#<compiled 0x11fb9f671768aee0>" mapcar spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively] 1421568 [help--key-description-fontified substitute-command-keys "#<compiled 0x11fb9f671768aee0>" mapcar spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x] 120136 [string-match-p not setq progn and while let* or let spacemacs/useful-buffer-p "#<compiled -0x1dff14b2f4dca46b>" kill-buffer "#<compiled -0x1c6413b9d5713d9f>" substitute-command-keys "#<compiled 0x11fb9f671768aee0>" mapcar] 245800 [pl/add-text-property powerline-raw spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively] 698472 [powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively] 70528 [powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively] 86024 [powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x] 36568 [powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command] 46720 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm] 72880 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply] 93256 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm] 96152 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply] 103696 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal] 73416 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer] 223256 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer] 105760 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\)] 78600 [pl/add-text-property powerline-raw powerline-buffer-id spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively] 53880 [file-remote-p spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let] 213336 ["#<compiled 0x922213e116fa8a7>" mapconcat pl/add-text-property powerline-raw spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x] 100136 ["#<compiled 0x922213e116fa8a7>" mapconcat pl/add-text-property powerline-raw powerline-buffer-id spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command] 23880 [pl/render mapconcat powerline-render spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively] 154392 ["#<compiled 0x922213e116fa8a7>" mapconcat pl/add-text-property powerline-raw spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x] 308920 ["#<compiled 0x3bbf4e88277c8f4>" cl-some winum--ignore-window-p cl-remove apply cl-remove-if winum--window-list winum--update redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm] 102392 [timer-relative-time timer-inc-time timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching] 90152 [timer--time-setter timer-inc-time timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching] 56608 [timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching funcall-interactively call-interactively] 43480 [timer--time-less-p timer--activate timer-activate timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let] 140592 [file-remote-p "#<compiled -0x1a6300b6329f4c34>" mapcar auto-revert--buffer-candidates auto-revert-buffers apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x] 174280 [dired-directory-changed-p dired-buffer-stale-p auto-revert-handler auto-revert-buffer auto-revert-buffers apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x] 276816 [dired-buffer-stale-p auto-revert-handler auto-revert-buffer auto-revert-buffers apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively] 93368 [call-interactively command-execute read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching funcall-interactively] 4520 [delete-window window--delete bury-buffer helm-cleanup "#<compiled 0x19801b9c9531>" helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching] 5445 [helm-frame-or-window-configuration helm-cleanup "#<compiled 0x19801b9c9531>" helm-internal apply helm apply helm helm-M-x-read-extended-command helm-M-x funcall-interactively call-interactively let spacemacs/helm-M-x-fuzzy-matching funcall-interactively call-interactively] 5445 [helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let* call-interactively command-execute nil nil nil nil nil nil nil nil] 2636 [substitute-env-vars substitute-env-in-file-name substitute-in-file-name helm-mode--default-filename helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let* call-interactively command-execute nil nil nil nil] 2048 [replace-regexp-in-string helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let* call-interactively command-execute nil nil nil nil nil nil] 2048 [generate-new-buffer substitute-command-keys helm-source--header-line "#<compiled 0x1544e0024b3f7bbd>" apply "#<compiled 0x1493ad1b7510bb69>" apply helm--setup-source helm-make-source helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let*] 42 [helm-source--header-line "#<compiled 0x1544e0024b3f7bbd>" apply "#<compiled 0x1493ad1b7510bb69>" apply helm--setup-source helm-make-source helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let* call-interactively command-execute] 4174 [substitute-command-keys helm-source--header-line "#<compiled 0x1544e0024b3f7bbd>" apply "#<compiled 0x1493ad1b7510bb69>" apply helm--setup-source helm-make-source helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let* call-interactively] 4768 [string-match-p not setq progn and while let* or let spacemacs/useful-buffer-p "#<compiled -0x1dff14b2f4dca46b>" kill-buffer "#<compiled -0x1c6413e82dc1cf9f>" substitute-command-keys helm-source--header-line "#<compiled 0x1544e0024b3f7bbd>"] 4096 [helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let* call-interactively command-execute nil nil nil nil nil nil nil] 420 [helm-source--persistent-help-string "#<compiled 0x1544e0024b3f7bbd>" apply "#<compiled 0xe29179d4f4c1c35>" apply helm--setup-source helm-make-source helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let* call-interactively command-execute] 13988 [generate-new-buffer substitute-command-keys helm-source--persistent-help-string "#<compiled 0x1544e0024b3f7bbd>" apply "#<compiled 0xe29179d4f4c1c35>" apply helm--setup-source helm-make-source helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let*] 84 [substitute-command-keys helm-source--persistent-help-string "#<compiled 0x1544e0024b3f7bbd>" apply "#<compiled 0xe29179d4f4c1c35>" apply helm--setup-source helm-make-source helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let* call-interactively] 1016 [helm-parse-keys helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let* call-interactively command-execute nil nil nil nil nil] 2048 [helm--fuzzy-match-maybe-set-pattern helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let* call-interactively] 4096 [split-string split-string-and-unquote helm--mapconcat-pattern helm--fuzzy-match-maybe-set-pattern helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 13336 ["#<compiled 0x14d2f5227d4fe01e>" mapconcat helm--mapconcat-pattern helm--fuzzy-match-maybe-set-pattern helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 52536 [helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let* call-interactively] 109 [yas-minor-mode yas-minor-mode-on yas-global-mode-enable-in-buffers run-hooks run-mode-hooks helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name] 2352 [vi-tilde-fringe-mode vi-tilde-fringe-mode--turn-on global-vi-tilde-fringe-mode-enable-in-buffers run-hooks run-mode-hooks helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name] 128 [evil-initial-state-for-buffer-name evil-disabled-buffer-p evil-initialize evil-mode-enable-in-buffers run-hooks run-mode-hooks helm-major-mode helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-read-file-name] 8320 [evil-get-auxiliary-keymap evil-state-auxiliary-keymaps evil-state-keymaps evil-normalize-keymaps ad-Advice-use-local-map apply use-local-map helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-read-file-name] 14112 [evil-get-auxiliary-keymap evil-state-intercept-keymaps evil-state-keymaps evil-normalize-keymaps ad-Advice-use-local-map apply use-local-map helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-read-file-name] 14112 [helm-initialize-overlays helm-create-helm-buffer helm-initial-setup helm-initialize helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let*] 24 [purpose--use-action-function-p purpose--action-function "#<compiled 0x11e7c694ea8d800b>" purpose-display-buffer-advice apply display-buffer helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm apply helm helm-read-file-name] 4224 [fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply] 85360 [powerline-render spaceline-ml-main eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm apply] 70880 [pl/render mapconcat powerline-render spaceline-ml-main eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply] 16512 [eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm apply helm helm-read-file-name] 8288 [window-resize window-resize-no-error fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook helm-default-display-buffer let spacemacs//display-helm-window helm-display-buffer helm-internal apply helm apply helm helm-read-file-name] 4356 [replace-regexp-in-string helm-update-source-p helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let*] 2048 [replace-regexp-in-string helm-mm-split-pattern helm-update-source-p helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name] 2048 [split-string helm-mm-split-pattern helm-update-source-p helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name] 2048 [helm--fuzzy-match-maybe-set-pattern helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name] 8192 [split-string split-string-and-unquote helm--mapconcat-pattern helm--fuzzy-match-maybe-set-pattern helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply] 19544 ["#<compiled 0x14d2f5227d4fe01e>" mapconcat helm--mapconcat-pattern helm--fuzzy-match-maybe-set-pattern helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply] 149424 [generate-new-buffer helm-ff--tramp-postfixed-p helm-ff-set-pattern helm-find-files-get-candidates "#<compiled 0x12d9b99f7ab707ef>" apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply] 84 [helm-ff-set-pattern helm-find-files-get-candidates "#<compiled 0x12d9b99f7ab707ef>" apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm apply] 69956 [string-match-p not setq progn and while let* or let spacemacs/useful-buffer-p "#<compiled -0x1dff14b2f4dca46b>" kill-buffer "#<compiled -0x1c641281f284d39f>" helm-ff--tramp-postfixed-p helm-ff-set-pattern helm-find-files-get-candidates] 10240 [helm-find-files-get-candidates "#<compiled 0x12d9b99f7ab707ef>" apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm apply helm] 88599 [helm-ff--transform-pattern-for-completion helm-find-files-get-candidates "#<compiled 0x12d9b99f7ab707ef>" apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm apply] 176120 [apply helm-local-directory-files helm-list-directory helm-ff-directory-files helm-find-files-get-candidates "#<compiled 0x12d9b99f7ab707ef>" apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal] 9208 [helm-ff--get-host-from-tramp-invalid-fname helm-ff-filter-candidate-one-by-one helm-ff-directory-files helm-find-files-get-candidates "#<compiled 0x12d9b99f7ab707ef>" apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply] 1024 [replace-regexp-in-string helm-ff-filter-candidate-one-by-one helm-ff-directory-files helm-find-files-get-candidates "#<compiled 0x12d9b99f7ab707ef>" apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply] 1024 [backup-file-name-p helm-ff-filter-candidate-one-by-one helm-ff-directory-files helm-find-files-get-candidates "#<compiled 0x12d9b99f7ab707ef>" apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply] 1024 [helm-ff-filter-candidate-one-by-one helm-ff-directory-files helm-find-files-get-candidates "#<compiled 0x12d9b99f7ab707ef>" apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm] 21952 [file-name-sans-versions file-name-extension helm-ff-filter-candidate-one-by-one helm-ff-directory-files helm-find-files-get-candidates "#<compiled 0x12d9b99f7ab707ef>" apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal] 1024 [file-name-extension helm-ff-filter-candidate-one-by-one helm-ff-directory-files helm-find-files-get-candidates "#<compiled 0x12d9b99f7ab707ef>" apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply] 1024 [helm-basename helm-ff-dot-file-p helm-ff-filter-candidate-one-by-one helm-ff-directory-files helm-find-files-get-candidates "#<compiled 0x12d9b99f7ab707ef>" apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal] 8184 [helm-set-case-fold-search helm-match-from-candidates helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 4096 [helm-set-case-fold-search-1 helm-set-case-fold-search helm-match-from-candidates helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 4096 [replace-regexp-in-string helm-mm-split-pattern helm-mm-3-get-patterns-internal helm-mm-3-get-patterns helm-mm-3-match helm-mm-match helm-match-from-candidates helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm apply helm] 5120 [split-string helm-mm-split-pattern helm-mm-3-get-patterns-internal helm-mm-3-get-patterns helm-mm-3-match helm-mm-match helm-match-from-candidates helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm apply helm] 5120 [helm-mm-3-match helm-mm-match helm-match-from-candidates helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 4096 [helm--mapconcat-pattern helm--fuzzy-match-maybe-set-pattern helm-compute-matches helm--collect-matches helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 16368 [generate-new-buffer substitute-command-keys "#<compiled 0x1ac0c35a90a31801>" apply helm-apply-functions-from-source helm-insert-header-from-source helm-render-source helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name] 84 ["#<compiled 0x1ac0c35a90a31801>" apply helm-apply-functions-from-source helm-insert-header-from-source helm-render-source helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 9312 [substitute-command-keys "#<compiled 0x1ac0c35a90a31801>" apply helm-apply-functions-from-source helm-insert-header-from-source helm-render-source helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply] 54400 [string-match-p not setq progn and while let* or let spacemacs/useful-buffer-p "#<compiled -0x1dff14b2f4dca46b>" kill-buffer "#<compiled -0x1c6413aa8b076f9f>" substitute-command-keys "#<compiled 0x1ac0c35a90a31801>" apply] 25624 [helm-insert-header-from-source helm-render-source helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let*] 376 [helm-insert-header helm-insert-header-from-source helm-render-source helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name] 160 [helm-insert-match helm-render-source helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let*] 12046 [helm--bind-mouse-for-selection helm-mark-current-line helm-move-selection-common helm--update-move-first-line helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 4096 [generate-new-buffer substitute-command-keys "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line helm-move-selection-common helm--update-move-first-line helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name] 4228 ["#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line helm-move-selection-common helm--update-move-first-line helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply] 13096 [substitute-command-keys "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line helm-move-selection-common helm--update-move-first-line helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name] 937752 [helm--set-header-line "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line helm-move-selection-common helm--update-move-first-line helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name] 6168 [generate-new-buffer substitute-command-keys "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name] 84 ["#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 13008 [substitute-command-keys "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply] 940872 [helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 12288 [generate-new-buffer helm-ff--tramp-postfixed-p helm-ff-set-pattern helm-ff--invalid-tramp-name-p helm-ff-update-when-only-one-matched run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name] 4228 [helm-ff-set-pattern helm-ff--invalid-tramp-name-p helm-ff-update-when-only-one-matched run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply] 57420 [helm-basename helm-ff-update-when-only-one-matched run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 42464 [helm-ff-update-when-only-one-matched run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 4224 [generate-new-buffer helm-ff--tramp-postfixed-p helm-ff-set-pattern helm-ff-update-when-only-one-matched run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name] 1140 [helm-ff-set-pattern helm-ff-update-when-only-one-matched run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 57420 [string-match-p not setq progn and while let* or let spacemacs/useful-buffer-p "#<compiled -0x1dff14b2f4dca46b>" kill-buffer "#<compiled -0x1c64138a7749079f>" helm-ff--tramp-postfixed-p helm-ff-set-pattern helm-ff-update-when-only-one-matched] 90240 [file-remote-p helm-ff-update-when-only-one-matched run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 38520 [substitute-env-vars substitute-env-in-file-name substitute-in-file-name helm-ff-update-when-only-one-matched run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name] 4096 [fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 1241520 [spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name] 39576 ["#<compiled 0x922213e116fa8a7>" mapconcat pl/add-text-property powerline-raw spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply] 12352 [powerline-render spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm] 27832 [eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name] 6216 [window-resize window-resize-no-error fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name] 261738756 [helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let* call-interactively command-execute nil] 155688 ["#<compiled -0x1d93ad3d78527df3>" cl-block dolist let global-spacemacs-leader-override-mode-enable-in-buffers run-hooks run-mode-hooks minibuffer-mode read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name] 1180 ["#<compiled -0x1d93ad3d78527df3>" cl-block dolist let global-spacemacs-leader-override-mode-enable-in-buffers run-hooks run-mode-hooks minibuffer-inactive-mode read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name] 2360 [let progn if spacemacs//helm-hide-minibuffer-maybe run-hooks helm-log-run-hook "#<compiled 0x1e47c7aae2bb4210>" minibuffer-setup read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name] 104 [helm-hide-minibuffer-maybe run-hooks helm-log-run-hook "#<compiled 0x1e47c7aae2bb4210>" minibuffer-setup read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 3627 [generate-new-buffer substitute-command-keys helm-hide-minibuffer-maybe run-hooks helm-log-run-hook "#<compiled 0x1e47c7aae2bb4210>" minibuffer-setup read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name] 21 [substitute-command-keys helm-hide-minibuffer-maybe run-hooks helm-log-run-hook "#<compiled 0x1e47c7aae2bb4210>" minibuffer-setup read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply] 2384 [timer--time-setter timer-set-idle-time run-with-idle-timer "#<compiled 0x1e47c7aae2bb4210>" minibuffer-setup read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 24 [end-of-visual-line helm--set-header-line helm--update-header-line "#<compiled 0x1e47c7aae2bb4210>" minibuffer-setup read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 19232 [helm--set-header-line helm--update-header-line "#<compiled 0x1e47c7aae2bb4210>" minibuffer-setup read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 1024 [replace-regexp-in-string helm--set-header-line helm--update-header-line "#<compiled 0x1e47c7aae2bb4210>" minibuffer-setup read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 1024 ["#<compiled 0x3bbf4e88277c8f4>" cl-some winum--ignore-window-p cl-remove apply cl-remove-if winum--window-list winum--update read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name] 8192 [highlight-parentheses--create-overlays highlight-parentheses-mode highlight-parentheses-minibuffer-setup read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name] 1280 [rfn-eshadow-setup-minibuffer read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let* call-interactively] 160 [tramp-rfn-eshadow-setup-minibuffer run-hooks rfn-eshadow-setup-minibuffer read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name] 160 [tramp-tramp-file-p tramp-rfn-eshadow-update-overlay run-hooks rfn-eshadow-update-overlay read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 159104 [timer-relative-time run-at-time highlight-parentheses--initiate-highlight read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name] 456 [timer--time-setter timer-set-time run-at-time highlight-parentheses--initiate-highlight read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 2640 [timer--time-less-p timer--activate timer-activate run-at-time highlight-parentheses--initiate-highlight read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 10384 [end-of-visual-line helm--set-header-line helm--update-header-line read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name] 225976 [helm--set-header-line helm--update-header-line read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let*] 11248 ["#<compiled -0x1d93ad3d78527df3>" cl-block dolist let global-spacemacs-leader-override-mode-enable-in-buffers global-spacemacs-leader-override-mode-check-buffers read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply] 1180 [format-spec let* progn unwind-protect let spacemacs/title-prepare eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name] 474692 [read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let* call-interactively command-execute] 7639856 [powerline-raw spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 148104 [spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name] 342708 [powerline-raw powerline-buffer-size spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 19296 [pl/add-text-property powerline-raw spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 100528 [powerline-raw powerline-buffer-id spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 59088 [s-trim-right s-trim spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 25600 [s-trim-left s-trim spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 60768 [file-remote-p spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 95365 [powerline-render spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 445456 [powerline-major-mode spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 44112 [powerline-raw powerline-major-mode spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 13312 [pl/render mapconcat powerline-render spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply] 98056 [purpose--modeline-string spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 8450 [powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 13312 [powerline-width powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply] 16320 [powerline-width powerline-width powerline-width powerline-width spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name] 13144 [eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let*] 70104 [intern let spacemacs//evil-state-face spaceline--get-face spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name] 129111 [replace-regexp-in-string spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 73944 [spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name] 281064 [powerline-raw spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 360680 [pl/add-text-property powerline-raw spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 349296 [powerline-render spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 512528 [generate-new-buffer substitute-command-keys "#<compiled 0x11fb9f671768aee0>" mapcar spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name] 254737 ["#<compiled 0x11fb9f671768aee0>" mapcar spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 692597 [substitute-command-keys "#<compiled 0x11fb9f671768aee0>" mapcar spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply] 991600 [powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 38728 [powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply] 31616 [powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name] 56640 [powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name] 22144 [powerline-fill spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 15584 ["#<compiled 0x922213e116fa8a7>" mapconcat pl/add-text-property powerline-raw spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name] 70336 [powerline-buffer-id spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 25712 [help--key-description-fontified substitute-command-keys "#<compiled 0x11fb9f671768aee0>" mapcar spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name] 73304 [pl/create-or-get-cache let* powerline-wave-left spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply] 313336 [powerline-buffer-size spaceline-ml-main eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 13488 [evil-set-cursor-color evil-set-cursor "#<compiled -0x6aa3c0d32cfd5c1>" apply if fn/not-in-pdf-view-mode apply evil-refresh-cursor ad-Advice-select-window apply select-window internal--after-with-selected-window "#<compiled -0x1682a26f6c28d0fd>" helm-empty-source-p helm-get-candidate-number spaceline-ml-helm] 1105264 [pl/render mapconcat powerline-render spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply] 46592 [timer-relative-time timer-inc-time timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name] 1840 [timer--time-setter timer-inc-time timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name] 768 [timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let* call-interactively] 768 [timer--time-less-p timer--activate timer-activate timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 19712 [file-remote-p "#<compiled -0x1a6300b6329f4c34>" mapcar auto-revert--buffer-candidates auto-revert-buffers apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name] 106520 [dired-directory-changed-p dired-buffer-stale-p auto-revert-handler auto-revert-buffer auto-revert-buffers apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name] 244768 [dired-buffer-stale-p auto-revert-handler auto-revert-buffer auto-revert-buffers apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply] 138480 [generate-new-buffer savehist-save savehist-autosave apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 1090 [savehist-save savehist-autosave apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 33108740 [savehist-autosave apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name] 62865 ["#<compiled -0xade6a4437c1e344>" mapcar evil--jumps-savehist-sync run-hooks savehist-save savehist-autosave apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name] 18464 [generate-new-buffer savehist-printable savehist-save savehist-autosave apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply] 17926 [savehist-printable savehist-save savehist-autosave apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>"] 2080660 [undefined read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let* call-interactively] 295 [set-minibuffer-message "#<compiled 0x3320f380d7d1db7>" run-hook-wrapped set-message-functions message undefined read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply] 1104 [substitute-env-vars substitute-env-in-file-name substitute-in-file-name rfn-eshadow-update-overlay read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 48128 [replace-regexp-in-string helm--set-header-line helm--update-header-line read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name] 9216 ["#<compiled 0x922213e116fa8a7>" mapconcat pl/add-text-property powerline-raw spaceline-ml-helm eval redisplay_internal\ \(C\ function\) read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name] 202408 [call-interactively command-execute read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let*] 4320 [timer--time-setter timer-set-time run-at-time undo-auto--boundary-ensure-timer undo-auto--undoable-change self-insert-command funcall-interactively call-interactively command-execute read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm] 120 [timer--time-less-p timer--activate timer-activate run-at-time undo-auto--boundary-ensure-timer undo-auto--undoable-change self-insert-command funcall-interactively call-interactively command-execute read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply] 1512 [funcall-interactively call-interactively command-execute read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name] 1008 [rfn-eshadow-update-overlay read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name expand-file-name let* call-interactively] 26616 [replace-regexp-in-string helm-update-source-p helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name] 25664 [replace-regexp-in-string helm-mm-split-pattern helm-update-source-p helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm] 73832 [split-string helm-mm-split-pattern helm-update-source-p helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm] 77880 [helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name] 15712 [redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name] 345240 [file-remote-p helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name] 171376 [helm--fuzzy-match-maybe-set-pattern helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm] 260136 [split-string split-string-and-unquote helm--mapconcat-pattern helm--fuzzy-match-maybe-set-pattern helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply] 223592 ["#<compiled -0x1e0874969b0d3a6f>" mapconcat helm--mapconcat-pattern helm--fuzzy-match-maybe-set-pattern helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply] 637296 [generate-new-buffer helm-ff--tramp-postfixed-p helm-ff-set-pattern helm-find-files-get-candidates "#<compiled 0x12d9b99f7ab707ef>" apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>"] 21308 [helm-ff-set-pattern helm-find-files-get-candidates "#<compiled 0x12d9b99f7ab707ef>" apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler] 398459 [helm-find-files-get-candidates "#<compiled 0x12d9b99f7ab707ef>" apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer] 494544 [helm-ff--transform-pattern-for-completion helm-find-files-get-candidates "#<compiled 0x12d9b99f7ab707ef>" apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler] 1253616 [helm-match-from-candidates helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm] 687320 [helm-set-case-fold-search helm-match-from-candidates helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply] 32792 [helm-set-case-fold-search-1 helm-set-case-fold-search helm-match-from-candidates helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm] 31744 [replace-regexp-in-string helm-mm-split-pattern helm-mm-3-get-patterns-internal helm-mm-3-get-patterns helm-mm-3-match helm-mm-match helm-match-from-candidates helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer] 35888 [split-string helm-mm-split-pattern helm-mm-3-get-patterns-internal helm-mm-3-get-patterns helm-mm-3-match helm-mm-match helm-match-from-candidates helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer] 32792 [helm-mm-3-match helm-mm-match helm-match-from-candidates helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm] 32768 [helm-ff-sort-candidates-1 helm-ff-sort-candidates apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal] 73160 [helm-ff--get-host-from-tramp-invalid-fname helm-ff-filter-candidate-one-by-one "#<compiled -0xff393558a0ee75c>" apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer] 7168 [replace-regexp-in-string helm-ff-filter-candidate-one-by-one "#<compiled -0xff393558a0ee75c>" apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer] 7168 [backup-file-name-p helm-ff-filter-candidate-one-by-one "#<compiled -0xff393558a0ee75c>" apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer] 7168 [helm-ff-filter-candidate-one-by-one "#<compiled -0xff393558a0ee75c>" apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal] 34180 [helm-fuzzy-default-highlight-match-1 helm-fuzzy-default-highlight-match helm-fuzzy-highlight-matches apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer] 8183152 [generate-new-buffer helm-fuzzy-default-highlight-match-1 helm-fuzzy-default-highlight-match helm-fuzzy-highlight-matches apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer] 7053143 [string-match-p not setq progn and while let* or let spacemacs/useful-buffer-p "#<compiled -0x1dff14b2f4dca46b>" kill-buffer "#<compiled -0x1c64138e73c4319f>" helm-fuzzy-default-highlight-match-1 helm-fuzzy-default-highlight-match helm-fuzzy-highlight-matches] 59392 [helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply] 10144 [helm-insert-header-from-source helm-render-source helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name] 17256 [helm-insert-match helm-render-source helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name] 571523 [helm--bind-mouse-for-selection helm-mark-current-line helm-move-selection-common helm--update-move-first-line helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply] 83088 [generate-new-buffer substitute-command-keys "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line helm-move-selection-common helm--update-move-first-line helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer] 88999 ["#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line helm-move-selection-common helm--update-move-first-line helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply] 229393 [substitute-command-keys "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line helm-move-selection-common helm--update-move-first-line helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal] 17578504 [helm--set-header-line "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line helm-move-selection-common helm--update-move-first-line helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal] 114088 [end-of-visual-line helm--set-header-line "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line helm-move-selection-common helm--update-move-first-line helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer] 1165968 [replace-regexp-in-string helm--set-header-line "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line helm-move-selection-common helm--update-move-first-line helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer] 60416 [generate-new-buffer substitute-command-keys "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal] 86337 ["#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm] 310775 [substitute-command-keys "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply] 20757184 [end-of-visual-line helm--set-header-line "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal] 1374048 [helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply] 112904 [generate-new-buffer helm-ff--tramp-postfixed-p helm-ff-set-pattern helm-ff--invalid-tramp-name-p helm-ff-update-when-only-one-matched run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer] 8939 [helm-ff-set-pattern helm-ff--invalid-tramp-name-p helm-ff-update-when-only-one-matched run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply] 415297 [helm-basename helm-ff-update-when-only-one-matched run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm] 273032 [helm-ff-update-when-only-one-matched run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply] 46296 [generate-new-buffer helm-ff--tramp-postfixed-p helm-ff-set-pattern helm-ff-update-when-only-one-matched run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal] 21371 [helm-ff-set-pattern helm-ff-update-when-only-one-matched run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm] 437786 [file-remote-p helm-ff-update-when-only-one-matched run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm] 218264 [substitute-env-vars substitute-env-in-file-name substitute-in-file-name helm-ff-update-when-only-one-matched run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal] 32792 [fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm] 8263056 [intern let spacemacs//evil-state-face spaceline--get-face spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>"] 109218 [replace-regexp-in-string spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer] 76896 [spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer] 1297752 [powerline-raw spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer] 290952 [generate-new-buffer substitute-command-keys "#<compiled 0x11fb9f671768aee0>" mapcar spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>"] 187078 ["#<compiled 0x11fb9f671768aee0>" mapcar spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler] 520070 [substitute-command-keys "#<compiled 0x11fb9f671768aee0>" mapcar spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply] 1157696 [pl/add-text-property powerline-raw spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler] 287288 [powerline-render spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer] 400024 [powerline-width powerline-width spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler] 30040 [powerline-width powerline-width powerline-width spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply] 28192 [powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>"] 17864 [powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input] 16744 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input] 31408 [eval window-text-pixel-size fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal] 223232 [window-resize window-resize-no-error fit-window-to-buffer helm--autoresize-hook run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal] 34848 [apply replace-regexp-in-string helm--set-header-line helm--update-header-line read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm helm-read-file-name helm--generic-read-file-name apply "#<compiled -0x75a5b792702238f>" read-file-name] 10272 [helm-ff-score-candidate-for-pattern "#<compiled 0x1ff21d5ed216bc73>" "#<compiled -0xaca2dbe2edf4aae>" sort helm-ff-sort-candidates-1 helm-ff-sort-candidates apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply] 24624 [completion-pcm--pattern->regex helm--fuzzy-flex-pattern-to-regexp helm-fuzzy-flex-style-score helm-score-candidate-for-pattern helm-ff-score-candidate-for-pattern "#<compiled 0x1ff21d5ed216bc73>" "#<compiled -0xaca2dbe2edf4aae>" sort helm-ff-sort-candidates-1 helm-ff-sort-candidates apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update] 21504 [helm-flex--style-score helm-fuzzy-flex-style-score helm-score-candidate-for-pattern helm-ff-score-candidate-for-pattern "#<compiled 0x1ff21d5ed216bc73>" "#<compiled -0xaca2dbe2edf4aae>" sort helm-ff-sort-candidates-1 helm-ff-sort-candidates apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-check-new-input] 185928 [helm-basename "#<compiled -0xaca2dbe2edf4aae>" sort helm-ff-sort-candidates-1 helm-ff-sort-candidates apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler] 1415840 [helm-basename "#<compiled 0x1ff21d5ed216bc73>" "#<compiled -0xaca2dbe2edf4aae>" sort helm-ff-sort-candidates-1 helm-ff-sort-candidates apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply] 127152 ["#<compiled -0xaca2dbe2edf4aae>" sort helm-ff-sort-candidates-1 helm-ff-sort-candidates apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer] 81288 ["#<compiled -0xff393558a0ee75c>" apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply] 10288 [generate-new-buffer substitute-command-keys "#<compiled 0x1ac0c35a90a31801>" apply helm-apply-functions-from-source helm-insert-header-from-source helm-render-source helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal] 12768 ["#<compiled 0x1ac0c35a90a31801>" apply helm-apply-functions-from-source helm-insert-header-from-source helm-render-source helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm] 43464 [substitute-command-keys "#<compiled 0x1ac0c35a90a31801>" apply helm-apply-functions-from-source helm-insert-header-from-source helm-render-source helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply] 480088 [helm-insert-header helm-insert-header-from-source helm-render-source helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm apply helm] 27880 [helm--set-header-line "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply] 69392 [helm-substitute-in-filename helm-ff--expand-substitued-pattern helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply] 12376 [generate-new-buffer helm-substitute-in-filename helm-ff--expand-substitued-pattern helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal] 63 [helm-ff--expand-substitued-pattern helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm] 9283 [helm-ff--expand-file-name-no-dot helm-ff--expand-substitued-pattern helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply] 3072 [helm-set-pattern helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply] 1320 [helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer helm-internal apply helm] 336 [replace-regexp-in-string helm-update-source-p helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler] 3072 [replace-regexp-in-string helm-mm-split-pattern helm-update-source-p helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply] 3072 [split-string helm-mm-split-pattern helm-update-source-p helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply] 4120 [helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer] 5872 [string-match-p if let* progn unwind-protect let spacemacs/title-prepare eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root] 6144 [generate-new-buffer format-spec let* progn unwind-protect let spacemacs/title-prepare eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root] 9470 [format-spec let* progn unwind-protect let spacemacs/title-prepare eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks] 15708 [redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler] 894468 [intern let spacemacs//evil-state-face spaceline--get-face spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook] 4011 [spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input] 45368 [replace-regexp-in-string spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input] 3072 [powerline-raw spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input] 9968 [helm-get-candidate-number spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input] 39808 [pl/add-text-property powerline-raw spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update] 25744 [generate-new-buffer substitute-command-keys "#<compiled 0x11fb9f671768aee0>" mapcar spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook] 189 ["#<compiled 0x11fb9f671768aee0>" mapcar spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update] 19337 [substitute-command-keys "#<compiled 0x11fb9f671768aee0>" mapcar spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>"] 45576 ["#<compiled 0x922213e116fa8a7>" mapconcat pl/add-text-property powerline-raw spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook] 6136 [powerline-render spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input] 10312 [powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update] 1064 [powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>"] 2120 [powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook] 48 [powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks] 48 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root] 48 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update] 2112 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input] 1104 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input] 48 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update] 48 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update] 3136 [powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width powerline-width spaceline-ml-helm eval redisplay_internal\ \(C\ function\) redisplay] 4192 [eval redisplay_internal\ \(C\ function\) redisplay helm-maybe-dim-prompt-on-update helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>"] 7232 [helm--fuzzy-match-maybe-set-pattern helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply] 12288 [split-string split-string-and-unquote helm--mapconcat-pattern helm--fuzzy-match-maybe-set-pattern helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input] 7200 ["#<compiled -0x10a76593ab9e8008>" mapconcat helm--mapconcat-pattern helm--fuzzy-match-maybe-set-pattern helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input] 20912 [generate-new-buffer helm-ff--tramp-postfixed-p helm-ff-set-pattern helm-find-files-get-candidates "#<compiled 0x12d9b99f7ab707ef>" apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update] 5234 [helm-ff-set-pattern helm-find-files-get-candidates "#<compiled 0x12d9b99f7ab707ef>" apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks] 26624 [helm-find-files-get-candidates "#<compiled 0x12d9b99f7ab707ef>" apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook] 46464 [helm-ff--transform-pattern-for-completion helm-find-files-get-candidates "#<compiled 0x12d9b99f7ab707ef>" apply helm-apply-functions-from-source helm-interpret-value helm-get-candidates helm-get-cached-candidates helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks] 82968 [helm-set-case-fold-search helm-match-from-candidates helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>"] 3072 [helm-set-case-fold-search-1 helm-set-case-fold-search helm-match-from-candidates helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input] 3072 [helm-match-from-candidates helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply] 98832 [helm-mm-3-match helm-mm-match helm-match-from-candidates helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input] 3072 [helm-ff-sort-candidates-1 helm-ff-sort-candidates apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update] 4120 [helm-fuzzy-matching-default-sort-fn-1 helm-fuzzy-matching-default-sort-fn apply helm-apply-functions-from-source helm-process-filtered-candidate-transformer helm-compute-matches helm--collect-matches helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update] 4144 [helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler read-from-minibuffer helm-read-from-minibuffer] 272 [generate-new-buffer substitute-command-keys "#<compiled 0x1ac0c35a90a31801>" apply helm-apply-functions-from-source helm-insert-header-from-source helm-render-source helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update] 42 ["#<compiled 0x1ac0c35a90a31801>" apply helm-apply-functions-from-source helm-insert-header-from-source helm-render-source helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input] 4148 [substitute-command-keys "#<compiled 0x1ac0c35a90a31801>" apply helm-apply-functions-from-source helm-insert-header-from-source helm-render-source helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input] 58848 ["#<compiled -0x1c6413b3da021b9f>" substitute-command-keys "#<compiled 0x1ac0c35a90a31801>" apply helm-apply-functions-from-source helm-insert-header-from-source helm-render-source helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update] 4144 [helm-insert-header-from-source helm-render-source helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler] 704 [helm-insert-header helm-insert-header-from-source helm-render-source helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply] 1296 [helm-insert-match helm-render-source helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>" apply timer-event-handler] 400536 [helm--bind-mouse-for-selection helm-mark-current-line helm-move-selection-common helm--update-move-first-line helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>"] 3072 [generate-new-buffer substitute-command-keys "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line helm-move-selection-common helm--update-move-first-line helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>"] 1111 ["#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line helm-move-selection-common helm--update-move-first-line helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input] 19967 [substitute-command-keys "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line helm-move-selection-common helm--update-move-first-line helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update] 856048 [end-of-visual-line helm--set-header-line "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line helm-move-selection-common helm--update-move-first-line helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>"] 61840 [helm--set-header-line "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line helm-move-selection-common helm--update-move-first-line helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update] 4088 [replace-regexp-in-string helm--set-header-line "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line helm-move-selection-common helm--update-move-first-line helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>"] 3072 [generate-new-buffer substitute-command-keys "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update] 63 ["#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input] 10727 [substitute-command-keys "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input] 861176 [end-of-visual-line helm--set-header-line "#<compiled 0x1b72d3b84ea080d3>" ad-Advice-helm-display-mode-line apply helm-display-mode-line "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update] 58752 [helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input "#<compiled 0x1095f867faa8b010>"] 6144 [generate-new-buffer helm-ff--tramp-postfixed-p helm-ff-set-pattern helm-ff--invalid-tramp-name-p helm-ff-update-when-only-one-matched run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>"] 4207 [helm-ff-set-pattern helm-ff--invalid-tramp-name-p helm-ff-update-when-only-one-matched run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input helm-check-minibuffer-input helm-ff--maybe-set-pattern-and-update helm-ff-auto-expand-to-home-or-root run-hooks helm-log-run-hook "#<compiled 0x1b4a2c54aa14fd2c>" helm-update helm-check-new-input] 37912 [helm-basename hel
fnussbaum commented 1 week ago

I would try something like

  1. SPC h P s to start the profiler.
  2. Switch a few times between windows, or something else where the slowness occurs.
  3. SPC h P k to stop the profiler.
  4. SPC h P r, SPC u TAB on all relevant lines to expand, and copy and paste the buffer.

[profiler-profile "28.1" memory #s(hash-table size 5541 test equal rehash-size 1.5 ...

Using profiler-report-write-profile/SPC h P w should also work, but this data above seems to be cut off and incomplete, parsing fails when using profiler-find-profile. Perhaps it is too large to include here directly in a comment.

DrWaleedAYousef commented 1 week ago

The following is the profiler output, after just opening PDFs, several times, playing with window and so on. No LaTeX. The performance was really bad. even resizing windows, or maximizing window is slow.

profiler saved as org file profiler saved as text file

DrWaleedAYousef commented 1 week ago

Sorry; the files access was restricted. Now, it is open

smile13241324 commented 1 hour ago

Part of the latex rework task