>>>> "Matt" == Matt Price
<matt.price(a)utoronto.ca> writes:
Matt> Wrong number of arguments: local-variable-p, 1
Probably GNU Emacs's local-variable-p allows the BUFFER argument to be
defaulted. I don't currently have GNU Emacs running (space-constraint
after a disk crash) so you'll have to compare their default semantics
for BUFFER.
For every (local-variable-p foo) I would try substituting
(local-variable-p foo nil).
NB: I think allowing a default is a bad idea, since the usual default
for a buffer argument is (current-buffer), but our local-variable-p
defaults to "check whether this variable has a local value anywhere",
not "check whether the value in the current buffer was set locally".
I think it would be a good idea to report it as a bug to the
maintainer of refill.el, because there is a reasonably good chance
that XEmacs will decide not to allow a default for that argument.
--
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.