tecosaur / lexic

Mirror of https://git.tecosaur.net/tec/lexic
GNU General Public License v3.0
78 stars 10 forks source link

Fix byte-compile warnings #11

Closed syohex closed 3 years ago

syohex commented 3 years ago
In lexic-mode:
lexic.el:380:15:Warning: assignment to free variable
    ‘display-line-numbers-type’

In lexic-format-entry:
lexic.el:655:44:Warning: ‘(formatter (lexic-dictionary-spec dict :formatter))’
    is a malformed function
lexic.el:668:34:Warning: reference to free variable ‘formatter’

In end of data:
lexic.el:1904:1:Warning: the following functions are not known to be defined: spell-fu-mode,
    if-let*, string-trim, string-empty-p, string-join
tecosaur commented 3 years ago

Thanks Shohei, you're fantastic. Not sure how you're picking up stuff that I'm not though. Are you just running byte-compilation in a fresh Emacs session, in batch mode?