From: Richard Stallman <rms@gnu.org>
To: Emanuel Berg <incal@dataswamp.org>
Cc: emacs-devel@gnu.org
Subject: Re: Emacs Lisp Linter fail to identify function defined in a "use-package" block
Date: Tue, 07 Nov 2023 22:10:34 -0500 [thread overview]
Message-ID: <E1r0Yxe-00011V-SB@fencepost.gnu.org> (raw)
In-Reply-To: <875y2efnj7.fsf@dataswamp.org> (message from Emanuel Berg on Tue, 07 Nov 2023 00:51:56 +0100)
[[[ To any NSA and FBI agents reading my email: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
We don't try to maintain MELPA packages -- they are not part of Emacs.
I suppose this lint program is useful; it must report some potential
problems. But instead of writing a lint program for Emacs, maybe we
can do this job better by integrating that functionality into the
Emacs Lisp compiler.
That is what I did for C.
The original `lint' program was part of Unix in the 1980s. It
reported possible wrrors that the Unix C compiler did not try to
detect.
I thought that the need for a separate `lint' program was a design
flaw, so instead of writing a free `lint' for GNU, I made GCC report
those possible errors. Thus, the GNU system did not need a `lint'
program. You only needed to run one program over your C source, that
being GCC, and it would do both jobs. That proved to be a big
improvement.
Whatever the potential problems are that the Emacs Lisp `lint'
reports, can we make the byte compiler report them?
--
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
next prev parent reply other threads:[~2023-11-08 3:10 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-12 0:32 Emacs Lisp Linter fail to identify function defined in a "use-package" block Kiong-Gē Liāu
2023-10-12 5:22 ` Emanuel Berg
2023-10-13 1:47 ` Emanuel Berg
2023-10-13 1:55 ` Emanuel Berg
2023-10-13 2:05 ` Emanuel Berg
2023-10-13 2:29 ` Emanuel Berg
2023-10-13 3:33 ` Emanuel Berg
2023-10-26 20:29 ` Emanuel Berg
2023-11-06 23:51 ` Emanuel Berg
2023-11-08 3:10 ` Richard Stallman [this message]
2023-11-08 8:56 ` Emanuel Berg
-- strict thread matches above, loose matches on Subject: below --
2023-10-11 17:19 Kiong-Gē Liāu
2023-10-10 14:51 Kiong-Gē Liāu
2023-10-10 22:25 ` Emanuel Berg
2023-10-11 0:59 ` Emanuel Berg
2023-10-11 1:43 ` Emanuel Berg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1r0Yxe-00011V-SB@fencepost.gnu.org \
--to=rms@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=incal@dataswamp.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.