help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Finding Unused Identifiers


From: Pascal Bourguignon
Subject: Re: Finding Unused Identifiers
Date: Sat, 04 Mar 2006 03:21:02 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Markus Triska <triska@gmx.at> writes:
> Pascal Bourguignon wrote:
>
>>    (set-difference defvars refered)))
>
> In this example, ab is referred to although the token "ab" appears
> only once:
>
> (defvar ab 0)
>
> (set (intern (concat "a" "b")) 1)

Of course, the programmer who edit his sources must know what he does.

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
Litter box not here.
You must have moved it again.
I'll poop in the sink. 


reply via email to

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