emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64070: closed (29.0.91; (documentation) Errors when byte-compiling a


From: GNU bug Tracking System
Subject: bug#64070: closed (29.0.91; (documentation) Errors when byte-compiling annotated Flymake example)
Date: Sat, 17 Jun 2023 07:52:02 +0000

Your message dated Sat, 17 Jun 2023 10:51:04 +0300
with message-id <83sfaqr0gn.fsf@gnu.org>
and subject line Re: bug#64070: 29.0.91; (documentation) Errors when 
byte-compiling annotated Flymake example
has caused the debbugs.gnu.org bug report #64070,
regarding 29.0.91; (documentation) Errors when byte-compiling annotated Flymake 
example
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
64070: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64070
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 29.0.91; (documentation) Errors when byte-compiling annotated Flymake example Date: Tue, 13 Jun 2023 21:18:04 -0700 User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.12.0
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#64070: 29.0.91; (documentation) Errors when byte-compiling annotated Flymake example Date: Sat, 17 Jun 2023 10:51:04 +0300
> Date: Tue, 13 Jun 2023 21:18:04 -0700
> From: Graham Marlow <graham@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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]