Michael Weber michaelw+slime@foldr.org writes:
Hi,
HYPERSPEC-LOOKUP from slime's hyperspec.el copies the emacs text properties when getting the symbol to lookup. When called at a new slime-repl prompt, the prompt is taken as symbol to lookup (since there is nothing else).
But the slime-repl prompt has property read-only and thus it cannot be edited at the HYPERSPEC-LOOKUP prompt in the minibuffer, to enter the right symbol for lookup.
We don't use hyperspec-lookup directly, we have a wrapper for this: slime-hyperspec-lookup. I don't like to change hyperspec.el, it's maintained by the ILISP people.
Helmut.