Skip to content

Helm loading time is high #1109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rrittwikc opened this issue Jul 24, 2015 · 4 comments
Closed

Helm loading time is high #1109

rrittwikc opened this issue Jul 24, 2015 · 4 comments

Comments

@rrittwikc
Copy link

First of all Hi! and thank you for helm. I really like helm and use it everyday!

I have cloned the helm repo today (thought update it after a long time :) ).

While byte-compiling using make, I noticed the following output line
ad-handle-definition: 'tramp-read-passwd' got redefined
The compilation took around 11 seconds before showing this output line.

After that whenever I am opening emacs, it is taking 12-13 seconds and showing this output line. However if I disable helm, emacs is taking 1-2 seconds.

My emacs version is 24.5.1 I am using fedora 22 64bit KDE.

Sorry for my very bad english!

@thierryvolpiatto
Copy link
Member

Rittwik Chatterjee [email protected] writes:

First of all Hi! and thank you for helm. I really like helm and use it everyday!

I have cloned the helm repo today (thought update it after a long time :) ).

While byte-compiling using make, I noticed the following output line
ad-handle-definition: 'tramp-read-passwd' got redefined

Not a problem, this what is expected.

The compilation took around 11 seconds before showing this output line.

It take here actually: 2.798s
So probably a problem on your side.

After that whenever I am opening emacs, it is taking 12-13 seconds and
showing this output line. However if I disable helm, emacs is taking
1-2 seconds.

My emacs is loading in around 3s with a huge .emacs absolutely not
optimized.

Your delay is maybe due to issue #1000 and maybe the compilation too.

Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997

@rrittwikc
Copy link
Author

Thanks thierryvolpiatto for the reply.

I disable all my other settings and plugins only helm is enabled. But the lag is still there.
So is it the case that the problem is with fedora's or kde's emacs?

Below is my helm settings
;; -------------------------------------------------------------
;; Helm settings
;; -------------------------------------------------------------

;;(add-to-list 'load-path "~/.emacs.d/plugins/async/")

(add-to-list 'load-path "~/.emacs.d/plugins/helm/")
(require 'helm-config)

;; -------------------------------------------------------------

(setq helm-split-window-in-side-p t ; open helm buffer inside current window, not occupy whole other window
helm-buffers-fuzzy-matching t ; fuzzy matching buffer names when non--nil
helm-move-to-line-cycle-in-source t ; move to end or beginning of source when reaching top or bottom of source.
helm-ff-search-library-in-sexp t ; search for library in require' anddeclare-function' sexp.
helm-scroll-amount 8 ; scroll 8 lines other window using M-/M-
helm-ff-file-name-history-use-recentf t)

(setq helm-split-window-default-side (quote right))

(helm-mode 1)

;; -------------------------------------------------------------

(provide 'init-helm-settings)

;; -------------------------------------------------------------

@thierryvolpiatto
Copy link
Member

Rittwik Chatterjee [email protected] writes:

Thanks thierryvolpiatto for the reply.

I disable all my other settings and plugins only helm is enabled. But the lag is still there.
So is it the case that the problem is with fedora's or kde's emacs?

Please read Issue #1000

Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997

@thierryvolpiatto
Copy link
Member

Closing this because it is probably related to #1000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants