From: Markus Triska <triska@gmx.at>
Subject: Re: Finding Unused Identifiers
Date: Sun, 05 Mar 2006 16:13:42 +0100 [thread overview]
Message-ID: <440b0026$0$8024$3b214f66@tunews.univie.ac.at> (raw)
In-Reply-To: <uJsOf.47100$d5.203663@newsb.telia.net>
Hi August,
August Karlstrom wrote:
> The last line is (of course) incorrect. Should be
The comment "that are never accessed in the same buffer" is also incorrect:
(defvar falsepositive 0)
(eval `(print ,(intern (concat "false" "positive"))))
==>
Found unused global identifier(s):
falsepositive
Hyphenated identifiers can yield false negatives:
(defvar has-hyphen 0)
(print 'has)
==>
No unused global identifiers found.
All the best,
Markus.
next prev parent reply other threads:[~2006-03-05 15:13 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-02 13:31 Finding Unused Identifiers August Karlstrom
2006-03-02 14:07 ` Markus Triska
2006-03-02 15:13 ` B. T. Raven
2006-03-02 17:18 ` Markus Triska
2006-03-02 22:25 ` August Karlstrom
2006-03-03 8:39 ` Peter Tury
2006-03-03 11:25 ` Pascal Bourguignon
2006-03-03 13:31 ` Markus Triska
2006-03-04 2:21 ` Pascal Bourguignon
2006-03-04 15:20 ` Markus Triska
2006-03-04 19:19 ` August Karlstrom
2006-03-05 3:15 ` August Karlstrom
2006-03-05 15:13 ` Markus Triska [this message]
2006-03-05 16:05 ` August Karlstrom
2006-03-08 18:43 ` Kevin Rodgers
[not found] ` <mailman.88.1141843635.2832.help-gnu-emacs@gnu.org>
2006-03-09 13:08 ` August Karlstrom
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='440b0026$0$8024$3b214f66@tunews.univie.ac.at' \
--to=triska@gmx.at \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).