>>>> "Jerry" == Jerry James
<james(a)xemacs.org> writes:
[taken from derived.el]
(map-char-table
#'(lambda (key value)
(if (eq ?@ (char-syntax-from-code value))
(map-char-table #'(lambda (key1 value1)
(put-char-table key1 value1 new))
old
key)))
new)
That says "for all entries in new, replace them as per the lambda".
It's not clear from the documentation whether a chartab can have
apartial domain or not.
My guess is that make-syntax-table is failing to initialize the
CHARTAB_RANGE_ALL (in Lisp, `t') range to whatever a syntax value
defaults to.
--
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.