>>>> "Hrvoje" == Hrvoje Niksic
<hniksic(a)xemacs.org> writes:
Hrvoje> "Stephen J. Turnbull" <stephen(a)xemacs.org> writes:
>>>>>> "Jerry" == Jerry James
<james(a)xemacs.org> writes:
Jerry> Stephen, can you comment on Hrvoje's observation?
> Not for some days, maybe weeks.
Hrvoje> Then could we at least fix the bug by applying the
Hrvoje> "obvious" fix I posted? Am I the only one for whom Gnus
Hrvoje> breaks here?
It doesn't break for me. I guess[1] what is desired here is that
(when (eq ?@ (char-syntax-from-code
(get-range-char-table key new ?@)))
...)
be changed to
(when (eq ?@ (char-syntax-from-code
(get-range-char-table key new
(syntax-string-to-code "@"))))
...)
[[ Can we spell "Ebola", children? Sometimes I'd really like to
disown our parent.... Why couldn't Emacs have been written in Python,
or something designed by Paul Graham? ]] Ahem, back to business.
Does that work for you?
Footnotes:
[1] Literally, I still don't have time to dig in. Use of this might
cause your dog to elope with your PC, so use with caution.
--
School of Systems and Information Engineering
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.