>>>> In
<microsoft-free.87wu9cawe9.fsf(a)eicq.dnsalias.org>
>>>> Steve Youngs <sryoungs(a)bigpond.net.au> wrote:
KY> Loading of rmail is only for the `rmail-select-summary' macro,
KY> isn't it? If so, it can be solved by not compiling that section:
[...]
KY> How about it?
So this would be as a replacement to Jerry's patch or in addition
to
it?
No, that's only for explaining my idea. Maybe, it should be
performed to gnus-util.el before you change. If you allow, I
need to do work.
And the doc string from `dont-compile' troubles me a little...
[...]
| If you think you need this, you're probably making a mistake
somewhere.
...that last line in particular.
About the case where `eval' is used in the Lisp source, there
was a similar description in very old Info documents.
`dont-compile' is an another expression of `eval' and `quote':
(macroexpand '(dont-compile FORM))
=> (eval (quote FORM))
It is used in order to express the purpose more clearly.
Besides making the operation slow a bit, there is no problem.
--
Katsumi Yamaoka <yamaoka(a)jpl.org>