Fuco1 / smartparens

Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
GNU General Public License v3.0
1.82k stars 195 forks source link

Byte-compilation warnings during installation #980

Closed zs19940317 closed 6 months ago

zs19940317 commented 5 years ago

Expected behavior

install it correctly

Actual behavior

Compiling file /home/zhangshuai/.emacs.d/elpa/smartparens-20190522.2234/smartparens.el at Thu Jun 6 10:19:28 2019 Compiling no file at Thu Jun 6 10:19:29 2019 Warning (bytecomp): Unused lexical variable ‘end-line’ Warning (bytecomp): Unused lexical variable ‘allowed-open’ Warning (bytecomp): Unused lexical variable ‘allowed-close’

Steps to reproduce the problem

use list-packages to intall it

Backtraces if necessary (M-x toggle-debug-on-error)

Environment & version information

fedora 30 smartparens version:20190522.2234 In recent enough smartparens you can call M-x sp-describe-system to generate this report. Please fill manually what we could not detect automatically. Edit the output as you see fit to protect your privacy.

Wilfred commented 5 years ago

Those look like warnings rather than errors. You can ignore them :)

Fuco1 commented 6 months ago

Were fixed in some pull request.