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

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

Re: elint and the byte-compiler


From: Emanuel Berg
Subject: Re: elint and the byte-compiler
Date: Sat, 27 Jun 2015 03:45:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Ian Zimmerman <itz@buug.org> writes:

> Right, that's what I do and it works. Though my
> setup seems to be much simpler than yours :-)

I have now waded through all my source and examined
the `require' situation, and in nine out of ten cases
it wasn't an issue of variables, but *functions*!

In but a few cases, it was a matter of variables, only
then there were tons of them and they belonged to
modules I use every session (e.g., ERC) so I thought
it still cleaner and more efficient to use
`require' there.

In fewer cases still it was a matter of one or two
variables. I changed those from require to `defvar'.

I don't see how this surgical procedure will have any
practical impact whatsoever, but yeah, it is still
interesting to reason and be active about
the material.

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

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