Hi,
the slime-typeout-frame contrib would happily scribble into any buffer which is current in the typeout window. Attached patch fixes this.
As mentioned on IRC the typeout implementation probably could be done differently, but for the time being this patch at least fixes the immediate issues.
Cheers, Michael
* Michael Weber [2008-08-04 23:17+0200] writes:
Hi,
the slime-typeout-frame contrib would happily scribble into any buffer which is current in the typeout window. Attached patch fixes this.
Can you send the patch in a format that doesn't require git or tell me how to apply it?
Helmut.
On Aug 5, 2008, at 19:31 , Helmut Eller wrote:
- Michael Weber [2008-08-04 23:17+0200] writes:
the slime-typeout-frame contrib would happily scribble into any buffer which is current in the typeout window. Attached patch fixes this.
Can you send the patch in a format that doesn't require git or tell me how to apply it?
patch -p1 < 0001-Prevent-typeout-messages-to-be-scribbled-into- random.patch
works just fine.
Cheers, Michael
* Michael Weber [2008-08-05 19:51+0200] writes:
Can you send the patch in a format that doesn't require git or tell me how to apply it?
patch -p1 < 0001-Prevent-typeout-messages-to-be-scribbled-into- random.patch
works just fine.
Indeed. Patch committed.
Helmut.