* Attila Lendvai [2006-11-21 14:56+0100] writes:
maybe chopping slime.el into more files would help a bit? emacs sources tend to follow a one file per module approach, but having slime.el, slime-fuzzy.el, etc could work (unless i'm missing something).
Well, splitting files doesn't simplify the code. It just moves the mess out of sight. The pressure to factorize and write simple code is IMO higher if everything is in a single file. Also the presentation stuff cannot be modularized as easily as the fuzzy completion code. My problem is that the code is too complicated, not that the file is to big.
Helmut.