Might it be a good idea for helm-lib.el to require ffap? #2588
Answered
by
thierryvolpiatto
PalaceChan
asked this question in
Q&A
Replies: 1 comment
|
Palace ***@***.***> writes:
after this bugfix: #2574, helm-guess-filename-at-point let binds a few
ffap variables. This was triggering "Defining as dynamic an already
lexical var" when trying to use helm after > startup (which would go
away after some other action defined it, in my case opening an org
file). I "fixed" by calling (require 'ffap) in the :config part of
(use-package helm and > wondering if this simple change makes sense or
if it should stay in > user init.el
Yes you are right, I forgot to declare ffap vars in helm-lib, it is now
done, let me know if it fix this bug for you.
Thanks.
…
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.*Message ID: ***@***.***>
--
Thierry
|
0 replies
Answer selected by
PalaceChan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
after this bugfix: #2574,
helm-guess-filename-at-pointlet binds a few ffap variables. This was triggering "Defining as dynamic an already lexical var" when trying to use helm after startup (which would go away after some other action defined it, in my case opening an org file). I "fixed" by calling(require 'ffap)in the:configpart of(use-package helmand wondering if this simple change makes sense or if it should stay in user init.elAll reactions