Bad-ptr / persp-mode.el

named perspectives(set of buffers/window configs) for emacs
401 stars 44 forks source link

Warning: (lambda (b) ...) quoted with ' rather than with #' #46

Closed GreyGhostIX closed 7 years ago

GreyGhostIX commented 7 years ago

When loading the package I am getting this warning. Warning: (lambda (b) ...) quoted with ' rather than with #'.

Interestingly it didn't seem to break my perspective functionality, but it did seem to be responsible for some other seemingly unrelated problems I was having.

It is possible it is related to this issue. This reddit thread also discusses this issue.

Bad-ptr commented 7 years ago

probably fixed(not really, but maybe Compile-Log will not pop up into view) in d79b9785e288fb313e51c0ebbd1eb8c18675a51b. And there is a related discussion at emacs-devel http://emacs.1067599.n8.nabble.com/Lambda-in-macrolet-becomes-a-closure-another-breaking-change-in-emacs-td408691.html

Bad-ptr commented 7 years ago

More proper fix a89e1f6b18a1ab56915b5b1943d09a016b36bacc

GreyGhostIX commented 7 years ago

Awesome, thanks so much!