GNU bug report logs -
#64070
29.0.91; (documentation) Errors when byte-compiling annotated Flymake example
Previous Next
Reported by: Graham Marlow <graham <at> mgmarlow.com>
Date: Wed, 14 Jun 2023 16:45:02 UTC
Severity: normal
Found in version 29.0.91
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#64070: 29.0.91; (documentation) Errors when byte-compiling annotated Flymake example
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 64070 <at> debbugs.gnu.org.
--
64070: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64070
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
> Date: Tue, 13 Jun 2023 21:18:04 -0700
> From: Graham Marlow <graham <at> mgmarlow.com>
>
> When following the annotated Flymake example to create my own backend, I
> noticed that flymake itself reports an error with the
> example. Specifically,
>
> "Wrong type argument: proper-list-p, (beg . end)"
>
> This error also occurs when attempting to batch-byte-compile the file:
>
> $ emacs -batch -L . -f batch-byte-compile example.el
>
> In toplevel form:
> example.el:7:2: Error: Wrong type argument: proper-list-p, (beg . end)
>
> It looks like the example is missing a (require 'cl-lib) statement. I
> checked the master Emacs branch and the bug is still there
> (doc/misc/flymake.texi).
>
> https://www.gnu.org/software/emacs/manual/html_mono/flymake.html#An-annotated-example-backend
Thanks, should be fixed now on the emacs-29 branch.
[Message part 3 (message/rfc822, inline)]
Hello,
When following the annotated Flymake example to create my own backend, I
noticed that flymake itself reports an error with the
example. Specifically,
"Wrong type argument: proper-list-p, (beg . end)"
This error also occurs when attempting to batch-byte-compile the file:
$ emacs -batch -L . -f batch-byte-compile example.el
In toplevel form:
example.el:7:2: Error: Wrong type argument: proper-list-p, (beg . end)
It looks like the example is missing a (require 'cl-lib) statement. I
checked the master Emacs branch and the bug is still there
(doc/misc/flymake.texi).
https://www.gnu.org/software/emacs/manual/html_mono/flymake.html#An-annotated-example-backend
This bug report was last modified 2 years and 26 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.