We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Native compiler warnings in Emacs 29.1:
⛔ Warning (comp): texfrag.el:151:2: Warning: custom-declare-variable texfrag-header-default' docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:165:2: Warning: custom-declare-variable texfrag-prefix' docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:238:2: Warning: docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:286:2: Warning: defvar texfrag-tail-function' docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:327:2: Warning: defvar texfrag-frag-alist' docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:371:2: Warning: defvar texfrag-equation-filter' docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:626:2: Warning: defvar texfrag-LaTeX-file' docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:681:2: Warning: docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:688:44: Warning: reference to free variable ‘texfrag-tex-buffer’ ⛔ Warning (comp): texfrag.el:762:2: Warning: docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:778:2: Warning: defvar texfrag-running' docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:796:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) ⛔ Warning (comp): texfrag.el:876:2: Warning: docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:910:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) ⛔ Warning (comp): texfrag.el:1126:2: Warning: defvar texfrag-preview-region-function' docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:1200:2: Warning: docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:1403:2: Warning: custom-declare-variable `texfrag-org-keep-minor-modes' docstring has wrong usage of unescaped single quotes (use = or different quoting) ⛔ Warning (comp): texfrag.el:1521:2: Warning: docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:1661:2: Warning: docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:1438:20: Warning: the function ‘copy-seq’ is not known to be defined.
texfrag-header-default' docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:165:2: Warning: custom-declare-variable
texfrag-tail-function' docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:327:2: Warning: defvar
texfrag-equation-filter' docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:626:2: Warning: defvar
texfrag-running' docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:796:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) ⛔ Warning (comp): texfrag.el:876:2: Warning: docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:910:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) ⛔ Warning (comp): texfrag.el:1126:2: Warning: defvar
The text was updated successfully, but these errors were encountered:
Replace copy-seq by cl-copy-seq for Emacs 29.1
copy-seq
cl-copy-seq
2fb0b97
`copy-seq` is obsolete since 27.1
No branches or pull requests
Native compiler warnings in Emacs 29.1:
⛔ Warning (comp): texfrag.el:151:2: Warning: custom-declare-variable
texfrag-header-default' docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:165:2: Warning: custom-declare-variable
texfrag-prefix' docstring wider than 80 characters⛔ Warning (comp): texfrag.el:238:2: Warning: docstring wider than 80 characters
⛔ Warning (comp): texfrag.el:286:2: Warning: defvar
texfrag-tail-function' docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:327:2: Warning: defvar
texfrag-frag-alist' docstring wider than 80 characters⛔ Warning (comp): texfrag.el:371:2: Warning: defvar
texfrag-equation-filter' docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:626:2: Warning: defvar
texfrag-LaTeX-file' docstring wider than 80 characters⛔ Warning (comp): texfrag.el:681:2: Warning: docstring wider than 80 characters
⛔ Warning (comp): texfrag.el:688:44: Warning: reference to free variable ‘texfrag-tex-buffer’
⛔ Warning (comp): texfrag.el:762:2: Warning: docstring wider than 80 characters
⛔ Warning (comp): texfrag.el:778:2: Warning: defvar
texfrag-running' docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:796:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) ⛔ Warning (comp): texfrag.el:876:2: Warning: docstring wider than 80 characters ⛔ Warning (comp): texfrag.el:910:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) ⛔ Warning (comp): texfrag.el:1126:2: Warning: defvar
texfrag-preview-region-function' docstring wider than 80 characters⛔ Warning (comp): texfrag.el:1200:2: Warning: docstring wider than 80 characters
⛔ Warning (comp): texfrag.el:1403:2: Warning: custom-declare-variable `texfrag-org-keep-minor-modes' docstring has wrong usage of unescaped single quotes (use = or different quoting)
⛔ Warning (comp): texfrag.el:1521:2: Warning: docstring wider than 80 characters
⛔ Warning (comp): texfrag.el:1661:2: Warning: docstring wider than 80 characters
⛔ Warning (comp): texfrag.el:1438:20: Warning: the function ‘copy-seq’ is not known to be defined.
The text was updated successfully, but these errors were encountered: