kernel/config.h says: |/* All names, phrases, and messages must be able to fit in statically | allocated buffers of this size. */ | |#define BUFSIZE 255 but kernel/lisp.c says: |#define BIGBUF 1000 | Why is 'BIGBUF' this big? I think '#define BIGBUF 50' will do, if 'BUFSIZE' is set to 255. -- MA Dunzi <tadalunch@s5.xrea.com> http://tadalunch.s5.xrea.com/xconq/index.html