emacs-devel
[Top][All Lists]
Advanced

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

Re: Code for cond*


From: Emanuel Berg
Subject: Re: Code for cond*
Date: Thu, 18 Jan 2024 05:59:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Richard Stallman wrote:

> Here is the first draft of cond* [...]

[ For easier access to the source, Gnus users can do
 `gnus-summary-stop-page-breaking'. ]

Here are what the byte-compiler reports [last].

You can also try `elint-current-buffer' and `native-compile',
they also report a couple of things that should be easy to
fix. Also do (checkdoc-current-buffer t) for some
docstrings fixes.

The docstring and comments have a couple of typos, those are
easy to find and correct with your favorite
Emacs spellchecker.

In toplevel form:
cond-rms.el:1:1: Warning: file has no ‘lexical-binding’
directive on its first line

In cond*-match:
cond-rms.el:202:29: Warning: ‘mapcar’ called with 3 arguments,
but accepts only 2

In cond*-subpat:
cond-rms.el:320:69: Warning: reference to free variable ‘suboat’
cond-rms.el:377:32: Warning: reference to free variable ‘vector’

In end of data:
cond-rms.el: Warning: the function ‘,’ is not known to be defined.
cond-rms.el: Warning: the function ‘,@’ is not known to be defined.

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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