>>>> "Simon" == Simon Josefsson
<jas(a)extundo.com> writes:
Simon> I get a crash when evaluating this in a 'xemacs -vanilla':
OK, it shouldn't crash, but these lines look weird:
(concat (session-subst-char-in-string
?\t ?\ (substring string beg (+ beg half-len-str)) t)
" ... "
(session-subst-char-in-string
?\t ?\ (substring string gap end) t)))
(session-subst-char-in-string ?\t ?\
(substring string beg end) t))
with the space character objects directly abutting the calls to
substring, and the trailing quoted newline.
The space characters don't seem to bother my pre-21.5.12, but changing
the ?\<EOL> sequence to ?\n<EOL> prevents the crash for me.
Is that text correct, or is your crash something else?
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.