Stephen J Turnbull writes:
Stephen> A better alternative yet would be to see if we can figure out what
Stephen> "spurious" Ebola warnings look like and trap them.
There's one case of bogus warnings happening all the time in
parse-time.el. There's an array (parse-time-syntax) containing both chars and
integers. parse-time-string ends up comparing a char to each element of this
array, leading to ebola warnings. Although I find this code rather ugly, the
warnings are clearly bogus, and not the code. However, it seems to me that
making Ebola clever enough to trap those cases wouldn't be trivial at all, and
I'm not even sure it's worth the effort.
--
/ / _ _ Didier Verna
http://www.inf.enst.fr/~verna/
- / / - / / /_/ / E.N.S.T. INF C201.1 mailto:vernaļ¼ inf.enst.fr
/_/ / /_/ / /__ / 46 rue Barrault Tel. (33) 01 45 81 73 46
75634 Paris cedex 13 Fax. (33) 01 45 81 31 19